Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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
Click to show internal directories.
Click to hide internal directories.