Documentation ¶
Overview ¶
Package config holds the configuration for Tetra.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AthemeConfig ¶
Atheme configuration
type Config ¶
type Config struct { Autoload []string Services []*ServiceConfig Server *ServerConfig Uplink *UplinkConfig Stats *StatsConfig ApiKeys map[string]string General *GeneralConfig Modules map[string]interface{} Etcd struct { Machines []string } Atheme *AthemeConfig }
Struct Config defines the configuration for Tetra.
type GeneralConfig ¶
type GeneralConfig struct { StaffChan string SnoopChan string Prefix string Debug bool Workers int }
Struct GeneralConfig defines general configuration for Tetra.
type ServerConfig ¶
Struct ServerConfig defines the server information for Tetra.
type ServiceConfig ¶
type ServiceConfig struct { Nick string User string Host string Gecos string Name string Certfp string }
Struct ServiceConfig defines the configuration for a service.
type StatsConfig ¶
Struct StatsConfig defines the InfluxxDB information for Tetra.
Click to show internal directories.
Click to hide internal directories.