Documentation ¶
Index ¶
- type Context
- func (c *Context) Get(key string) interface{}
- func (c *Context) GetParams() map[string][]string
- func (c *Context) GetPath() string
- func (c *Context) GetPathParam() map[string]string
- func (c *Context) IsFinish() bool
- func (c *Context) Put(key string, value interface{})
- func (c *Context) SetResponse(data interface{})
- type CtxInterface
- type Interceptor
- type Item
- type ItemSort
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { Ctx CtxInterface Attributes map[string]interface{} }
func (*Context) GetPathParam ¶
func (*Context) SetResponse ¶
func (c *Context) SetResponse(data interface{})
type CtxInterface ¶
type Interceptor ¶
type Item ¶
type Item struct { Interceptor Interceptor Order int }
Click to show internal directories.
Click to hide internal directories.