Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrMissingHeader means the `Authorization` header was empty. ErrMissingHeader = errors.New("the length of the `Authorization` header is zero") // ErrMissingToken means the `token` params was empty. ErrMissingToken = errors.New("missing token") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.