Versions in this module Expand all Collapse all v1 v1.0.1 Sep 3, 2022 Changes in this version + type Handler func(ctx context.Context, req interface{}) (interface{}, error) + type Middleware func(Handler) Handler + func Chain(m ...Middleware) Middleware