Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeExpert
- func (fake *FakeExpert) Do(arg1 context.Context, arg2 expert.Request) (expert.Response, error)
- func (fake *FakeExpert) DoArgsForCall(i int) (context.Context, expert.Request)
- func (fake *FakeExpert) DoCallCount() int
- func (fake *FakeExpert) DoCalls(stub func(context.Context, expert.Request) (expert.Response, error))
- func (fake *FakeExpert) DoReturns(result1 expert.Response, result2 error)
- func (fake *FakeExpert) DoReturnsOnCall(i int, result1 expert.Response, result2 error)
- func (fake *FakeExpert) GetBio() expert.ExpertBio
- func (fake *FakeExpert) GetBioCallCount() int
- func (fake *FakeExpert) GetBioCalls(stub func() expert.ExpertBio)
- func (fake *FakeExpert) GetBioReturns(result1 expert.ExpertBio)
- func (fake *FakeExpert) GetBioReturnsOnCall(i int, result1 expert.ExpertBio)
- func (fake *FakeExpert) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeExpert ¶
type FakeExpert struct {
DoStub func(context.Context, expert.Request) (expert.Response, error)
GetBioStub func() expert.ExpertBio
// contains filtered or unexported fields
}
func (*FakeExpert) DoArgsForCall ¶
func (*FakeExpert) DoCallCount ¶
func (fake *FakeExpert) DoCallCount() int
func (*FakeExpert) DoReturns ¶
func (fake *FakeExpert) DoReturns(result1 expert.Response, result2 error)
func (*FakeExpert) DoReturnsOnCall ¶
func (fake *FakeExpert) DoReturnsOnCall(i int, result1 expert.Response, result2 error)
func (*FakeExpert) GetBio ¶ added in v0.1.6
func (fake *FakeExpert) GetBio() expert.ExpertBio
func (*FakeExpert) GetBioCallCount ¶ added in v0.1.6
func (fake *FakeExpert) GetBioCallCount() int
func (*FakeExpert) GetBioCalls ¶ added in v0.1.6
func (fake *FakeExpert) GetBioCalls(stub func() expert.ExpertBio)
func (*FakeExpert) GetBioReturns ¶ added in v0.1.6
func (fake *FakeExpert) GetBioReturns(result1 expert.ExpertBio)
func (*FakeExpert) GetBioReturnsOnCall ¶ added in v0.1.6
func (fake *FakeExpert) GetBioReturnsOnCall(i int, result1 expert.ExpertBio)
func (*FakeExpert) Invocations ¶
func (fake *FakeExpert) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.