Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
Context
func (*Context) Response ¶
func (c *Context) Response() interface{}
Response gets read-only response
func (*Context) SetResponse ¶
func (c *Context) SetResponse(resp interface{})
SetResponse sets the response to context
type Handler ¶
func CombineHandlers ¶
func CombineHandlers(cfg Config, h ...HandlerFunc) Handler
CombineHandlers return a grpc Handler
type HandlerFunc ¶
Click to show internal directories.
Click to hide internal directories.