app

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DeploymentStates []string = []string{
	"error",
	"failure",
	"inactive",
	"in_progress",
	"queued",
	"pending",
	"success",
}

DeploymentStates contains valid deployment states

Functions

func CreateDeployment

func CreateDeployment(cli Client, env, ref string) (int64, error)

CreateDeployment creates new deployment in a provided environment.

func IsStateValid

func IsStateValid(state string) bool

IsStateValid is an input validator for CreateDeploymentStatus api call

func UpdateStatus

func UpdateStatus(cli Client, id int64, state string) error

UpdateStatus set a status of a desired deployment to a specified value.

Types

type Client

Client is Repositories service of a GitHub Client

Jump to

Keyboard shortcuts

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