client

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2020 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Deploy

func Deploy(step_fn *string, releaseFile *string) error

Deploy attempts to deploy release

func Failures

func Failures(step_fn *string) error

List the recent failures and their causes

func Halt

func Halt(step_fn *string, releaseFile *string) error

Halt attempts to halt release

Types

type FailedRelease

type FailedRelease struct {
	// Useful information from AWS
	AwsAccountID *string `json:"aws_account_id,omitempty"`
	AwsRegion    *string `json:"aws_region,omitempty"`

	ProjectName *string `json:"project_name,omitempty"`
	ConfigName  *string `json:"config_name,omitempty"`

	// Where the previous Catch Error should be located
	Error *bifrost.ReleaseError `json:"error,omitempty"`
}

Release is the Data Structure passed between Client to Deployer

Jump to

Keyboard shortcuts

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