package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: May 12, 2022
License: Apache-2.0
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 Clouds struct {
Clouds map[string]map[string]interface{} `json:"clouds"`
}
Clouds represents the content of the
~/.config/openstack/clouds.yaml file. The data looks like:
clouds:
openstack:
...
... this is the part we want to copy over to ~/.config/openstack/clouds.yaml
...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.