Documentation ¶
Index ¶
- type Context
- func (c *Context) Error(err error)
- func (c *Context) ID() uuid.UUID
- func (c *Context) MediaTypes() nswebmime.HTTPAcceptMediaTypes
- func (c *Context) RespondWith(status int, v interface{}) error
- func (c *Context) Responder() nswebres.Responder
- func (c *Context) SkipLogging(v ...bool) bool
- func (c *Context) ValidateMediaType() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { echo.Context // contains filtered or unexported fields }
func NewContext ¶
func (*Context) MediaTypes ¶
func (c *Context) MediaTypes() nswebmime.HTTPAcceptMediaTypes
func (*Context) RespondWith ¶
func (*Context) SkipLogging ¶
func (*Context) ValidateMediaType ¶
Click to show internal directories.
Click to hide internal directories.