Documentation
¶
Index ¶
Constants ¶
View Source
const ( ListenPortEnv = "LISTEN_PORT" LogLevelEnv = "LOG_LEVEL" ListenPortValue = "3000" LogLevelValue = "INFO" )
Variables ¶
View Source
var ReplicaID = func() string { if h, err := os.Hostname(); err == nil { return h } return "undefined" }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.