storagefakes

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2017 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

This file was generated by counterfeiter

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) GetReturns

func (fake *FakeStorage) GetReturns(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) PutReturns

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

Jump to

Keyboard shortcuts

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