Versions in this module Expand all Collapse all v1 v1.0.0 Mar 24, 2023 Changes in this version + type Handler func(ctx context.Context, req interface{}) (interface{}, error) + type Middleware func(Handler) Handler + func Chain(mws ...Middleware) Middleware