package
Version:
v0.0.0-...-dd87fee
Opens a new window with list of versions in this module.
Published: Jun 28, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Packages []string `yaml:"packages"`
WriteFiles []WriteFile `yaml:"write_files"`
RunCmds []string `yaml:"runcmd"`
Vars map[string]any `yaml:"-"`
}
type WriteFile struct {
Path string `yaml:"path"`
Content string `yaml:"content"`
Permissions string `yaml:"permissions,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.