Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckFieldOperation ¶
type ExpectResult ¶
type ExpectResult struct {
Exists string
Field CheckFieldOperation
}
type GetOperation ¶
type InfraModule ¶
type InfraModule struct {
Name string
Type string
Terraform TerraformConfig //Currently registering new providers is manual. Need a better way to do this.
}
type Modules ¶
type Modules []InfraModule
type TerraformConfig ¶
type TestCase ¶
type TestCase struct {
Name string
Given string
When WhenCondition
Then ThenCondition
}
type ThenCondition ¶
type ThenCondition struct {
Expect []ExpectResult
}
type WhenCondition ¶
Click to show internal directories.
Click to hide internal directories.