Cleaned up context interface
This commit is contained in:
parent
20e9cf88a5
commit
174306702a
@ -12,13 +12,13 @@ import (
|
||||
type Context interface {
|
||||
Copy(io.Reader) error
|
||||
Bytes([]byte) error
|
||||
Error(messages ...any) error
|
||||
File(path string) error
|
||||
Get(param string) string
|
||||
Error(...any) error
|
||||
File(string) error
|
||||
Get(string) string
|
||||
Next() error
|
||||
Request() Request
|
||||
Response() Response
|
||||
Status(status int) Context
|
||||
Status(int) Context
|
||||
String(string) error
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user