package
Version:
v0.11.0
Opens a new window with list of versions in this module.
Published: Jul 11, 2024
License: MIT
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 Build struct {
ExtensionExclude string `mapstructure:"extensionExclude" validate:"required"`
Docker Docker `mapstructure:"docker"`
}
type Config struct {
Build Build `mapstructure:"build"`
Template Template `mapstructure:"template" validate:"omitempty,required"`
}
type Docker struct {
CacheToEnable bool `mapstructure:"cacheToEnable"`
CacheFromEnable bool `mapstructure:"cacheFromEnable"`
}
type Template struct {
ImagePath string `mapstructure:"imagePath" validate:"omitempty,required"`
IndexPath string `mapstructure:"indexPath" validate:"omitempty,required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.