Versions in this module Expand all Collapse all v0 v0.0.1 Jun 21, 2024 Changes in this version + type Handler func(ctx context.Context, req interface{}) (interface{}, error) + type Middleware func(Handler) Handler + func Chain(m ...Middleware) Middleware