Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Manifest ¶
type Manifest struct { Name string `json:"name" structs:"name" mapstructure:"name"` Description string `json:"description" structs:"description" mapstructure:"description"` Version string `json:"version" structs:"version" mapstructure:"version"` Type string `json:"type" structs:"type" mapstructure:"type"` Import string `json:"import" structs:"import" mapstructure:"import"` Module string `json:"module" structs:"module" mapstructure:"module"` Path string `json:"path" structs:"path" mapstructure:"path"` Options map[string]interface{} `json:"options" structs:"options" mapstructure:"options"` }
Click to show internal directories.
Click to hide internal directories.