package
Version:
v0.1.8
Opens a new window with list of versions in this module.
Published: Feb 1, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Auth struct {
Token string `yaml:"token"`
} `yaml:"auth"`
Current string `yaml:"current"`
Repositories []string `yaml:"repositories"`
}
Config represents the application configuration
Load loads the configuration from file
Save saves the configuration to file
Source Files
¶
Click to show internal directories.
Click to hide internal directories.