Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Azure ¶
type Azure struct {
BaseEnvironment
}
func (*Azure) GetPackages ¶
func (*Azure) GetServices ¶
type BaseEnvironment ¶
type BaseEnvironment struct {
Repos []rpmmd.RepoConfig
}
func (BaseEnvironment) GetPackages ¶
func (p BaseEnvironment) GetPackages() []string
func (BaseEnvironment) GetRepos ¶
func (p BaseEnvironment) GetRepos() []rpmmd.RepoConfig
func (BaseEnvironment) GetServices ¶
func (p BaseEnvironment) GetServices() []string
type Environment ¶
type Environment interface { GetPackages() []string GetRepos() []rpmmd.RepoConfig GetServices() []string }
type KVM ¶ added in v0.9.0
type KVM struct {
BaseEnvironment
}
func (*KVM) GetPackages ¶ added in v0.9.0
func (*KVM) GetServices ¶ added in v0.9.0
Source Files ¶
Click to show internal directories.
Click to hide internal directories.