package
Version:
v1.9.0
Opens a new window with list of versions in this module.
Published: Dec 25, 2022
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"`
Key Key `yaml:"key"`
Secret Secret `yaml:"secret"`
Admins []Admin `yaml:"admins"`
Services []Service `yaml:"services"`
}
Config for v1.
type Key struct {
RSA KeyPair `yaml:"rsa"`
Ed25519 KeyPair `yaml:"ed25519"`
}
Key for v1.
type KeyPair struct {
Public string `yaml:"public"`
Private string `yaml:"private"`
}
RSA for v1.
type Secret struct {
Branca string `yaml:"branca"`
}
Secret for v1.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.