Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //Logger is the global zap logger Logger zerolog.Logger //StormDB is the global bolt database variable StormDB *storm.DB )
Functions ¶
This section is empty.
Types ¶
type ServerConfig ¶
type ServerConfig struct {
ListenAddr string
}
ServerConfig contains all of the server settings defined in the TOML file
func SetupServer ¶
func SetupServer() (ServerConfig, zerolog.Logger, *storm.DB)
SetupServer does the initial configuration
Click to show internal directories.
Click to hide internal directories.