Documentation
¶
Index ¶
Constants ¶
View Source
const ( AccountStatusCreated = iota AccountStatusInUse AccountStatusDestroyed )
View Source
const ( SessionStatusCreated = iota SessionStatusInUse SessionStatusDestroyed )
View Source
const ( OutBoxStatusNormal = iota OutBoxStatusDeleted )
View Source
const ( InBoxStatusCreated = iota InBoxStatusDelivered )
View Source
const ( CmdCreateAccount = "CRT_ACCOUNT" CmdMatch = "MATCH" CmdDialogue = "DIALOGUE" CmdPushDialogue = "PUSH_DIALOGUE" CmdPushSignal = "PUSH_SIGNAL" CmdPing = "PING" CmdViewedAck = "VIEWED_ACK" CmdPushViewedAck = "PUSH_VIEWED_ACK" CmdReConnect = "RECONNECT" )
View Source
const (
SystemSender = 0
)
Variables ¶
View Source
var ( // Version logs build version injected with -ldflags -X opitons. Version string // BuildTime logs build time injected with -ldflags -X opitons. BuildTime string // GitTag logs git version and injected with -ldflags -X opitons. GitTag string // uptime UpTime string )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.