Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Mode = ModeLocal SecretKey = "1q2w3e4r" Database = struct { URI string Salt string }{ URI: "root:root@tcp(localhost:3306)/rabums", Salt: "e109hjq0dn", } )
Functions ¶
Types ¶
type ModeStatus ¶
type ModeStatus string
const ( ModeLocal ModeStatus = "LOCAL" ModeDeploy ModeStatus = "DEPLOY" ModeProd ModeStatus = "PROD" )
Click to show internal directories.
Click to hide internal directories.