Documentation ¶
Overview ¶
Package mock_instance is a generated GoMock package.
Index ¶
- type MockInstance
- func (m *MockInstance) Apply(arg0 bool) error
- func (m *MockInstance) Destroy(arg0 bool) error
- func (m *MockInstance) EXPECT() *MockInstanceMockRecorder
- func (m *MockInstance) Init(arg0 string, arg1 map[string]interface{}) error
- func (m *MockInstance) Output(arg0 string) (string, error)
- func (m *MockInstance) Plan() error
- func (m *MockInstance) Pull(arg0 s3iface.S3API) error
- func (m *MockInstance) Push(arg0 s3iface.S3API) error
- func (m *MockInstance) Set(arg0 map[string]interface{}) error
- func (m *MockInstance) Upgrade(arg0 string, arg1 bool) error
- type MockInstanceMockRecorder
- func (mr *MockInstanceMockRecorder) Apply(arg0 interface{}) *gomock.Call
- func (mr *MockInstanceMockRecorder) Destroy(arg0 interface{}) *gomock.Call
- func (mr *MockInstanceMockRecorder) Init(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInstanceMockRecorder) Output(arg0 interface{}) *gomock.Call
- func (mr *MockInstanceMockRecorder) Plan() *gomock.Call
- func (mr *MockInstanceMockRecorder) Pull(arg0 interface{}) *gomock.Call
- func (mr *MockInstanceMockRecorder) Push(arg0 interface{}) *gomock.Call
- func (mr *MockInstanceMockRecorder) Set(arg0 interface{}) *gomock.Call
- func (mr *MockInstanceMockRecorder) Upgrade(arg0, arg1 interface{}) *gomock.Call
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
}
MockInstance is a mock of Instance interface
func NewMockInstance ¶
func NewMockInstance(ctrl *gomock.Controller) *MockInstance
NewMockInstance creates a new mock instance
func (*MockInstance) Destroy ¶
func (m *MockInstance) Destroy(arg0 bool) error
Destroy mocks base method
func (*MockInstance) EXPECT ¶
func (m *MockInstance) EXPECT() *MockInstanceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInstance) Init ¶
func (m *MockInstance) Init(arg0 string, arg1 map[string]interface{}) error
Init mocks base method
func (*MockInstance) Output ¶
func (m *MockInstance) Output(arg0 string) (string, error)
Output mocks base method
func (*MockInstance) Pull ¶
func (m *MockInstance) Pull(arg0 s3iface.S3API) error
Pull mocks base method
func (*MockInstance) Push ¶
func (m *MockInstance) Push(arg0 s3iface.S3API) error
Push mocks base method
func (*MockInstance) Set ¶
func (m *MockInstance) Set(arg0 map[string]interface{}) error
Set mocks base method
type MockInstanceMockRecorder ¶ added in v0.11.0
type MockInstanceMockRecorder struct {
// contains filtered or unexported fields
}
MockInstanceMockRecorder is the mock recorder for MockInstance
func (*MockInstanceMockRecorder) Apply ¶ added in v0.11.0
func (mr *MockInstanceMockRecorder) Apply(arg0 interface{}) *gomock.Call
Apply indicates an expected call of Apply
func (*MockInstanceMockRecorder) Destroy ¶ added in v0.11.0
func (mr *MockInstanceMockRecorder) Destroy(arg0 interface{}) *gomock.Call
Destroy indicates an expected call of Destroy
func (*MockInstanceMockRecorder) Init ¶ added in v0.11.0
func (mr *MockInstanceMockRecorder) Init(arg0, arg1 interface{}) *gomock.Call
Init indicates an expected call of Init
func (*MockInstanceMockRecorder) Output ¶ added in v0.11.0
func (mr *MockInstanceMockRecorder) Output(arg0 interface{}) *gomock.Call
Output indicates an expected call of Output
func (*MockInstanceMockRecorder) Plan ¶ added in v0.11.0
func (mr *MockInstanceMockRecorder) Plan() *gomock.Call
Plan indicates an expected call of Plan
func (*MockInstanceMockRecorder) Pull ¶ added in v0.11.0
func (mr *MockInstanceMockRecorder) Pull(arg0 interface{}) *gomock.Call
Pull indicates an expected call of Pull
func (*MockInstanceMockRecorder) Push ¶ added in v0.11.0
func (mr *MockInstanceMockRecorder) Push(arg0 interface{}) *gomock.Call
Push indicates an expected call of Push
func (*MockInstanceMockRecorder) Set ¶ added in v0.11.0
func (mr *MockInstanceMockRecorder) Set(arg0 interface{}) *gomock.Call
Set indicates an expected call of Set
func (*MockInstanceMockRecorder) Upgrade ¶ added in v0.11.0
func (mr *MockInstanceMockRecorder) Upgrade(arg0, arg1 interface{}) *gomock.Call
Upgrade indicates an expected call of Upgrade