Versions in this module Expand all Collapse all v1 v1.1.0 Mar 1, 2024 Changes in this version + func UnWarContext(parentCtx stdContext.Context) stdContext.Context + type Context struct + func (c *Context) Abort(err error) + func (c *Context) Args(i int) interface{} + func (c *Context) IsAbort() error + func (c *Context) Name() string + func (c *Context) Next() + func (c *Context) WithContext(ctx stdContext.Context) *Context + type Handler func(ctx *Context) + type Wrap struct + func New() *Wrap + func (w *Wrap) Run(sctx stdContext.Context, name string, args []interface{}, handler Handler) error + func (w *Wrap) Wrap(f Handler) *Wrap