package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Dec 20, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AppConfig struct {
App struct {
BindAddress string `yaml:"bind_address"`
AuthToken string `yaml:"auth_token"`
DieAfter int `yaml:"die_after"`
CertificateFile string `yaml:"certificate_file"`
KeyFile string `yaml:"key_file"`
} `yaml:"app"`
}
type Registrant struct {
Id string `json:"id"`
Address string `json:"address"`
LastPing time.Time `json:"last_ping,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.