Documentation ¶
Overview ¶
Package mock_deletionlog is a generated GoMock package.
Index ¶
- type MockDeletionLog
- func (m *MockDeletionLog) Add(arg0 context.Context, arg1, arg2 string, arg3 deletionlog.Status) (string, error)
- func (m *MockDeletionLog) Close(arg0 context.Context) error
- func (m *MockDeletionLog) EXPECT() *MockDeletionLogMockRecorder
- func (m *MockDeletionLog) GetAfter(arg0 context.Context, arg1 string, arg2 uint32) ([]deletionlog.Record, bool, error)
- func (m *MockDeletionLog) Init(arg0 *app.App) error
- func (m *MockDeletionLog) Name() string
- func (m *MockDeletionLog) Run(arg0 context.Context) error
- type MockDeletionLogMockRecorder
- func (mr *MockDeletionLogMockRecorder) Add(arg0, arg1, arg2, arg3 any) *gomock.Call
- func (mr *MockDeletionLogMockRecorder) Close(arg0 any) *gomock.Call
- func (mr *MockDeletionLogMockRecorder) GetAfter(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockDeletionLogMockRecorder) Init(arg0 any) *gomock.Call
- func (mr *MockDeletionLogMockRecorder) Name() *gomock.Call
- func (mr *MockDeletionLogMockRecorder) Run(arg0 any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDeletionLog ¶
type MockDeletionLog struct {
// contains filtered or unexported fields
}
MockDeletionLog is a mock of DeletionLog interface.
func NewMockDeletionLog ¶
func NewMockDeletionLog(ctrl *gomock.Controller) *MockDeletionLog
NewMockDeletionLog creates a new mock instance.
func (*MockDeletionLog) Add ¶
func (m *MockDeletionLog) Add(arg0 context.Context, arg1, arg2 string, arg3 deletionlog.Status) (string, error)
Add mocks base method.
func (*MockDeletionLog) Close ¶
func (m *MockDeletionLog) Close(arg0 context.Context) error
Close mocks base method.
func (*MockDeletionLog) EXPECT ¶
func (m *MockDeletionLog) EXPECT() *MockDeletionLogMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDeletionLog) GetAfter ¶
func (m *MockDeletionLog) GetAfter(arg0 context.Context, arg1 string, arg2 uint32) ([]deletionlog.Record, bool, error)
GetAfter mocks base method.
type MockDeletionLogMockRecorder ¶
type MockDeletionLogMockRecorder struct {
// contains filtered or unexported fields
}
MockDeletionLogMockRecorder is the mock recorder for MockDeletionLog.
func (*MockDeletionLogMockRecorder) Add ¶
func (mr *MockDeletionLogMockRecorder) Add(arg0, arg1, arg2, arg3 any) *gomock.Call
Add indicates an expected call of Add.
func (*MockDeletionLogMockRecorder) Close ¶
func (mr *MockDeletionLogMockRecorder) Close(arg0 any) *gomock.Call
Close indicates an expected call of Close.
func (*MockDeletionLogMockRecorder) GetAfter ¶
func (mr *MockDeletionLogMockRecorder) GetAfter(arg0, arg1, arg2 any) *gomock.Call
GetAfter indicates an expected call of GetAfter.
func (*MockDeletionLogMockRecorder) Init ¶
func (mr *MockDeletionLogMockRecorder) Init(arg0 any) *gomock.Call
Init indicates an expected call of Init.
func (*MockDeletionLogMockRecorder) Name ¶
func (mr *MockDeletionLogMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
Click to show internal directories.
Click to hide internal directories.