package mock

import "github.com/influxdata/influxdb/tsdb/cursors/mock"

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Index

Types

type MockCursorIterator

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

MockCursorIterator is a mock of CursorIterator interface

func NewMockCursorIterator

func NewMockCursorIterator(ctrl *gomock.Controller) *MockCursorIterator

NewMockCursorIterator creates a new mock instance

func (*MockCursorIterator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockCursorIterator) Next

Next mocks base method

func (*MockCursorIterator) Stats

Stats mocks base method

type MockCursorIteratorMockRecorder

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

MockCursorIteratorMockRecorder is the mock recorder for MockCursorIterator

func (*MockCursorIteratorMockRecorder) Next

func (mr *MockCursorIteratorMockRecorder) Next(arg0, arg1 interface{}) *gomock.Call

Next indicates an expected call of Next

func (*MockCursorIteratorMockRecorder) Stats

Stats indicates an expected call of Stats

type MockIntegerArrayCursor

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

MockIntegerArrayCursor is a mock of IntegerArrayCursor interface

func NewMockIntegerArrayCursor

func NewMockIntegerArrayCursor(ctrl *gomock.Controller) *MockIntegerArrayCursor

NewMockIntegerArrayCursor creates a new mock instance

func (*MockIntegerArrayCursor) Close

func (m *MockIntegerArrayCursor) Close()

Close mocks base method

func (*MockIntegerArrayCursor) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockIntegerArrayCursor) Err

func (m *MockIntegerArrayCursor) Err() error

Err mocks base method

func (*MockIntegerArrayCursor) Next

Next mocks base method

func (*MockIntegerArrayCursor) Stats

Stats mocks base method

type MockIntegerArrayCursorMockRecorder

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

MockIntegerArrayCursorMockRecorder is the mock recorder for MockIntegerArrayCursor

func (*MockIntegerArrayCursorMockRecorder) Close

Close indicates an expected call of Close

func (*MockIntegerArrayCursorMockRecorder) Err

Err indicates an expected call of Err

func (*MockIntegerArrayCursorMockRecorder) Next

Next indicates an expected call of Next

func (*MockIntegerArrayCursorMockRecorder) Stats

Stats indicates an expected call of Stats

Source Files

cursor_iterator.go integer_array_cursor.go

Version
v1.12.0 (latest)
Published
Apr 8, 2025
Platform
linux/amd64
Imports
4 packages
Last checked
2 days ago

Tools for package owners.