Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Username string `json:"username"`
Password string `json:"password"`
Component string `json:"component"`
Version string `json:"version"`
}
func ReadConfig ¶
func (*Config) GetCredentials ¶
func (c *Config) GetCredentials() credentials.Credentials
Click to show internal directories.
Click to hide internal directories.