Documentation
¶
Overview ¶
file generated. see /config.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaultRDVPMaddr ¶
func GetDefaultRDVPMaddr() []string
Types ¶
type BertyConfig ¶
type BertyConfig struct {
Berty struct {
Contacts map[string]struct {
Link string `json:"link"`
Name string `json:"name"`
Description string `json:"description"`
Kind string `json:"kind"`
Suggestion bool `json:"suggestion"`
Icon string `json:"icon"`
} `json:"contacts"`
Conversations map[string]struct {
Link string `json:"link"`
Name string `json:"name"`
Description string `json:"description"`
Suggestion bool `json:"suggestion"`
} `json:"conversations"`
} `json:"berty"`
P2P struct {
RDVP []struct {
Maddr string `json:"maddr"`
} `json:"rdvp"`
StaticRelays []string `json:"static-relays" yaml:"static-relays"`
} `json:"p2p"`
}
BertyConfig represents the configuration file defined in /config/config.yml
var Config BertyConfig
Click to show internal directories.
Click to hide internal directories.