package
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Apr 13, 2025
License: Apache-2.0
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 File struct {
FormatVersion string `yaml:"_format_version"`
Patches []Patch `yaml:"patches"`
}
type Patch struct {
Selectors []string `yaml:"selectors"`
Values map[string]interface{} `yaml:"values"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.