scorestorefakes

package
v0.0.0-...-2f0a4f1 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2023 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeScoreStore

type FakeScoreStore struct {
	DeleteStub func(context.Context, string, string, int) error

	GetAllStub func(context.Context, string, string) ([]scorestore.Score, error)

	PutStub func(context.Context, string, string, scorestore.Score) error

	UpdateAllStub func(context.Context, string, string, []scorestore.Score) error
	// contains filtered or unexported fields
}

func (*FakeScoreStore) Delete

func (fake *FakeScoreStore) Delete(arg1 context.Context, arg2 string, arg3 string, arg4 int) error

func (*FakeScoreStore) DeleteArgsForCall

func (fake *FakeScoreStore) DeleteArgsForCall(i int) (context.Context, string, string, int)

func (*FakeScoreStore) DeleteCallCount

func (fake *FakeScoreStore) DeleteCallCount() int

func (*FakeScoreStore) DeleteCalls

func (fake *FakeScoreStore) DeleteCalls(stub func(context.Context, string, string, int) error)

func (*FakeScoreStore) DeleteReturns

func (fake *FakeScoreStore) DeleteReturns(result1 error)

func (*FakeScoreStore) DeleteReturnsOnCall

func (fake *FakeScoreStore) DeleteReturnsOnCall(i int, result1 error)

func (*FakeScoreStore) GetAll

func (fake *FakeScoreStore) GetAll(arg1 context.Context, arg2 string, arg3 string) ([]scorestore.Score, error)

func (*FakeScoreStore) GetAllArgsForCall

func (fake *FakeScoreStore) GetAllArgsForCall(i int) (context.Context, string, string)

func (*FakeScoreStore) GetAllCallCount

func (fake *FakeScoreStore) GetAllCallCount() int

func (*FakeScoreStore) GetAllCalls

func (fake *FakeScoreStore) GetAllCalls(stub func(context.Context, string, string) ([]scorestore.Score, error))

func (*FakeScoreStore) GetAllReturns

func (fake *FakeScoreStore) GetAllReturns(result1 []scorestore.Score, result2 error)

func (*FakeScoreStore) GetAllReturnsOnCall

func (fake *FakeScoreStore) GetAllReturnsOnCall(i int, result1 []scorestore.Score, result2 error)

func (*FakeScoreStore) Invocations

func (fake *FakeScoreStore) Invocations() map[string][][]interface{}

func (*FakeScoreStore) Put

func (fake *FakeScoreStore) Put(arg1 context.Context, arg2 string, arg3 string, arg4 scorestore.Score) error

func (*FakeScoreStore) PutArgsForCall

func (fake *FakeScoreStore) PutArgsForCall(i int) (context.Context, string, string, scorestore.Score)

func (*FakeScoreStore) PutCallCount

func (fake *FakeScoreStore) PutCallCount() int

func (*FakeScoreStore) PutCalls

func (fake *FakeScoreStore) PutCalls(stub func(context.Context, string, string, scorestore.Score) error)

func (*FakeScoreStore) PutReturns

func (fake *FakeScoreStore) PutReturns(result1 error)

func (*FakeScoreStore) PutReturnsOnCall

func (fake *FakeScoreStore) PutReturnsOnCall(i int, result1 error)

func (*FakeScoreStore) UpdateAll

func (fake *FakeScoreStore) UpdateAll(arg1 context.Context, arg2 string, arg3 string, arg4 []scorestore.Score) error

func (*FakeScoreStore) UpdateAllArgsForCall

func (fake *FakeScoreStore) UpdateAllArgsForCall(i int) (context.Context, string, string, []scorestore.Score)

func (*FakeScoreStore) UpdateAllCallCount

func (fake *FakeScoreStore) UpdateAllCallCount() int

func (*FakeScoreStore) UpdateAllCalls

func (fake *FakeScoreStore) UpdateAllCalls(stub func(context.Context, string, string, []scorestore.Score) error)

func (*FakeScoreStore) UpdateAllReturns

func (fake *FakeScoreStore) UpdateAllReturns(result1 error)

func (*FakeScoreStore) UpdateAllReturnsOnCall

func (fake *FakeScoreStore) UpdateAllReturnsOnCall(i int, result1 error)

Jump to

Keyboard shortcuts

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