Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type SpecPatch ¶
type SpecPatch struct {
Type string `yaml:"type"`
ID string `yaml:"id,omitempty"`
File string `yaml:"file,omitempty"`
Content string `yaml:"content,omitempty"`
Config map[string]interface{} `yaml:"config,omitempty"` // JSON or YAML config for the patch
Description string `yaml:"description,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.