Documentation
¶
Overview ¶
Package mock_controller is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockResetSendablePointer ¶
type MockResetSendablePointer struct {
// contains filtered or unexported fields
}
MockResetSendablePointer is a mock of ResetSendablePointer interface.
func NewMockResetSendablePointer ¶
func NewMockResetSendablePointer(ctrl *gomock.Controller) *MockResetSendablePointer
NewMockResetSendablePointer creates a new mock instance.
func (*MockResetSendablePointer) EXPECT ¶
func (m *MockResetSendablePointer) EXPECT() *MockResetSendablePointerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockResetSendablePointer) ResetPoint ¶
func (m *MockResetSendablePointer) ResetPoint(ctx context.Context, initialSendablePoint int) error
ResetPoint mocks base method.
type MockResetSendablePointerMockRecorder ¶
type MockResetSendablePointerMockRecorder struct {
// contains filtered or unexported fields
}
MockResetSendablePointerMockRecorder is the mock recorder for MockResetSendablePointer.
func (*MockResetSendablePointerMockRecorder) ResetPoint ¶
func (mr *MockResetSendablePointerMockRecorder) ResetPoint(ctx, initialSendablePoint any) *gomock.Call
ResetPoint indicates an expected call of ResetPoint.
Click to show internal directories.
Click to hide internal directories.