Documentation
¶
Index ¶
- Constants
- type ShellProvider
- func (p *ShellProvider) CleansePlan(buildPlan *plan.BuildPlan)
- func (p *ShellProvider) Detect(ctx *generate.GenerateContext) (bool, error)
- func (p *ShellProvider) Initialize(ctx *generate.GenerateContext) error
- func (p *ShellProvider) Name() string
- func (p *ShellProvider) Plan(ctx *generate.GenerateContext) error
- func (p *ShellProvider) StartCommandHelp() string
Constants ¶
View Source
const (
StartScriptName = "start.sh"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShellProvider ¶
type ShellProvider struct {
// contains filtered or unexported fields
}
func (*ShellProvider) CleansePlan ¶ added in v0.13.0
func (p *ShellProvider) CleansePlan(buildPlan *plan.BuildPlan)
func (*ShellProvider) Detect ¶
func (p *ShellProvider) Detect(ctx *generate.GenerateContext) (bool, error)
func (*ShellProvider) Initialize ¶
func (p *ShellProvider) Initialize(ctx *generate.GenerateContext) error
func (*ShellProvider) Name ¶
func (p *ShellProvider) Name() string
func (*ShellProvider) Plan ¶
func (p *ShellProvider) Plan(ctx *generate.GenerateContext) error
func (*ShellProvider) StartCommandHelp ¶ added in v0.0.28
func (p *ShellProvider) StartCommandHelp() string
Click to show internal directories.
Click to hide internal directories.