Documentation ¶ Index ¶ type Config type Peer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { Listen []string `yaml:"listen"` Peers map[string]Peer `yaml:"peers"` } type Peer ¶ type Peer struct { Name string `yaml:"name"` Port int16 `yaml:"port"` Interval int `yaml:"interval"` // target interval in ms DetectionMultiplier int `yaml:"detectionMultiplier"` } Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.