Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Manitest ¶
type Manitest struct { Version string `json:"version"` Components []*Component `json:"components"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` Error struct { Version string `json:"version"` Message string `json:"message"` } `json:"error"` }
Manitest defines the components installed with the voxbox playbook.
func LoadFromPlaybook ¶
LoadFromPlaybook loads the manifest by traversing the playbook
Click to show internal directories.
Click to hide internal directories.