Documentation ¶
Index ¶
Constants ¶
View Source
const (
PropertyProvider = "vagrant.provider"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
type Metadata struct { Author string `json:"author,omitempty"` Description string `json:"description,omitempty"` ProjectURL string `json:"project_url,omitempty"` RepositoryURL string `json:"repository_url,omitempty"` }
Metadata represents the metadata of a Vagrant package
func ParseInfoFile ¶
ParseInfoFile parses a info.json file to retrieve the metadata of a Vagrant package
Click to show internal directories.
Click to hide internal directories.