Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockUUIDInt ¶
type MockUUIDInt struct {
// contains filtered or unexported fields
}
MockUUIDInt is a mock of UUIDInt interface.
func NewMockUUIDInt ¶
func NewMockUUIDInt(ctrl *gomock.Controller) *MockUUIDInt
NewMockUUIDInt creates a new mock instance.
func (*MockUUIDInt) EXPECT ¶
func (m *MockUUIDInt) EXPECT() *MockUUIDIntMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUUIDInt) NextID ¶
func (m *MockUUIDInt) NextID() (uint64, error)
NextID mocks base method.
type MockUUIDIntMockRecorder ¶
type MockUUIDIntMockRecorder struct {
// contains filtered or unexported fields
}
MockUUIDIntMockRecorder is the mock recorder for MockUUIDInt.
func (*MockUUIDIntMockRecorder) NextID ¶
func (mr *MockUUIDIntMockRecorder) NextID() *gomock.Call
NextID indicates an expected call of NextID.
Click to show internal directories.
Click to hide internal directories.