Documentation
¶
Index ¶
- type MockInstance
- func (_m *MockInstance) Apply(_param0 bool) error
- func (_m *MockInstance) Destroy(_param0 bool) error
- func (_m *MockInstance) EXPECT() *_MockInstanceRecorder
- func (_m *MockInstance) Init(_param0 string, _param1 map[string]interface{}) error
- func (_m *MockInstance) Output(_param0 string) (string, error)
- func (_m *MockInstance) Plan() error
- func (_m *MockInstance) Pull(_param0 s3iface.S3API) error
- func (_m *MockInstance) Push(_param0 s3iface.S3API) error
- func (_m *MockInstance) Set(_param0 map[string]interface{}) error
- func (_m *MockInstance) Upgrade(_param0 string, _param1 bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInstance ¶
type MockInstance struct {
// contains filtered or unexported fields
}
Mock of Instance interface
func NewMockInstance ¶
func NewMockInstance(ctrl *gomock.Controller) *MockInstance
func (*MockInstance) Apply ¶
func (_m *MockInstance) Apply(_param0 bool) error
func (*MockInstance) Destroy ¶
func (_m *MockInstance) Destroy(_param0 bool) error
func (*MockInstance) EXPECT ¶
func (_m *MockInstance) EXPECT() *_MockInstanceRecorder
func (*MockInstance) Init ¶
func (_m *MockInstance) Init(_param0 string, _param1 map[string]interface{}) error
func (*MockInstance) Plan ¶
func (_m *MockInstance) Plan() error
func (*MockInstance) Set ¶
func (_m *MockInstance) Set(_param0 map[string]interface{}) error
Click to show internal directories.
Click to hide internal directories.