Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BpmArguments ¶ added in v0.0.4
type BpmAssemblyLine ¶ added in v0.0.7
type BpmAssemblyLine struct {
markup.Component `class:"cli-handler"`
Service service.AssemblyLineService `inject:"#bpm-assembly-line-service"`
}
func (*BpmAssemblyLine) Handle ¶ added in v0.0.7
func (inst *BpmAssemblyLine) Handle(ctx *cli.TaskContext) error
type BpmAutoUpgrade ¶ added in v0.0.3
type BpmAutoUpgrade struct {
markup.Component `class:"cli-handler"`
Service service.UpgradeService `inject:"#bpm-upgrade-service"`
}
func (*BpmAutoUpgrade) Handle ¶ added in v0.0.3
func (inst *BpmAutoUpgrade) Handle(ctx *cli.TaskContext) error
type BpmFetch ¶
type BpmFetch struct {
markup.Component `class:"cli-handler"`
Service service.FetchService `inject:"#bpm-fetch-service"`
}
type BpmInstall ¶
type BpmInstall struct {
markup.Component `class:"cli-handler"`
Service service.InstallService `inject:"#bpm-install-service"`
}
func (*BpmInstall) Handle ¶
func (inst *BpmInstall) Handle(ctx *cli.TaskContext) error
type BpmMake ¶
type BpmMake struct {
markup.Component `class:"cli-handler"`
Service service.MakeService `inject:"#bpm-make-service"`
}
func (*BpmMake) GetHelpInfo ¶
func (inst *BpmMake) GetHelpInfo() *cli.CommandHelpInfo
type BpmPackInfo ¶
type BpmPackInfo struct {
markup.Component `class:"cli-handler"`
Service service.PackInfoService `inject:"#bpm-pack-info-service"`
}
func (*BpmPackInfo) Handle ¶
func (inst *BpmPackInfo) Handle(ctx *cli.TaskContext) error
type BpmRun ¶
type BpmRun struct {
markup.Component `class:"cli-handler"`
Service service.RunService `inject:"#bpm-run-service"`
}
type BpmUpdate ¶
type BpmUpdate struct {
markup.Component `class:"cli-handler"`
Service service.UpdateService `inject:"#bpm-update-service"`
}
type BpmUpgrade ¶
type BpmUpgrade struct {
markup.Component `class:"cli-handler"`
Service service.UpgradeService `inject:"#bpm-upgrade-service"`
}
func (*BpmUpgrade) Handle ¶
func (inst *BpmUpgrade) Handle(ctx *cli.TaskContext) error
type BpmVersion ¶ added in v0.0.2
type BpmVersion struct {
markup.Component `class:"cli-handler"`
Context application.Context `inject:"context"`
}
BpmVersion ...
func (*BpmVersion) Handle ¶ added in v0.0.2
func (inst *BpmVersion) Handle(ctx *cli.TaskContext) error
Handle ...
Click to show internal directories.
Click to hide internal directories.