package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Jan 10, 2024
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 CI struct {
Name string `json:"name"`
CIData CIData `json:"cloud-init"`
}
type CIData struct {
UserData map[string]interface{} `json:"userdata"`
MetaData map[string]interface{} `json:"metadata"`
VendorData map[string]interface{} `json:"vendordata"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.