Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeFetcher
- func (fake *FakeFetcher) Get(arg1 context.Context, arg2 string, arg3 string) (models.Application, error)
- func (fake *FakeFetcher) GetArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeFetcher) GetCallCount() int
- func (fake *FakeFetcher) GetCalls(stub func(context.Context, string, string) (models.Application, error))
- func (fake *FakeFetcher) GetReturns(result1 models.Application, result2 error)
- func (fake *FakeFetcher) GetReturnsOnCall(i int, result1 models.Application, result2 error)
- func (fake *FakeFetcher) Invocations() map[string][][]interface{}
- func (fake *FakeFetcher) List(arg1 context.Context, arg2 string) ([]models.Application, error)
- func (fake *FakeFetcher) ListArgsForCall(i int) (context.Context, string)
- func (fake *FakeFetcher) ListCallCount() int
- func (fake *FakeFetcher) ListCalls(stub func(context.Context, string) ([]models.Application, error))
- func (fake *FakeFetcher) ListReturns(result1 []models.Application, result2 error)
- func (fake *FakeFetcher) ListReturnsOnCall(i int, result1 []models.Application, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeFetcher ¶
type FakeFetcher struct { GetStub func(context.Context, string, string) (models.Application, error) ListStub func(context.Context, string) ([]models.Application, error) // contains filtered or unexported fields }
func (*FakeFetcher) Get ¶
func (fake *FakeFetcher) Get(arg1 context.Context, arg2 string, arg3 string) (models.Application, error)
func (*FakeFetcher) GetArgsForCall ¶
func (*FakeFetcher) GetCallCount ¶
func (fake *FakeFetcher) GetCallCount() int
func (*FakeFetcher) GetCalls ¶
func (fake *FakeFetcher) GetCalls(stub func(context.Context, string, string) (models.Application, error))
func (*FakeFetcher) GetReturns ¶
func (fake *FakeFetcher) GetReturns(result1 models.Application, result2 error)
func (*FakeFetcher) GetReturnsOnCall ¶
func (fake *FakeFetcher) GetReturnsOnCall(i int, result1 models.Application, result2 error)
func (*FakeFetcher) Invocations ¶
func (fake *FakeFetcher) Invocations() map[string][][]interface{}
func (*FakeFetcher) List ¶
func (fake *FakeFetcher) List(arg1 context.Context, arg2 string) ([]models.Application, error)
func (*FakeFetcher) ListArgsForCall ¶
func (fake *FakeFetcher) ListArgsForCall(i int) (context.Context, string)
func (*FakeFetcher) ListCallCount ¶
func (fake *FakeFetcher) ListCallCount() int
func (*FakeFetcher) ListCalls ¶
func (fake *FakeFetcher) ListCalls(stub func(context.Context, string) ([]models.Application, error))
func (*FakeFetcher) ListReturns ¶
func (fake *FakeFetcher) ListReturns(result1 []models.Application, result2 error)
func (*FakeFetcher) ListReturnsOnCall ¶
func (fake *FakeFetcher) ListReturnsOnCall(i int, result1 []models.Application, result2 error)
Click to show internal directories.
Click to hide internal directories.