command

package
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bpm

type Bpm struct {
	markup.Component `class:"cli-handler"`
}

func (*Bpm) Handle

func (inst *Bpm) Handle(ctx *cli.TaskContext) error

func (*Bpm) Init

func (inst *Bpm) Init(service cli.Service) error

type BpmArguments added in v0.0.4

type BpmArguments struct {
	Action   string
	Packages []string
}

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

func (*BpmAssemblyLine) Init added in v0.0.7

func (inst *BpmAssemblyLine) Init(service cli.Service) 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

func (*BpmAutoUpgrade) Init added in v0.0.3

func (inst *BpmAutoUpgrade) Init(service cli.Service) error

type BpmFetch

type BpmFetch struct {
	markup.Component `class:"cli-handler"`

	Service service.FetchService `inject:"#bpm-fetch-service"`
}

func (*BpmFetch) Handle

func (inst *BpmFetch) Handle(ctx *cli.TaskContext) error

func (*BpmFetch) Init

func (inst *BpmFetch) Init(service cli.Service) error

type BpmHelp

type BpmHelp struct {
	markup.Component `class:"cli-handler"`
}

func (*BpmHelp) Handle

func (inst *BpmHelp) Handle(ctx *cli.TaskContext) error

func (*BpmHelp) Init

func (inst *BpmHelp) Init(service cli.Service) error

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

func (*BpmInstall) Init

func (inst *BpmInstall) Init(service cli.Service) 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

func (*BpmMake) Handle

func (inst *BpmMake) Handle(ctx *cli.TaskContext) error

func (*BpmMake) Init

func (inst *BpmMake) Init(service cli.Service) error

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

func (*BpmPackInfo) Init

func (inst *BpmPackInfo) Init(service cli.Service) error

type BpmRun

type BpmRun struct {
	markup.Component `class:"cli-handler"`

	Service service.RunService `inject:"#bpm-run-service"`
}

func (*BpmRun) Handle

func (inst *BpmRun) Handle(ctx *cli.TaskContext) error

func (*BpmRun) Init

func (inst *BpmRun) Init(service cli.Service) error

type BpmUpdate

type BpmUpdate struct {
	markup.Component `class:"cli-handler"`

	Service service.UpdateService `inject:"#bpm-update-service"`
}

func (*BpmUpdate) Handle

func (inst *BpmUpdate) Handle(ctx *cli.TaskContext) error

func (*BpmUpdate) Init

func (inst *BpmUpdate) Init(service cli.Service) error

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

func (*BpmUpgrade) Init

func (inst *BpmUpgrade) Init(service cli.Service) 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 ...

func (*BpmVersion) Init added in v0.0.2

func (inst *BpmVersion) Init(service cli.Service) error

Init ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL