Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultCredentialProvider = &CredProvider{}
)
Functions ¶
func GetHomeDir ¶
func GetKeyring ¶
Types ¶
type CredProvider ¶
type CredProvider struct {
HomeDir string
}
func (*CredProvider) ConfigureEnvironment ¶
func (c *CredProvider) ConfigureEnvironment() error
type Credentials ¶
type Credentials struct {
Email string `json:"Email"`
Key string `json:"Key"`
UserServiceKey string `json:"UserServiceKey"`
Keychain bool `json:"Keychain"`
}
func (*Credentials) SetEnv ¶
func (c *Credentials) SetEnv()
Click to show internal directories.
Click to hide internal directories.