Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
FileStoreRoot string `json:"file_store_root"`
DefaultDomain string `json:"default_domain"`
Logging logger.Config `json:"logging"`
CA []string `json:"ca"`
Repl struct {
HistoryFile string `json:"history_file"`
} `json:"repl"`
Servers map[string]ServerCredentials `json:"servers"`
}
Config holds the configuration for the app.
type ServerCredentials ¶
Click to show internal directories.
Click to hide internal directories.