Documentation ¶
Overview ¶
Package mock_dynamichelper is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface.
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) EnsureDeleted ¶
func (m *MockInterface) EnsureDeleted(arg0 context.Context, arg1, arg2, arg3 string) error
EnsureDeleted mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) Ensure ¶
func (mr *MockInterfaceMockRecorder) Ensure(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Ensure indicates an expected call of Ensure.
func (*MockInterfaceMockRecorder) EnsureDeleted ¶
func (mr *MockInterfaceMockRecorder) EnsureDeleted(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
EnsureDeleted indicates an expected call of EnsureDeleted.
func (*MockInterfaceMockRecorder) Refresh ¶
func (mr *MockInterfaceMockRecorder) Refresh() *gomock.Call
Refresh indicates an expected call of Refresh.
Click to show internal directories.
Click to hide internal directories.