Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BadRequest = errors.New(gonethttpstatus.BadRequest) InternalServerError = errors.New(gonethttpstatus.InternalServerError) NotImplemented = errors.New(gonethttpstatus.NotImplemented) Unauthenticated = errors.New("missing or invalid bearer token on authentication header") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.