Documentation
¶
Index ¶
Constants ¶
View Source
const ( ApplicationVersion = "0.2.0" DefaultHostname = "zello.io" DefaultPort = 443 DefaultPath = "/ws" DefaultProtocol = "wss" DefaultListenOnly = true DefaulW3WAPIKey = "DEADBEEF" DefaultUseW3W = false DefaultImageLogging = false DefaultFrameRate = 60 DefaultSampleRate = 16000 DefaultChannels = 1 DefaultFramesPerPacket = 2 DefaultEnableAudio = true DefaultRPCServerEnabled = false DefaultRPCServerPort = 9998 )
Version: Version string for the app
View Source
const ( LogLevelTrace = iota // Something very low level LogLevelDebug // Useful debugging information LogLevelInfo // Something noteworthy happened LogLevelWarn // You should probably take a look at this LogLevelError // Something failed but I'm not quitting LogLevelFatal // Calls os.Exit(1) after logging LogLevelPanic // Calls panic() after logging I'm bailing )
Log level 'enum'
Variables ¶
View Source
var LogLevelStrings = make([]string, logLevelTraceEndMarker)
LogLevelStrings for config file
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.