package
Version:
v1.24.0
Opens a new window with list of versions in this module.
Published: Feb 9, 2023
License: Unlicense
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 Admin struct {
ID string `yaml:"id"`
Hash string `yaml:"hash"`
}
Admin for v1.
type Config struct {
Issuer string `yaml:"issuer" json:"issuer" toml:"issuer"`
Admins []Admin `yaml:"admins" json:"admins" toml:"admins"`
Services []Service `yaml:"services" json:"services" toml:"services"`
}
Config for v1.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.