package
Version:
v0.8.0
Opens a new window with list of versions in this module.
Published: Nov 18, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Caps struct {
Shs string `yaml:"shs"`
Sign string `yaml:"sign,omitempty"`
Invite string `yaml:"invite,omitempty"`
}
type Config struct {
Connections struct {
Incoming connections `yaml:"incoming"`
Outgoing connections `yaml:"outgoing"`
} `yaml:"connections"`
Caps Caps `yaml:"caps"`
Logging struct {
Level string `yaml:"level"`
} `yaml:"logging"`
Master []string `yaml:"master"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.