package
1.3.4
Repository: https://github.com/avakarev/go-util.git
Documentation: pkg.go.dev

# Functions

AuthBearer extracts bearer token value from Authorization header.
NewErr returns new standard api error value.
NewErrFrom returns new error value from given error.
NewValidationErr returns new validation error value.
StdErrMsg returns standard error message by code.
ValidationErrMsg returns validation error message by validate tag.

# Structs

BaseClient implements base http client.
Err represents generic api error.
ErrResponse represents json container for error object.
ValidationErr represents validation error.