package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Jan 21, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Context struct {
ApiURL string `yaml:"url"`
IssuerURL string `yaml:"issuer_url"`
ClientID string `yaml:"client_id"`
ClientSecret string `yaml:"client_secret"`
HMAC *string `yaml:"hmac"`
}
Context configure cloudctl behaviour
type Contexts struct {
CurrentContext string `yaml:"current"`
PreviousContext string `yaml:"previous"`
Contexts map[string]Context
}
Contexts contains all configuration contexts of cloudctl
Source Files
¶
Click to show internal directories.
Click to hide internal directories.