Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeStates ¶
func MergeStates(existingState, newState *State)
Types ¶
type State ¶
type State struct {
Jobs []Job `json:"jobs"`
}
func (*State) CancelRunningJob ¶ added in v0.2.0
func (*State) GetLatestCompletedJob ¶ added in v0.2.0
func (*State) GetLatestJob ¶
GetLatestJob returns the latest job in the state.
Click to show internal directories.
Click to hide internal directories.