Versions in this module Expand all Collapse all v1 v1.0.0 Sep 16, 2022 Changes in this version + type ApiRequest interface + type ApiResponse interface + type HandlerFunc func(context.Context, T) (R, error) + type JwtToken struct + ExpiresIn int + Token string + type MyCustomClaims struct + Payload interface{}