package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Dec 22, 2022
License: Unlicense
Opens a new window with license information.
Imports: 0
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 {
Key Key `yaml:"key"`
Admins []Admin `yaml:"admins"`
}
Config for v1.
type Key struct {
Public string `yaml:"public"`
Private string `yaml:"private"`
}
Key for v1.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.