Documentation
¶
Overview ¶
Package uuid is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockUUID ¶
type MockUUID struct {
// contains filtered or unexported fields
}
MockUUID is a mock of UUID interface.
func NewMockUUID ¶
func NewMockUUID(ctrl *gomock.Controller) *MockUUID
NewMockUUID creates a new mock instance.
func (*MockUUID) EXPECT ¶
func (m *MockUUID) EXPECT() *MockUUIDMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUUIDMockRecorder ¶
type MockUUIDMockRecorder struct {
// contains filtered or unexported fields
}
MockUUIDMockRecorder is the mock recorder for MockUUID.
func (*MockUUIDMockRecorder) New ¶
func (mr *MockUUIDMockRecorder) New(prefix ...interface{}) *gomock.Call
New indicates an expected call of New.
Click to show internal directories.
Click to hide internal directories.