Documentation
¶
Index ¶
Constants ¶
View Source
const ( ReqStrKey = "gin-gonic/gin/reqstr" SessDataKey = "gin-gonic/gin/sessdata" RestHandlerKey = "gin-gonic/gin/resthandler" )
View Source
const ( JsonContentTypeKey = "Content-Type" JsonContentTypeValue = "application/json;charset=utf-8" PageNotFoundContent = `{"code":404,"msg":"page not found"}` )
View Source
const ( DevMode = "development" // 开发环境 TestMode = "test" // 测试环境 GrayMode = "gray" // 预发布环境 ProMode = "production" // 生产环境 )
View Source
const ( NormalFormat = "2006-01-02 15:04:05" LogTimeFormat = "2006/01/02 15:04:05.000" )
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.