Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // tag the generated source code as release or not Release bool Ignored *IgnoreConfig }
Config defines the parameters for Generate.
type IgnoreConfig ¶
type IgnoreConfig struct { Images []ignoreImageConfig `json:"images"` Debs []ignoreDebConfig `json:"debs"` OSImage []ignoreOSImageConfig `json:"osImage"` }
IgnoreConfig defines the ignored versions of components.
Click to show internal directories.
Click to hide internal directories.