Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeService
- func (fake *FakeService) Get() (vitals vitals.Vitals, err error)
- func (fake *FakeService) GetCallCount() int
- func (fake *FakeService) GetReturns(result1 vitals.Vitals, result2 error)
- func (fake *FakeService) GetReturnsOnCall(i int, result1 vitals.Vitals, result2 error)
- func (fake *FakeService) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeService ¶
type FakeService struct { GetStub func() (vitals vitals.Vitals, err error) // contains filtered or unexported fields }
func (*FakeService) GetCallCount ¶
func (fake *FakeService) GetCallCount() int
func (*FakeService) GetReturns ¶
func (fake *FakeService) GetReturns(result1 vitals.Vitals, result2 error)
func (*FakeService) GetReturnsOnCall ¶
func (fake *FakeService) GetReturnsOnCall(i int, result1 vitals.Vitals, result2 error)
func (*FakeService) Invocations ¶
func (fake *FakeService) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.