Documentation
¶
Index ¶
- func Bind(i interface{}, ctx *atreugo.RequestCtx) error
- func BindFromContext(key string, ctx *atreugo.RequestCtx) interface{}
- func Created(obj interface{}, ctx *atreugo.RequestCtx) error
- func JSON(status int, obj interface{}, ctx *atreugo.RequestCtx) error
- func New(name string) *yoda
- func NewResponse(status int, message string, ctx *atreugo.RequestCtx) error
- func OK(obj interface{}, ctx *atreugo.RequestCtx) error
- type Response
- type Yoda
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Bind ¶
func Bind(i interface{}, ctx *atreugo.RequestCtx) error
func BindFromContext ¶
func BindFromContext(key string, ctx *atreugo.RequestCtx) interface{}
func Created ¶
func Created(obj interface{}, ctx *atreugo.RequestCtx) error
func NewResponse ¶
func NewResponse(status int, message string, ctx *atreugo.RequestCtx) error
func OK ¶
func OK(obj interface{}, ctx *atreugo.RequestCtx) error
Types ¶
Click to show internal directories.
Click to hide internal directories.