package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Feb 9, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Endpoint string `yaml:"endpoint"`
Proxy string `yaml:"proxy"`
Login User `yaml:"login"`
}
Config ...
ReadConfigFile reads a configuration file and stores
it into a Config struct
type User struct {
User string `yaml:"user"`
APIKey string `yaml:"apikey"`
Secret string `yaml:"secret"`
}
User ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.