Documentation ¶
Index ¶
Constants ¶
View Source
const ( RequestOk = 2000 LoginOk = 2001 RegisterOk = 2002 LogoutOK = 2003 RefreshOk = 2005 EmailSendOk = 2006 )
View Source
const ( BadRequest = 4000 LoginFailed = 4001 RegisterFailed = 4002 LogoutFailed = 4003 EmailSendFailed = 4006 UnAuthorized = 4010 TokenNeedFresh = 4011 RefreshFailed = 4012 RedundantRefresh = 4013 Forbidden = 4030 ResourceNotFound = 4040 )
View Source
const ( InternalServerError = 5000 + iota UnknownError DatabaseError NetworkError ProgramError FilesystemError )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.