Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallProcess ¶
type InstallProcess struct {
// contains filtered or unexported fields
}
func GenerateInstallProcess ¶
func GenerateInstallProcess(data *InstallSection, environment environments.Environment, dataMapping map[string]interface{}) InstallProcess
func (*InstallProcess) HasNext ¶
func (p *InstallProcess) HasNext() bool
func (*InstallProcess) RunNext ¶
func (p *InstallProcess) RunNext() error
type InstallSection ¶
type InstallSection struct {
Commands []interface{} `json:"commands,omitempty"`
}
func (*InstallSection) SaveToString ¶
func (i *InstallSection) SaveToString() string
Click to show internal directories.
Click to hide internal directories.