Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶ added in v1.1.0
type Context interface {
Next()
Abort()
AbortWithError(string, error)
AppendFilter(ff ...func(Context))
Status(code int)
StatusCode() int
WriteWithStatus(int, []byte) (int, error)
Write([]byte) (int, error)
AddHeader(k, v string)
GetHeader(k string) string
GetUrl() string
GetMethod() string
BuildFilters()
GetRouteEntry() *model.RouteAction
SetRouteEntry(ra *model.RouteAction)
GetClientIP() string
GetApplicationName() string
API(router.API)
GetAPI() *router.API
WriteErr(p any)
Request()
Response()
}
Context run context
type ContextKey ¶ added in v1.1.0
type ContextKey string
func (ContextKey) String ¶ added in v1.1.0
func (c ContextKey) String() string
Click to show internal directories.
Click to hide internal directories.