# Functions
NewArrayCursorMock returns an initialised ArrayCursorMock, which returns the zero value for all methods.
NewBooleanArrayCursorMock returns an initialised BooleanArrayCursorMock, which returns the zero value for all methods.
NewFloatArrayCursorMock returns an initialised FloatArrayCursorMock, which returns the zero value for all methods.
No description provided by the author
NewIntegerArrayCursorMock returns an initialised IntegerArrayCursorMock, which returns the zero value for all methods.
NewStorageResultsMock initialises a StorageResultsMock whose methods all return their zero value.
NewStorageStoreMock initialises a StorageStoreMock with methods that return their zero values.
NewStringArrayCursorMock returns an initialised StringArrayCursorMock, which returns the zero value for all methods.
NewUnsignedArrayCursorMock returns an initialised UnsignedArrayCursorMock, which returns the zero value for all methods.
# Structs
ArrayCursorMock provides a mock base implementation for batch cursors.
AuthorizerMock is a mockable implementation of a query.FineAuthorizer + query.CoarseAuthorizer.
BooleanArrayCursorMock provides a mock implementation of a BooleanArrayCursor.
FloatArrayCursorMock provides a mock implementation of a FloatArrayCursor.
No description provided by the author
IntegerArrayCursorMock provides a mock implementation of an IntegerArrayCursorMock.
MetaClientMock is a mockable implementation of meta.MetaClient.
StorageResultsMock implements the storage.Results interface providing the ability to emit mock results from calls to the StorageStoreMock.Read method.
TSDBStoreMock is a mockable implementation of storage.Store.
StringArrayCursorMock provides a mock implementation of a StringArrayCursor.
TSDBStoreMock is a mockable implementation of tsdb.Store.
UnsignedArrayCursorMock provides a mock implementation of an UnsignedArrayCursorMock.