Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependency ¶
type Dependency struct {
Path string `yaml:"path"`
Permissions fs.FileMode `yaml:"permissions"`
Groups core.GroupList `yaml:"groups"`
}
func (Dependency) EnsureInstallation ¶
func (dependency Dependency) EnsureInstallation(_ core.Config)
func (Dependency) Exists ¶
func (dependency Dependency) Exists() bool
func (Dependency) HasAtLeastOneGroup ¶
func (dependency Dependency) HasAtLeastOneGroup(checkGroups core.GroupList) bool
func (Dependency) Name ¶
func (dependency Dependency) Name() string
Click to show internal directories.
Click to hide internal directories.