statechange

package
v1.14.3 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2017 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 4 more Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event interface {

	// GetEventType implementations should return one the enums defined above to
	// identify the type of event being emitted
	GetEventType() EventType
}

Event is used to abstract away the two transition event types passed up through a single channel from the the engine

type EventType

type EventType int32

Event defines the type of state change event

const (
	// ContainerEvent is used to define the container state transition events
	// emitted by the engine
	ContainerEvent EventType = iota

	// TaskEvent is used to define the task state transition events emitted by
	// the engine
	TaskEvent
)

Jump to

Keyboard shortcuts

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