storagefakes

package
v0.19.2 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2020 License: MIT Imports: 2 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 FakeStorage

type FakeStorage struct {
	GetStub func(string, interface{}) error

	PutStub func(string, interface{}) (string, error)
	// contains filtered or unexported fields
}

func (*FakeStorage) Get

func (fake *FakeStorage) Get(arg1 string, arg2 interface{}) error

func (*FakeStorage) GetArgsForCall

func (fake *FakeStorage) GetArgsForCall(i int) (string, interface{})

func (*FakeStorage) GetCallCount

func (fake *FakeStorage) GetCallCount() int

func (*FakeStorage) GetCalls added in v0.19.0

func (fake *FakeStorage) GetCalls(stub func(string, interface{}) error)

func (*FakeStorage) GetReturns

func (fake *FakeStorage) GetReturns(result1 error)

func (*FakeStorage) GetReturnsOnCall added in v0.12.0

func (fake *FakeStorage) GetReturnsOnCall(i int, result1 error)

func (*FakeStorage) Invocations

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

func (*FakeStorage) Put

func (fake *FakeStorage) Put(arg1 string, arg2 interface{}) (string, error)

func (*FakeStorage) PutArgsForCall

func (fake *FakeStorage) PutArgsForCall(i int) (string, interface{})

func (*FakeStorage) PutCallCount

func (fake *FakeStorage) PutCallCount() int

func (*FakeStorage) PutCalls added in v0.19.0

func (fake *FakeStorage) PutCalls(stub func(string, interface{}) (string, error))

func (*FakeStorage) PutReturns

func (fake *FakeStorage) PutReturns(result1 string, result2 error)

func (*FakeStorage) PutReturnsOnCall added in v0.12.0

func (fake *FakeStorage) PutReturnsOnCall(i int, result1 string, result2 error)

Jump to

Keyboard shortcuts

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