consts

package
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL