applicationv2fakes

package
v0.6.2-patch2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2022 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

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 (fake *FakeFetcher) GetArgsForCall(i int) (context.Context, string, string)

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)

type FakeFetcherFactory

type FakeFetcherFactory struct {
	// contains filtered or unexported fields
}

func (*FakeFetcherFactory) Create

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL