Documentation
¶
Overview ¶
CopyImage downloads the metadata file locally
Deploy rsyncs files to the desired locations for installation ¶
ReloadBus kill the bus daemon with a SIGHUP
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanUpStagingCommand ¶
type CleanUpStagingCommand struct {
// contains filtered or unexported fields
}
func NewCleanUpStagingCommand ¶
func NewCleanUpStagingCommand(ctx context.Context, cs *service.AShService) *CleanUpStagingCommand
func (*CleanUpStagingCommand) Execute ¶
func (c *CleanUpStagingCommand) Execute(log *log.Logger) error
func (*CleanUpStagingCommand) GetErrorMessage ¶
func (c *CleanUpStagingCommand) GetErrorMessage() string
func (*CleanUpStagingCommand) GetStatus ¶
func (c *CleanUpStagingCommand) GetStatus() api.InstallResponse_Status
func (*CleanUpStagingCommand) Revert ¶
func (c *CleanUpStagingCommand) Revert() error
type CopyImageCommand ¶
type CopyImageCommand struct {
// contains filtered or unexported fields
}
func NewCopyImageCommand ¶
func NewCopyImageCommand(ctx context.Context, cs *service.AShService) *CopyImageCommand
func (*CopyImageCommand) GetErrorMessage ¶
func (c *CopyImageCommand) GetErrorMessage() string
func (*CopyImageCommand) GetStatus ¶
func (c *CopyImageCommand) GetStatus() api.InstallResponse_Status
func (*CopyImageCommand) Revert ¶
func (c *CopyImageCommand) Revert() error
type CreateBinaryDirsCommand ¶
type CreateBinaryDirsCommand struct {
// contains filtered or unexported fields
}
func NewCreateBinaryDirsCommand ¶
func NewCreateBinaryDirsCommand(ctx context.Context, cs *service.AShService) *CreateBinaryDirsCommand
func (*CreateBinaryDirsCommand) Execute ¶
func (c *CreateBinaryDirsCommand) Execute(log *log.Logger) error
func (*CreateBinaryDirsCommand) GetErrorMessage ¶
func (c *CreateBinaryDirsCommand) GetErrorMessage() string
func (*CreateBinaryDirsCommand) GetStatus ¶
func (c *CreateBinaryDirsCommand) GetStatus() api.InstallResponse_Status
func (*CreateBinaryDirsCommand) Revert ¶
func (c *CreateBinaryDirsCommand) Revert() error
type CreateNewStagingDirsCommand ¶
type CreateNewStagingDirsCommand struct {
// contains filtered or unexported fields
}
func NewCreateNewStagingDirsCommand ¶
func NewCreateNewStagingDirsCommand(ctx context.Context, cs *service.AShService) *CreateNewStagingDirsCommand
func (*CreateNewStagingDirsCommand) Execute ¶
func (c *CreateNewStagingDirsCommand) Execute(log *log.Logger) error
func (*CreateNewStagingDirsCommand) GetErrorMessage ¶
func (c *CreateNewStagingDirsCommand) GetErrorMessage() string
func (*CreateNewStagingDirsCommand) GetStatus ¶
func (c *CreateNewStagingDirsCommand) GetStatus() api.InstallResponse_Status
func (*CreateNewStagingDirsCommand) Revert ¶
func (c *CreateNewStagingDirsCommand) Revert() error
type DeployCommand ¶
type DeployCommand struct {
// contains filtered or unexported fields
}
func NewDeployCommand ¶
func NewDeployCommand(ctx context.Context, cs *service.AShService) *DeployCommand
func (*DeployCommand) GetErrorMessage ¶
func (c *DeployCommand) GetErrorMessage() string
func (*DeployCommand) GetStatus ¶
func (c *DeployCommand) GetStatus() api.InstallResponse_Status
func (*DeployCommand) Revert ¶
func (c *DeployCommand) Revert() error
type KillChromeCommand ¶
type KillChromeCommand struct {
// contains filtered or unexported fields
}
func NewKillChromeCommand ¶
func NewKillChromeCommand(ctx context.Context, cs *service.AShService) *KillChromeCommand
func (*KillChromeCommand) GetErrorMessage ¶
func (c *KillChromeCommand) GetErrorMessage() string
func (*KillChromeCommand) GetStatus ¶
func (c *KillChromeCommand) GetStatus() api.InstallResponse_Status
func (*KillChromeCommand) Revert ¶
func (c *KillChromeCommand) Revert() error
type MountRootFSCommand ¶
type MountRootFSCommand struct {
// contains filtered or unexported fields
}
func NewMountRootFSCommand ¶
func NewMountRootFSCommand(ctx context.Context, cs *service.AShService) *MountRootFSCommand
func (*MountRootFSCommand) GetErrorMessage ¶
func (c *MountRootFSCommand) GetErrorMessage() string
func (*MountRootFSCommand) GetStatus ¶
func (c *MountRootFSCommand) GetStatus() api.InstallResponse_Status
func (*MountRootFSCommand) Revert ¶
func (c *MountRootFSCommand) Revert() error
type ReloadBusCommand ¶
type ReloadBusCommand struct {
// contains filtered or unexported fields
}
func NewReloadBusCommand ¶
func NewReloadBusCommand(ctx context.Context, cs *service.AShService) *ReloadBusCommand
func (*ReloadBusCommand) GetErrorMessage ¶
func (c *ReloadBusCommand) GetErrorMessage() string
func (*ReloadBusCommand) GetStatus ¶
func (c *ReloadBusCommand) GetStatus() api.InstallResponse_Status
func (*ReloadBusCommand) Revert ¶
func (c *ReloadBusCommand) Revert() error
type StartChromeCommand ¶
type StartChromeCommand struct {
// contains filtered or unexported fields
}
func NewStartChromeCommand ¶
func NewStartChromeCommand(ctx context.Context, cs *service.AShService) *StartChromeCommand
func (*StartChromeCommand) GetErrorMessage ¶
func (c *StartChromeCommand) GetErrorMessage() string
func (*StartChromeCommand) GetStatus ¶
func (c *StartChromeCommand) GetStatus() api.InstallResponse_Status
func (*StartChromeCommand) Revert ¶
func (c *StartChromeCommand) Revert() error
type StopChromeCommand ¶
type StopChromeCommand struct {
// contains filtered or unexported fields
}
func NewStopChromeCommand ¶
func NewStopChromeCommand(ctx context.Context, cs *service.AShService) *StopChromeCommand
func (*StopChromeCommand) GetErrorMessage ¶
func (c *StopChromeCommand) GetErrorMessage() string
func (*StopChromeCommand) GetStatus ¶
func (c *StopChromeCommand) GetStatus() api.InstallResponse_Status
func (*StopChromeCommand) Revert ¶
func (c *StopChromeCommand) Revert() error
Click to show internal directories.
Click to hide internal directories.