Documentation
¶
Index ¶
Constants ¶
View Source
const ( HandlerWrapper = "ERROR/HANDLER/WRAPPER" SecurityValidatorResourceAccess = "SECURITY/VALIDATOR/RESOURCE_ACCESS" LoadPrincipalError = "JWT/LOAD_PRINCIPAL_ERROR" ExtractClaimsError = "JWT/EXTRACT_CLAIMS_ERROR" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiHandler ¶
type ApiHandler[T goservectx.Principal] interface { Handler(ctx *goservectx.Request[T], err error, source string) }
func Default ¶
func Default[T goservectx.Principal]() ApiHandler[T]
Click to show internal directories.
Click to hide internal directories.