package
Version:
v0.0.0-...-37e2758
Opens a new window with list of versions in this module.
Published: Nov 28, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Debug bool `yaml:"debug"`
SSH SSH `yaml:"ssh"`
DB DB `yaml:"db"`
AllowRegistration bool `yaml:"allow_registration"`
Users map[string]User `yaml:"users"`
}
type DB struct {
StorePath string `yaml:"store_path"`
}
type SSH struct {
Addr string `yaml:"addr"`
HostKeys []string `yaml:"host_keys"`
}
type User struct {
Role string `yaml:"role"`
SHA256Keys []string `yaml:"sha256_keys"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.