Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Server struct { Host string `yaml:"host"` Port string `yaml:"port"` Ssl bool `yaml:"ssl"` SslVerify bool `yaml:"ssl_verify"` StationId string `yaml:"station_id"` } `yaml:"server"` Credentials struct { ApiKey string `yaml:"api_key"` } `yaml:"credentials"` }
func ReadConfig ¶
Click to show internal directories.
Click to hide internal directories.