Documentation ¶
Overview ¶
Package mock_coordinatorlog is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCoordinatorLog ¶
type MockCoordinatorLog struct {
// contains filtered or unexported fields
}
MockCoordinatorLog is a mock of CoordinatorLog interface.
func NewMockCoordinatorLog ¶
func NewMockCoordinatorLog(ctrl *gomock.Controller) *MockCoordinatorLog
NewMockCoordinatorLog creates a new mock instance.
func (*MockCoordinatorLog) EXPECT ¶
func (m *MockCoordinatorLog) EXPECT() *MockCoordinatorLogMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCoordinatorLog) Init ¶
func (m *MockCoordinatorLog) Init(arg0 *app.App) error
Init mocks base method.
func (*MockCoordinatorLog) Name ¶
func (m *MockCoordinatorLog) Name() string
Name mocks base method.
func (*MockCoordinatorLog) SpaceReceipt ¶
func (m *MockCoordinatorLog) SpaceReceipt(arg0 context.Context, arg1 coordinatorlog.SpaceReceiptEntry) error
SpaceReceipt mocks base method.
type MockCoordinatorLogMockRecorder ¶
type MockCoordinatorLogMockRecorder struct {
// contains filtered or unexported fields
}
MockCoordinatorLogMockRecorder is the mock recorder for MockCoordinatorLog.
func (*MockCoordinatorLogMockRecorder) Init ¶
func (mr *MockCoordinatorLogMockRecorder) Init(arg0 any) *gomock.Call
Init indicates an expected call of Init.
func (*MockCoordinatorLogMockRecorder) Name ¶
func (mr *MockCoordinatorLogMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
func (*MockCoordinatorLogMockRecorder) SpaceReceipt ¶
func (mr *MockCoordinatorLogMockRecorder) SpaceReceipt(arg0, arg1 any) *gomock.Call
SpaceReceipt indicates an expected call of SpaceReceipt.
Click to show internal directories.
Click to hide internal directories.