Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeAuthClient
- func (fake *FakeAuthClient) Auth() (bool, error)
- func (fake *FakeAuthClient) AuthCallCount() int
- func (fake *FakeAuthClient) AuthReturns(result1 bool, result2 error)
- func (fake *FakeAuthClient) AuthReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeAuthClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAuthClient ¶
type FakeAuthClient struct { AuthStub func() (bool, error) // contains filtered or unexported fields }
func (*FakeAuthClient) Auth ¶
func (fake *FakeAuthClient) Auth() (bool, error)
func (*FakeAuthClient) AuthCallCount ¶
func (fake *FakeAuthClient) AuthCallCount() int
func (*FakeAuthClient) AuthReturns ¶
func (fake *FakeAuthClient) AuthReturns(result1 bool, result2 error)
func (*FakeAuthClient) AuthReturnsOnCall ¶ added in v0.0.57
func (fake *FakeAuthClient) AuthReturnsOnCall(i int, result1 bool, result2 error)
func (*FakeAuthClient) Invocations ¶
func (fake *FakeAuthClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.