Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeTime
- func (fake *FakeTime) Invocations() map[string][][]interface{}
- func (fake *FakeTime) Now() string
- func (fake *FakeTime) NowCallCount() int
- func (fake *FakeTime) NowCalls(stub func() string)
- func (fake *FakeTime) NowReturns(result1 string)
- func (fake *FakeTime) NowReturnsOnCall(i int, result1 string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeTime ¶
type FakeTime struct { NowStub func() string // contains filtered or unexported fields }
func (*FakeTime) Invocations ¶
func (*FakeTime) NowCallCount ¶
func (*FakeTime) NowReturns ¶
func (*FakeTime) NowReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.