Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidToken = NewError(http.StatusUnauthorized, "auth.token.is_not_valid") ErrTokenRevoked = NewError(http.StatusUnauthorized, "auth.token.revoked") ErrUnhealthy = NewError(http.StatusInternalServerError, "system.unhealthy") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.