starship/nebutils/config.go
2021-09-06 12:16:40 +01:00

11 lines
179 B
Go

package nebutils
type Config struct {
Pki struct {
Ca string `yaml:"ca"`
Cert string `yaml:"cert"`
Key string `yaml:"key"`
} `yaml:"pki"`
StaticHostmap struct {
}
}