Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pac ¶
type Pac struct {
// Name represents the name of the pac.
Name string `mapstructure:"name" yaml:"name" json:"name" toml:"name"`
// Path represents the path of the pac.
Path string `mapstructure:"path" yaml:"path" json:"path" toml:"path"`
}
Pac represents the pac configuration.
func InitializeDefaults ¶
func InitializeDefaults() *Pac
InitializeDefaults initializes the default values for the pac configuration.
Click to show internal directories.
Click to hide internal directories.