Documentation ¶
Index ¶
- type Ansible
- func (b *Ansible) BeforeInstall(container Container) error
- func (b *Ansible) BeforeInstallChecksum() string
- func (b *Ansible) BeforeSetup(container Container) error
- func (b *Ansible) BeforeSetupChecksum() string
- func (b *Ansible) Install(container Container) error
- func (b *Ansible) InstallChecksum() string
- func (b *Ansible) IsBeforeInstallEmpty() bool
- func (b *Ansible) IsBeforeSetupEmpty() bool
- func (b *Ansible) IsInstallEmpty() bool
- func (b *Ansible) IsSetupEmpty() bool
- func (b *Ansible) Setup(container Container) error
- func (b *Ansible) SetupChecksum() string
- type Builder
- type Container
- type Extra
- type Shell
- func (b *Shell) BeforeInstall(container Container) error
- func (b *Shell) BeforeInstallChecksum() string
- func (b *Shell) BeforeSetup(container Container) error
- func (b *Shell) BeforeSetupChecksum() string
- func (b *Shell) Install(container Container) error
- func (b *Shell) InstallChecksum() string
- func (b *Shell) IsBeforeInstallEmpty() bool
- func (b *Shell) IsBeforeSetupEmpty() bool
- func (b *Shell) IsInstallEmpty() bool
- func (b *Shell) IsSetupEmpty() bool
- func (b *Shell) Setup(container Container) error
- func (b *Shell) SetupChecksum() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ansible ¶
type Ansible struct {
// contains filtered or unexported fields
}
func (*Ansible) BeforeInstall ¶
func (*Ansible) BeforeInstallChecksum ¶
func (*Ansible) BeforeSetup ¶
func (*Ansible) BeforeSetupChecksum ¶
func (*Ansible) InstallChecksum ¶
func (*Ansible) IsBeforeInstallEmpty ¶
func (*Ansible) IsBeforeSetupEmpty ¶
func (*Ansible) IsInstallEmpty ¶
func (*Ansible) IsSetupEmpty ¶
func (*Ansible) SetupChecksum ¶
type Builder ¶
type Builder interface { IsBeforeInstallEmpty() bool IsInstallEmpty() bool IsBeforeSetupEmpty() bool IsSetupEmpty() bool BeforeInstall(container Container) error Install(container Container) error BeforeSetup(container Container) error Setup(container Container) error BeforeInstallChecksum() string InstallChecksum() string BeforeSetupChecksum() string SetupChecksum() string }
type Shell ¶
type Shell struct {
// contains filtered or unexported fields
}
func NewShellBuilder ¶
func (*Shell) BeforeInstall ¶
func (*Shell) BeforeInstallChecksum ¶
func (*Shell) BeforeSetup ¶
func (*Shell) BeforeSetupChecksum ¶
func (*Shell) InstallChecksum ¶
func (*Shell) IsBeforeInstallEmpty ¶
func (*Shell) IsBeforeSetupEmpty ¶
func (*Shell) IsInstallEmpty ¶
func (*Shell) IsSetupEmpty ¶
func (*Shell) SetupChecksum ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.