Documentation ¶
Overview ¶
Package ssminstaller implements the installer for ssm packages that use documents or scripts to install and uninstall.
Index ¶
- type Action
- type ActionType
- type Installer
- func (inst *Installer) Install(tracer trace.Tracer, context context.T) contracts.PluginOutputter
- func (inst *Installer) PackageName() string
- func (inst *Installer) Uninstall(tracer trace.Tracer, context context.T) contracts.PluginOutputter
- func (inst *Installer) Validate(tracer trace.Tracer, context context.T) contracts.PluginOutputter
- func (inst *Installer) Version() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionType ¶
type ActionType uint8
const ( ACTION_TYPE_SH ActionType = iota ACTION_TYPE_PS1 ActionType = iota )
Click to show internal directories.
Click to hide internal directories.