Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶
type ClientConfig struct {
Address string `toml:"address"`
}
type Config ¶
type Config struct {
Name string `toml:"name"`
LogLevel string `toml:"log_level"`
ProfilesClientConfig *ClientConfig `toml:"profiles"`
ProfilesStateClientConfig *ClientConfig `toml:"profile_state"`
*ServerConfig `toml:"server"`
*SemanticTargetingConfig `toml:"semantic_targeting"`
}
func (*Config) ReadConfig ¶
type SemanticTargetingConfig ¶
type ServerConfig ¶
type ServerConfig struct {
Port string `toml:"port"`
}
Click to show internal directories.
Click to hide internal directories.