Versions in this module Expand all Collapse all v1 v1.1.1 Oct 14, 2024 v1.1.0 Oct 3, 2024 v1.0.8 Oct 3, 2024 Changes in this version + type Handler func(context *T) error + func HandlerFromInterface[T any](handler interface{}) (Handler[T], error) + type Middleware func(Handler[T]) Handler[T]