Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrSocketInvalidAuthKey = NewError( http.StatusForbidden, "To use Websocket interface, a valid Auth Key must be provided") ErrSocketAuthFailed = NewError( http.StatusForbidden, "Authentication has failed with provided Auth Key") ErrSocketUnableToGenerateKey = NewError( http.StatusInternalServerError, "Unable to generate crypto key") ErrSocketInvalidDataPackage = NewError( http.StatusBadRequest, "Invalid data package") )
Errors
View Source
var ( ErrControllerNotImplemented = NewError( http.StatusNotImplemented, "Server does not know how to handle the "+ "request") )
Error
View Source
var ( ErrNotFound = NewError( http.StatusNotFound, "Page not found") )
Errors
Functions ¶
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.