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