Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ILogType ¶
type ILogType string
const ( // Base CLogBaseBroadcast ILogType = "BRDCS" CLogBaseEnqueueResponse ILogType = "ENRSP" // INFO CLogInfoExist ILogType = "EXIST" CLogInfoUndecryptable ILogType = "UNDEC" CLogInfoAction ILogType = "ACTON" CLogInfoWithoutResponse ILogType = "WHRSP" // WARN CLogWarnMessageNull ILogType = "MNULL" CLogWarnNotFriend ILogType = "NTFRN" CLogWarnUnknownRoute ILogType = "UNKRT" CLogWarnOldResponse ILogType = "LDRSP" CLogWarnIncorrectResponse ILogType = "ICRSP" // ERRO CLogErroMessageType ILogType = "MTYPE" CLogErroDatabaseGet ILogType = "DBGET" CLogErroDatabaseSet ILogType = "DBSET" )
Click to show internal directories.
Click to hide internal directories.