command

package
v0.0.0-...-a2be96e Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangePriority

type ChangePriority struct {
	TaskID   int64
	Priority int
}

func (ChangePriority) Apply

func (cmd ChangePriority) Apply(ctx *core.Context) error

type CheckUpdates

type CheckUpdates struct {
	AppID string
}

func (CheckUpdates) Apply

func (cmd CheckUpdates) Apply(ctx *core.Context) error

type CompleteCheckUpdates

type CompleteCheckUpdates struct {
	AppID string
	Build string
}

func (CompleteCheckUpdates) Apply

func (cmd CompleteCheckUpdates) Apply(ctx *core.Context) error

type InstallApp

type InstallApp struct {
	Id         string
	Path       string
	Branch     string
	Build      string
	AutoUpdate bool
}

func (InstallApp) Apply

func (cmd InstallApp) Apply(ctx *core.Context) error

type Launch

type Launch struct {
	AppID string
}

func (Launch) Apply

func (cmd Launch) Apply(ctx *core.Context) error

type Launched

type Launched struct {
	AppID string
}

func (Launched) Apply

func (cmd Launched) Apply(ctx *core.Context) error

type NewBuildAvailable

type NewBuildAvailable struct {
	AppID   string
	Branch  string
	BuildID string
}

TODO use it somewhere

func (NewBuildAvailable) Apply

func (cmd NewBuildAvailable) Apply(ctx *core.Context) error

type Pause

type Pause struct {
	TaskID int64
}

func (Pause) Apply

func (cmd Pause) Apply(ctx *core.Context) error

type RecoverTasks

type RecoverTasks struct {
}

func (RecoverTasks) Apply

func (cmd RecoverTasks) Apply(ctx *core.Context) error

type Resume

type Resume struct {
	TaskID int64
}

func (Resume) Apply

func (cmd Resume) Apply(ctx *core.Context) error

type SetAutoUpdates

type SetAutoUpdates struct {
	AppID      string
	AutoUpdate bool
}

func (SetAutoUpdates) Apply

func (cmd SetAutoUpdates) Apply(ctx *core.Context) error

type Stopped

type Stopped struct {
	AppID string
}

func (Stopped) Apply

func (cmd Stopped) Apply(ctx *core.Context) error

type SwitchBranch

type SwitchBranch struct {
	Id     string
	Branch string
	Build  string
}

func (SwitchBranch) Apply

func (cmd SwitchBranch) Apply(ctx *core.Context) error

type UninstallApp

type UninstallApp struct {
	Id string
}

func (UninstallApp) Apply

func (cmd UninstallApp) Apply(ctx *core.Context) error

type Update

type Update struct {
	Id string
}

func (Update) Apply

func (cmd Update) Apply(ctx *core.Context) error

type Verify

type Verify struct {
	Id string
}

func (Verify) Apply

func (cmd Verify) Apply(ctx *core.Context) error

Jump to

Keyboard shortcuts

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