Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteApp ¶
type DeleteApp struct {
// contains filtered or unexported fields
}
DeleteApp implements task.Performable interface
type DeleteAppMessage ¶
type DeleteComponent ¶
type DeleteComponent struct {
// contains filtered or unexported fields
}
DeleteComponent implements task.Performable interface
func (DeleteComponent) Perform ¶
func (j DeleteComponent) Perform(data []byte) error
type DeleteComponentMessage ¶
type DeployComponent ¶
type DeployComponent struct {
// contains filtered or unexported fields
}
func (DeployComponent) Perform ¶
func (j DeployComponent) Perform(data []byte) error
type DeployComponentMessage ¶
type Performable ¶
type StartInstance ¶
type StartInstance struct {
// contains filtered or unexported fields
}
StartInstance implements Performable interface
func (StartInstance) Perform ¶
func (j StartInstance) Perform(data []byte) error
type StartInstanceMessage ¶
type StopInstance ¶
type StopInstance struct {
// contains filtered or unexported fields
}
StopInstance implements Performable interface
func (StopInstance) Perform ¶
func (j StopInstance) Perform(data []byte) error
type StopInstanceMessage ¶
type Supervisor ¶
type Supervisor struct {
// contains filtered or unexported fields
}
func NewSupervisor ¶
func NewSupervisor(c *core.Core, size int) *Supervisor
func (*Supervisor) Run ¶
func (s *Supervisor) Run()
Click to show internal directories.
Click to hide internal directories.