Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultKillSignal = 15 DefaultNormalExitCode = 0 DefaultAbnormalExitCode = 1 ZeroInt = 0 MinUInt uint = 0 MaxUInt = ^uint(0) MaxInt = int(^uint(0) >> 1) MinInt = ^MaxInt MinPort = 1 MaxPort = 65535 EmptyString = "" CurrentDir = "./" DefaultRandomString = "sadfio3mj23gsk9lj8ou" DefaultRandomInt = 345920654907418 TrueString = "true" FalseString = "false" CRLFString = "\n" DefaultTimeLayout = "2021-01-01 10:00:00.000000" DefaultMarshalTag = "json" DefaultMiddlewareTag = "middleware" DefaultLocalHostName = "localhost" DefaultLocalHostIP = "127.0.0.1" DefaultListenIP = "0.0.0.0" DefaultMySQLPort = 3306 DefaultFileMode os.FileMode = 0644 DefaultExecFileMode os.FileMode = 0755 DefaultRootUserName = "root" DefaultRootUserPass = "root" )
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.