Documentation
¶
Index ¶
- type Chain
- type Context
- func (c *Context) Abort()
- func (c *Context) AbortWithError(err error)
- func (c *Context) Error() error
- func (c *Context) IsAborted() bool
- func (c *Context) Load() (any, bool)
- func (c *Context) LoadMeta() (any, bool)
- func (c *Context) Logger() *slog.Logger
- func (c *Context) Next()
- func (c *Context) Request() (any, bool)
- func (c *Context) Store(v any)
- func (c *Context) StoreMeta(v any)
- type Handler
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chain ¶
Click to show internal directories.
Click to hide internal directories.