process

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Getter

type Getter interface {
	Get(processID string) (*Process, error)
}

type Process

type Process struct {
	ID           string
	State        State
	StateMessage *string
}

type State

type State string
const (
	StateCompleted State = "COMPLETED"
	StateCreated   State = "CREATED"
	StateError     State = "ERROR"

	TimedOutErrorMessage = "process timed out"
)

Jump to

Keyboard shortcuts

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