tools

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2022 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 {
	CloseStub func() error

	InsertRowsStub func([]tstorage.Row) error

	SelectStub func(string, []tstorage.Label, int64, int64) ([]*tstorage.DataPoint, error)
	// contains filtered or unexported fields
}

func (*FakeStorage) Close

func (fake *FakeStorage) Close() error

func (*FakeStorage) CloseCallCount

func (fake *FakeStorage) CloseCallCount() int

func (*FakeStorage) CloseCalls

func (fake *FakeStorage) CloseCalls(stub func() error)

func (*FakeStorage) CloseReturns

func (fake *FakeStorage) CloseReturns(result1 error)

func (*FakeStorage) CloseReturnsOnCall

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

func (*FakeStorage) InsertRows

func (fake *FakeStorage) InsertRows(arg1 []tstorage.Row) error

func (*FakeStorage) InsertRowsArgsForCall

func (fake *FakeStorage) InsertRowsArgsForCall(i int) []tstorage.Row

func (*FakeStorage) InsertRowsCallCount

func (fake *FakeStorage) InsertRowsCallCount() int

func (*FakeStorage) InsertRowsCalls

func (fake *FakeStorage) InsertRowsCalls(stub func([]tstorage.Row) error)

func (*FakeStorage) InsertRowsReturns

func (fake *FakeStorage) InsertRowsReturns(result1 error)

func (*FakeStorage) InsertRowsReturnsOnCall

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

func (*FakeStorage) Invocations

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

func (*FakeStorage) Select

func (fake *FakeStorage) Select(arg1 string, arg2 []tstorage.Label, arg3 int64, arg4 int64) ([]*tstorage.DataPoint, error)

func (*FakeStorage) SelectArgsForCall

func (fake *FakeStorage) SelectArgsForCall(i int) (string, []tstorage.Label, int64, int64)

func (*FakeStorage) SelectCallCount

func (fake *FakeStorage) SelectCallCount() int

func (*FakeStorage) SelectCalls

func (fake *FakeStorage) SelectCalls(stub func(string, []tstorage.Label, int64, int64) ([]*tstorage.DataPoint, error))

func (*FakeStorage) SelectReturns

func (fake *FakeStorage) SelectReturns(result1 []*tstorage.DataPoint, result2 error)

func (*FakeStorage) SelectReturnsOnCall

func (fake *FakeStorage) SelectReturnsOnCall(i int, result1 []*tstorage.DataPoint, result2 error)

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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