Documentation
¶
Index ¶
- type Ansible
- func (b *Ansible) BeforeInstall(ctx context.Context, container Container) error
- func (b *Ansible) BeforeInstallChecksum(ctx context.Context) string
- func (b *Ansible) BeforeSetup(ctx context.Context, container Container) error
- func (b *Ansible) BeforeSetupChecksum(ctx context.Context) string
- func (b *Ansible) Install(ctx context.Context, container Container) error
- func (b *Ansible) InstallChecksum(ctx context.Context) string
- func (b *Ansible) IsBeforeInstallEmpty(ctx context.Context) bool
- func (b *Ansible) IsBeforeSetupEmpty(ctx context.Context) bool
- func (b *Ansible) IsInstallEmpty(ctx context.Context) bool
- func (b *Ansible) IsSetupEmpty(ctx context.Context) bool
- func (b *Ansible) Setup(ctx context.Context, container Container) error
- func (b *Ansible) SetupChecksum(ctx context.Context) string
- type Builder
- type Container
- type Extra
- type Shell
- func (b *Shell) BeforeInstall(_ context.Context, container Container) error
- func (b *Shell) BeforeInstallChecksum(ctx context.Context) string
- func (b *Shell) BeforeSetup(_ context.Context, container Container) error
- func (b *Shell) BeforeSetupChecksum(ctx context.Context) string
- func (b *Shell) Install(_ context.Context, container Container) error
- func (b *Shell) InstallChecksum(ctx context.Context) string
- func (b *Shell) IsBeforeInstallEmpty(ctx context.Context) bool
- func (b *Shell) IsBeforeSetupEmpty(ctx context.Context) bool
- func (b *Shell) IsInstallEmpty(ctx context.Context) bool
- func (b *Shell) IsSetupEmpty(ctx context.Context) bool
- func (b *Shell) Setup(_ context.Context, container Container) error
- func (b *Shell) SetupChecksum(ctx context.Context) 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) IsBeforeInstallEmpty ¶
type Builder ¶
type Builder interface {
IsBeforeInstallEmpty(ctx context.Context) bool
IsInstallEmpty(ctx context.Context) bool
IsBeforeSetupEmpty(ctx context.Context) bool
IsSetupEmpty(ctx context.Context) bool
BeforeInstall(ctx context.Context, container Container) error
Install(ctx context.Context, container Container) error
BeforeSetup(ctx context.Context, container Container) error
Setup(ctx context.Context, container Container) error
BeforeInstallChecksum(ctx context.Context) string
InstallChecksum(ctx context.Context) string
BeforeSetupChecksum(ctx context.Context) string
SetupChecksum(ctx context.Context) string
}
type Shell ¶
type Shell struct {
// contains filtered or unexported fields
}
func (*Shell) BeforeInstall ¶
func (*Shell) BeforeInstallChecksum ¶
func (*Shell) BeforeSetup ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.