Documentation ¶
Index ¶
Constants ¶
View Source
const ( CACHE_ARTICLE = "ARTICLE" CACHE_TAG = "TAG" )
View Source
const ( SUCCESS = 1 ERROR = 0 SYS_ERR = 500 INVALID_PARAMS = 300 NOT_LOGIN = 200 LOGIN_ERR = 404 )
Variables ¶
View Source
var MsgFlags = map[int]string{
SUCCESS: "success",
ERROR: "err",
INVALID_PARAMS: "request param happen error",
NOT_LOGIN: "please login",
LOGIN_ERR: "login error",
SYS_ERR: "system error",
}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.