Versions in this module Expand all Collapse all v1 v1.0.2 May 24, 2022 v1.0.1 Dec 22, 2021 Changes in this version + type Handler func(ctx context.Context, req interface{}) (interface{}, error) + type Middleware func(Handler) Handler + func Chain(m ...Middleware) Middleware