Documentation ¶
Index ¶
Constants ¶
View Source
const FileName = "configs/config.toml"
FileName где лежит.
Variables ¶
This section is empty.
Functions ¶
func GetGatewayAddress ¶
func GetGatewayAddress() (result string)
func GetServerAddress ¶
func GetServerAddress() (result string)
Types ¶
type Config ¶
type Config struct { Server ServerCfg `toml:"server"` Gateway GatewayCfg `toml:"gateway"` Storage StorageCfg `toml:"storage"` }
type GatewayCfg ¶
type StorageCfg ¶
Click to show internal directories.
Click to hide internal directories.