package
Version:
v1.0.7
Opens a new window with list of versions in this module.
Published: Mar 2, 2024
License: Unlicense
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type ConfigFile struct {
KeySaveFileBasePath string `yaml:"key_save_file_base_path"`
DefaultRemote string `yaml:"default_remote"`
Remotes map[string]Remote `yaml:"remotes"`
}
type Key struct {
Name string `yaml:"name"`
Code string `yaml:"code"`
KeyPath string `yaml:"key_path"`
}
type Remote struct {
Name string `yaml:"name"`
Keys map[string]Key `yaml:"keys"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.