Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NotAuthenticated = &appError{ Err: "user not authenticated", Code: 401, } DecodeJSON = &appError{ Err: "could not decode incoming JSON", Code: 422, } IDMissing = &appError{ Err: "ID missing in URL", Code: 422, } NotNumber = &appError{ Err: "ID needs to be an integer", Code: 422, } )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.