Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct { FilePath string `yaml:"filePath"` Host string `yaml:"host"` DBFile string `yaml:"dbFile"` HostKeys []string `yaml:"hostKeys"` AuthorizedKeyFiles []string `yaml:"authorizedKeys"` Serve ServeConfig `yaml:"serve"` Manage ManageConfig `yaml:"manage"` }
type ManageConfig ¶
type ServeConfig ¶
type ServeConfig struct {
Port int `yaml:"port"`
}
Click to show internal directories.
Click to hide internal directories.