types

package
v0.12.12-rc10 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EntityTypes = map[string]interface{}{
	"environment":   nil,
	"service":       nil,
	"load_balancer": nil,
	"deploy":        nil,
}

Functions

This section is empty.

Types

type JobStatus

type JobStatus int64
const (
	Pending JobStatus = 1 + iota
	InProgress
	Completed
	Error
)

func (JobStatus) String

func (jobStatus JobStatus) String() string

type JobType

type JobType int64
const (
	DeleteEnvironmentJob JobType = 1 + iota
	DeleteServiceJob
	DeleteLoadBalancerJob
	DeleteTaskJob
	CreateTaskJob
)

func (JobType) String

func (jobType JobType) String() string

Jump to

Keyboard shortcuts

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