package
2.3.0+incompatible
Repository: https://github.com/unicsmcr/hs_auth.git
Documentation: pkg.go.dev

# Functions

AddRequestWithFormParamsToCtx attaches a request with given method and form params to the context.
AddRequestWithJSONToCtx attaches a request with given method and json content to the context.
AddRequestWithUrlParamsToCtx attaches a request with given method and url params to the context.
AddUrlParamsToCtx attaches a request with given method and url params to the context.
ConnectToIntegrationTestDB waits for the integrations tests DB to become available and returns a connection to the DB.
No description provided by the author
SetEnvVars sets given environment variables and provides a callback function to restore the variables to their initial values.
UnmarshallResponse unmarshalls the reponse in res and stores it in out.
UnsetVars unsets given environment variables and provides a callback function to restore the variables to their initial values.

# Structs

HandlerFuncMatcher matches gin handlers.
RouterGroupMatcher matches gin router groups with given path.