package
Version:
v0.6.11
Opens a new window with list of versions in this module.
Published: Sep 8, 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 `json:"shs"`
Sign string `json:"sign,omitempty"`
Invite string `json:"invite,omitempty"`
}
type Config struct {
Connections struct {
Incoming connections `json:"incoming"`
Outgoing connections `json:"outgoing"`
} `json:"connections"`
Caps Caps `json:"caps"`
Logging struct {
Level string `json:"level"`
} `json:"logging"`
Master []string `json:"master"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.