Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
Provider provider.Provider
Manifest *manifest.ProjectManifest
Config *config.Config
Cloud bool
RepoUrl string
StacksIdentity string
Delims *delims
ImportCluster *string
CloudCluster string
// contains filtered or unexported fields
}
func (*Context) SetImportCluster ¶ added in v0.9.14
type Output ¶ added in v0.9.8
type Output struct {
Value interface{} `json:"value"`
FieldType interface{} `json:"type"`
Sensitive bool `json:"sensitive"`
}
Click to show internal directories.
Click to hide internal directories.