Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerConfig ¶
type ServerConfig struct { Address string `json:"address"` Port int `json:"port"` ConfigDirname string `json:"configDirname"` }
func GetConfigFile ¶
func GetConfigFile(path string) (*ServerConfig, error)
Click to show internal directories.
Click to hide internal directories.