Documentation
¶
Index ¶
- func CheckArgsCount(ctx *context.Context, expected int) error
- func EchoHandler(ctx *context.Context) *response.Response
- func ExtractArgs(args [][]byte, pars ...param.Param) ([]interface{}, error)
- func Name(h Handler) string
- func NotImplementedHandler(ctx *context.Context) *response.Response
- func SuccessHandler(ctx *context.Context) *response.Response
- type Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
func MustFunc ¶
func MustFunc(function interface{}, pars ...param.TypedParam) Handler
func ValueHandler ¶
func ValueHandler(v interface{}) Handler
Click to show internal directories.
Click to hide internal directories.