Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SupportedClouds []string = []string{
"aws",
"gcp",
}
Functions ¶
func IsStrEmpty ¶
Types ¶
type AwsSettings ¶
func (*AwsSettings) Valid ¶
func (s *AwsSettings) Valid() error
type CloudSettings ¶
type CloudSettings struct {
Aws *AwsSettings
}
func (*CloudSettings) ResolveCloudName ¶
func (s *CloudSettings) ResolveCloudName() string
func (*CloudSettings) Valid ¶
func (s *CloudSettings) Valid() error
type Profile ¶
type Profile struct { Name string Description string Active bool Settings *CloudSettings }
type RunRequest ¶
type TaskDefinition ¶
Click to show internal directories.
Click to hide internal directories.