Documentation ¶ Index ¶ type Time func NewTime(t interface{ ... }) *Time func (_m *Time) Now() time.Time Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Time ¶ type Time struct { mock.Mock } Time is an autogenerated mock type for the Time type func NewTime ¶ func NewTime(t interface { mock.TestingT Cleanup(func()) }, ) *Time NewTime creates a new instance of Time. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value. func (*Time) Now ¶ func (_m *Time) Now() time.Time Now provides a mock function with given fields: Source Files ¶ View all Source files Time.go Click to show internal directories. Click to hide internal directories.