Documentation
¶
Index ¶
- type MockTerraformCommand
- func (m *MockTerraformCommand) Apply(ctx context.Context, dir string, resources []string) error
- func (m *MockTerraformCommand) GetState(ctx context.Context, userId string, reader db.TfStateReader) (*output.TfState, error)
- func (m *MockTerraformCommand) Init(ctx context.Context, dir string) error
- func (m *MockTerraformCommand) Refresh(ctx context.Context, dir string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTerraformCommand ¶
func (*MockTerraformCommand) GetState ¶
func (m *MockTerraformCommand) GetState(ctx context.Context, userId string, reader db.TfStateReader) (*output.TfState, error)
Click to show internal directories.
Click to hide internal directories.