vectorsearch

package
v0.39.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockVectorSearchEndpointsInterface

type MockVectorSearchEndpointsInterface struct {
	mock.Mock
}

MockVectorSearchEndpointsInterface is an autogenerated mock type for the VectorSearchEndpointsInterface type

func NewMockVectorSearchEndpointsInterface

func NewMockVectorSearchEndpointsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockVectorSearchEndpointsInterface

NewMockVectorSearchEndpointsInterface creates a new instance of MockVectorSearchEndpointsInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockVectorSearchEndpointsInterface) CreateEndpoint

CreateEndpoint provides a mock function with given fields: ctx, createEndpoint

func (*MockVectorSearchEndpointsInterface) CreateEndpointAndWait

CreateEndpointAndWait provides a mock function with given fields: ctx, createEndpoint, options

func (*MockVectorSearchEndpointsInterface) DeleteEndpoint

DeleteEndpoint provides a mock function with given fields: ctx, request

func (*MockVectorSearchEndpointsInterface) DeleteEndpointByEndpointName

func (_m *MockVectorSearchEndpointsInterface) DeleteEndpointByEndpointName(ctx context.Context, endpointName string) error

DeleteEndpointByEndpointName provides a mock function with given fields: ctx, endpointName

func (*MockVectorSearchEndpointsInterface) EXPECT

func (*MockVectorSearchEndpointsInterface) GetEndpoint

GetEndpoint provides a mock function with given fields: ctx, request

func (*MockVectorSearchEndpointsInterface) GetEndpointByEndpointName

func (_m *MockVectorSearchEndpointsInterface) GetEndpointByEndpointName(ctx context.Context, endpointName string) (*vectorsearch.EndpointInfo, error)

GetEndpointByEndpointName provides a mock function with given fields: ctx, endpointName

func (*MockVectorSearchEndpointsInterface) Impl

Impl provides a mock function with given fields:

func (*MockVectorSearchEndpointsInterface) ListEndpoints

ListEndpoints provides a mock function with given fields: ctx, request

func (*MockVectorSearchEndpointsInterface) ListEndpointsAll

ListEndpointsAll provides a mock function with given fields: ctx, request

func (*MockVectorSearchEndpointsInterface) WaitGetEndpointVectorSearchEndpointOnline

func (_m *MockVectorSearchEndpointsInterface) WaitGetEndpointVectorSearchEndpointOnline(ctx context.Context, endpointName string, timeout time.Duration, callback func(*vectorsearch.EndpointInfo)) (*vectorsearch.EndpointInfo, error)

WaitGetEndpointVectorSearchEndpointOnline provides a mock function with given fields: ctx, endpointName, timeout, callback

func (*MockVectorSearchEndpointsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockVectorSearchEndpointsInterface_CreateEndpointAndWait_Call

type MockVectorSearchEndpointsInterface_CreateEndpointAndWait_Call struct {
	*mock.Call
}

MockVectorSearchEndpointsInterface_CreateEndpointAndWait_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateEndpointAndWait'

func (*MockVectorSearchEndpointsInterface_CreateEndpointAndWait_Call) Return

func (*MockVectorSearchEndpointsInterface_CreateEndpointAndWait_Call) Run

type MockVectorSearchEndpointsInterface_CreateEndpoint_Call

type MockVectorSearchEndpointsInterface_CreateEndpoint_Call struct {
	*mock.Call
}

MockVectorSearchEndpointsInterface_CreateEndpoint_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateEndpoint'

func (*MockVectorSearchEndpointsInterface_CreateEndpoint_Call) Run

type MockVectorSearchEndpointsInterface_DeleteEndpointByEndpointName_Call

type MockVectorSearchEndpointsInterface_DeleteEndpointByEndpointName_Call struct {
	*mock.Call
}

MockVectorSearchEndpointsInterface_DeleteEndpointByEndpointName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteEndpointByEndpointName'

func (*MockVectorSearchEndpointsInterface_DeleteEndpointByEndpointName_Call) Return

func (*MockVectorSearchEndpointsInterface_DeleteEndpointByEndpointName_Call) Run

func (*MockVectorSearchEndpointsInterface_DeleteEndpointByEndpointName_Call) RunAndReturn

type MockVectorSearchEndpointsInterface_DeleteEndpoint_Call

type MockVectorSearchEndpointsInterface_DeleteEndpoint_Call struct {
	*mock.Call
}

MockVectorSearchEndpointsInterface_DeleteEndpoint_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteEndpoint'

func (*MockVectorSearchEndpointsInterface_DeleteEndpoint_Call) Return

func (*MockVectorSearchEndpointsInterface_DeleteEndpoint_Call) Run

type MockVectorSearchEndpointsInterface_Expecter

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

func (*MockVectorSearchEndpointsInterface_Expecter) CreateEndpoint

func (_e *MockVectorSearchEndpointsInterface_Expecter) CreateEndpoint(ctx interface{}, createEndpoint interface{}) *MockVectorSearchEndpointsInterface_CreateEndpoint_Call

CreateEndpoint is a helper method to define mock.On call

  • ctx context.Context
  • createEndpoint vectorsearch.CreateEndpoint

func (*MockVectorSearchEndpointsInterface_Expecter) CreateEndpointAndWait

func (_e *MockVectorSearchEndpointsInterface_Expecter) CreateEndpointAndWait(ctx interface{}, createEndpoint interface{}, options ...interface{}) *MockVectorSearchEndpointsInterface_CreateEndpointAndWait_Call

CreateEndpointAndWait is a helper method to define mock.On call

  • ctx context.Context
  • createEndpoint vectorsearch.CreateEndpoint
  • options ...retries.Option[vectorsearch.EndpointInfo]

func (*MockVectorSearchEndpointsInterface_Expecter) DeleteEndpoint

func (_e *MockVectorSearchEndpointsInterface_Expecter) DeleteEndpoint(ctx interface{}, request interface{}) *MockVectorSearchEndpointsInterface_DeleteEndpoint_Call

DeleteEndpoint is a helper method to define mock.On call

  • ctx context.Context
  • request vectorsearch.DeleteEndpointRequest

func (*MockVectorSearchEndpointsInterface_Expecter) DeleteEndpointByEndpointName

func (_e *MockVectorSearchEndpointsInterface_Expecter) DeleteEndpointByEndpointName(ctx interface{}, endpointName interface{}) *MockVectorSearchEndpointsInterface_DeleteEndpointByEndpointName_Call

DeleteEndpointByEndpointName is a helper method to define mock.On call

  • ctx context.Context
  • endpointName string

func (*MockVectorSearchEndpointsInterface_Expecter) GetEndpoint

func (_e *MockVectorSearchEndpointsInterface_Expecter) GetEndpoint(ctx interface{}, request interface{}) *MockVectorSearchEndpointsInterface_GetEndpoint_Call

GetEndpoint is a helper method to define mock.On call

  • ctx context.Context
  • request vectorsearch.GetEndpointRequest

func (*MockVectorSearchEndpointsInterface_Expecter) GetEndpointByEndpointName

func (_e *MockVectorSearchEndpointsInterface_Expecter) GetEndpointByEndpointName(ctx interface{}, endpointName interface{}) *MockVectorSearchEndpointsInterface_GetEndpointByEndpointName_Call

GetEndpointByEndpointName is a helper method to define mock.On call

  • ctx context.Context
  • endpointName string

func (*MockVectorSearchEndpointsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockVectorSearchEndpointsInterface_Expecter) ListEndpoints

func (_e *MockVectorSearchEndpointsInterface_Expecter) ListEndpoints(ctx interface{}, request interface{}) *MockVectorSearchEndpointsInterface_ListEndpoints_Call

ListEndpoints is a helper method to define mock.On call

  • ctx context.Context
  • request vectorsearch.ListEndpointsRequest

func (*MockVectorSearchEndpointsInterface_Expecter) ListEndpointsAll

func (_e *MockVectorSearchEndpointsInterface_Expecter) ListEndpointsAll(ctx interface{}, request interface{}) *MockVectorSearchEndpointsInterface_ListEndpointsAll_Call

ListEndpointsAll is a helper method to define mock.On call

  • ctx context.Context
  • request vectorsearch.ListEndpointsRequest

func (*MockVectorSearchEndpointsInterface_Expecter) WaitGetEndpointVectorSearchEndpointOnline

func (_e *MockVectorSearchEndpointsInterface_Expecter) WaitGetEndpointVectorSearchEndpointOnline(ctx interface{}, endpointName interface{}, timeout interface{}, callback interface{}) *MockVectorSearchEndpointsInterface_WaitGetEndpointVectorSearchEndpointOnline_Call

WaitGetEndpointVectorSearchEndpointOnline is a helper method to define mock.On call

  • ctx context.Context
  • endpointName string
  • timeout time.Duration
  • callback func(*vectorsearch.EndpointInfo)

func (*MockVectorSearchEndpointsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl vectorsearch.VectorSearchEndpointsService

type MockVectorSearchEndpointsInterface_GetEndpointByEndpointName_Call

type MockVectorSearchEndpointsInterface_GetEndpointByEndpointName_Call struct {
	*mock.Call
}

MockVectorSearchEndpointsInterface_GetEndpointByEndpointName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEndpointByEndpointName'

func (*MockVectorSearchEndpointsInterface_GetEndpointByEndpointName_Call) Return

func (*MockVectorSearchEndpointsInterface_GetEndpointByEndpointName_Call) Run

type MockVectorSearchEndpointsInterface_GetEndpoint_Call

type MockVectorSearchEndpointsInterface_GetEndpoint_Call struct {
	*mock.Call
}

MockVectorSearchEndpointsInterface_GetEndpoint_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEndpoint'

func (*MockVectorSearchEndpointsInterface_GetEndpoint_Call) Return

func (*MockVectorSearchEndpointsInterface_GetEndpoint_Call) Run

type MockVectorSearchEndpointsInterface_Impl_Call

type MockVectorSearchEndpointsInterface_Impl_Call struct {
	*mock.Call
}

MockVectorSearchEndpointsInterface_Impl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Impl'

func (*MockVectorSearchEndpointsInterface_Impl_Call) Run

func (*MockVectorSearchEndpointsInterface_Impl_Call) RunAndReturn

type MockVectorSearchEndpointsInterface_ListEndpointsAll_Call

type MockVectorSearchEndpointsInterface_ListEndpointsAll_Call struct {
	*mock.Call
}

MockVectorSearchEndpointsInterface_ListEndpointsAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEndpointsAll'

func (*MockVectorSearchEndpointsInterface_ListEndpointsAll_Call) Return

func (*MockVectorSearchEndpointsInterface_ListEndpointsAll_Call) Run

type MockVectorSearchEndpointsInterface_ListEndpoints_Call

type MockVectorSearchEndpointsInterface_ListEndpoints_Call struct {
	*mock.Call
}

MockVectorSearchEndpointsInterface_ListEndpoints_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEndpoints'

func (*MockVectorSearchEndpointsInterface_ListEndpoints_Call) Run

type MockVectorSearchEndpointsInterface_WaitGetEndpointVectorSearchEndpointOnline_Call

type MockVectorSearchEndpointsInterface_WaitGetEndpointVectorSearchEndpointOnline_Call struct {
	*mock.Call
}

MockVectorSearchEndpointsInterface_WaitGetEndpointVectorSearchEndpointOnline_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitGetEndpointVectorSearchEndpointOnline'

func (*MockVectorSearchEndpointsInterface_WaitGetEndpointVectorSearchEndpointOnline_Call) Run

type MockVectorSearchEndpointsInterface_WithImpl_Call

type MockVectorSearchEndpointsInterface_WithImpl_Call struct {
	*mock.Call
}

MockVectorSearchEndpointsInterface_WithImpl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WithImpl'

func (*MockVectorSearchEndpointsInterface_WithImpl_Call) Run

type MockVectorSearchIndexesInterface

type MockVectorSearchIndexesInterface struct {
	mock.Mock
}

MockVectorSearchIndexesInterface is an autogenerated mock type for the VectorSearchIndexesInterface type

func NewMockVectorSearchIndexesInterface

func NewMockVectorSearchIndexesInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockVectorSearchIndexesInterface

NewMockVectorSearchIndexesInterface creates a new instance of MockVectorSearchIndexesInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockVectorSearchIndexesInterface) CreateIndex

CreateIndex provides a mock function with given fields: ctx, request

func (*MockVectorSearchIndexesInterface) DeleteDataVectorIndex

DeleteDataVectorIndex provides a mock function with given fields: ctx, request

func (*MockVectorSearchIndexesInterface) DeleteIndex

DeleteIndex provides a mock function with given fields: ctx, request

func (*MockVectorSearchIndexesInterface) DeleteIndexByIndexName

func (_m *MockVectorSearchIndexesInterface) DeleteIndexByIndexName(ctx context.Context, indexName string) error

DeleteIndexByIndexName provides a mock function with given fields: ctx, indexName

func (*MockVectorSearchIndexesInterface) EXPECT

func (*MockVectorSearchIndexesInterface) GetIndex

GetIndex provides a mock function with given fields: ctx, request

func (*MockVectorSearchIndexesInterface) GetIndexByIndexName

func (_m *MockVectorSearchIndexesInterface) GetIndexByIndexName(ctx context.Context, indexName string) (*vectorsearch.VectorIndex, error)

GetIndexByIndexName provides a mock function with given fields: ctx, indexName

func (*MockVectorSearchIndexesInterface) Impl

Impl provides a mock function with given fields:

func (*MockVectorSearchIndexesInterface) ListIndexes

ListIndexes provides a mock function with given fields: ctx, request

func (*MockVectorSearchIndexesInterface) ListIndexesAll

ListIndexesAll provides a mock function with given fields: ctx, request

func (*MockVectorSearchIndexesInterface) QueryIndex

QueryIndex provides a mock function with given fields: ctx, request

func (*MockVectorSearchIndexesInterface) SyncIndex

SyncIndex provides a mock function with given fields: ctx, request

func (*MockVectorSearchIndexesInterface) UpsertDataVectorIndex

UpsertDataVectorIndex provides a mock function with given fields: ctx, request

func (*MockVectorSearchIndexesInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockVectorSearchIndexesInterface_CreateIndex_Call

type MockVectorSearchIndexesInterface_CreateIndex_Call struct {
	*mock.Call
}

MockVectorSearchIndexesInterface_CreateIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateIndex'

func (*MockVectorSearchIndexesInterface_CreateIndex_Call) Run

type MockVectorSearchIndexesInterface_DeleteDataVectorIndex_Call

type MockVectorSearchIndexesInterface_DeleteDataVectorIndex_Call struct {
	*mock.Call
}

MockVectorSearchIndexesInterface_DeleteDataVectorIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteDataVectorIndex'

type MockVectorSearchIndexesInterface_DeleteIndexByIndexName_Call

type MockVectorSearchIndexesInterface_DeleteIndexByIndexName_Call struct {
	*mock.Call
}

MockVectorSearchIndexesInterface_DeleteIndexByIndexName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteIndexByIndexName'

func (*MockVectorSearchIndexesInterface_DeleteIndexByIndexName_Call) Return

func (*MockVectorSearchIndexesInterface_DeleteIndexByIndexName_Call) Run

func (*MockVectorSearchIndexesInterface_DeleteIndexByIndexName_Call) RunAndReturn

type MockVectorSearchIndexesInterface_DeleteIndex_Call

type MockVectorSearchIndexesInterface_DeleteIndex_Call struct {
	*mock.Call
}

MockVectorSearchIndexesInterface_DeleteIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteIndex'

func (*MockVectorSearchIndexesInterface_DeleteIndex_Call) Return

func (*MockVectorSearchIndexesInterface_DeleteIndex_Call) Run

type MockVectorSearchIndexesInterface_Expecter

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

func (*MockVectorSearchIndexesInterface_Expecter) CreateIndex

func (_e *MockVectorSearchIndexesInterface_Expecter) CreateIndex(ctx interface{}, request interface{}) *MockVectorSearchIndexesInterface_CreateIndex_Call

CreateIndex is a helper method to define mock.On call

  • ctx context.Context
  • request vectorsearch.CreateVectorIndexRequest

func (*MockVectorSearchIndexesInterface_Expecter) DeleteDataVectorIndex

func (_e *MockVectorSearchIndexesInterface_Expecter) DeleteDataVectorIndex(ctx interface{}, request interface{}) *MockVectorSearchIndexesInterface_DeleteDataVectorIndex_Call

DeleteDataVectorIndex is a helper method to define mock.On call

  • ctx context.Context
  • request vectorsearch.DeleteDataVectorIndexRequest

func (*MockVectorSearchIndexesInterface_Expecter) DeleteIndex

func (_e *MockVectorSearchIndexesInterface_Expecter) DeleteIndex(ctx interface{}, request interface{}) *MockVectorSearchIndexesInterface_DeleteIndex_Call

DeleteIndex is a helper method to define mock.On call

  • ctx context.Context
  • request vectorsearch.DeleteIndexRequest

func (*MockVectorSearchIndexesInterface_Expecter) DeleteIndexByIndexName

func (_e *MockVectorSearchIndexesInterface_Expecter) DeleteIndexByIndexName(ctx interface{}, indexName interface{}) *MockVectorSearchIndexesInterface_DeleteIndexByIndexName_Call

DeleteIndexByIndexName is a helper method to define mock.On call

  • ctx context.Context
  • indexName string

func (*MockVectorSearchIndexesInterface_Expecter) GetIndex

func (_e *MockVectorSearchIndexesInterface_Expecter) GetIndex(ctx interface{}, request interface{}) *MockVectorSearchIndexesInterface_GetIndex_Call

GetIndex is a helper method to define mock.On call

  • ctx context.Context
  • request vectorsearch.GetIndexRequest

func (*MockVectorSearchIndexesInterface_Expecter) GetIndexByIndexName

func (_e *MockVectorSearchIndexesInterface_Expecter) GetIndexByIndexName(ctx interface{}, indexName interface{}) *MockVectorSearchIndexesInterface_GetIndexByIndexName_Call

GetIndexByIndexName is a helper method to define mock.On call

  • ctx context.Context
  • indexName string

func (*MockVectorSearchIndexesInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockVectorSearchIndexesInterface_Expecter) ListIndexes

func (_e *MockVectorSearchIndexesInterface_Expecter) ListIndexes(ctx interface{}, request interface{}) *MockVectorSearchIndexesInterface_ListIndexes_Call

ListIndexes is a helper method to define mock.On call

  • ctx context.Context
  • request vectorsearch.ListIndexesRequest

func (*MockVectorSearchIndexesInterface_Expecter) ListIndexesAll

func (_e *MockVectorSearchIndexesInterface_Expecter) ListIndexesAll(ctx interface{}, request interface{}) *MockVectorSearchIndexesInterface_ListIndexesAll_Call

ListIndexesAll is a helper method to define mock.On call

  • ctx context.Context
  • request vectorsearch.ListIndexesRequest

func (*MockVectorSearchIndexesInterface_Expecter) QueryIndex

func (_e *MockVectorSearchIndexesInterface_Expecter) QueryIndex(ctx interface{}, request interface{}) *MockVectorSearchIndexesInterface_QueryIndex_Call

QueryIndex is a helper method to define mock.On call

  • ctx context.Context
  • request vectorsearch.QueryVectorIndexRequest

func (*MockVectorSearchIndexesInterface_Expecter) SyncIndex

func (_e *MockVectorSearchIndexesInterface_Expecter) SyncIndex(ctx interface{}, request interface{}) *MockVectorSearchIndexesInterface_SyncIndex_Call

SyncIndex is a helper method to define mock.On call

  • ctx context.Context
  • request vectorsearch.SyncIndexRequest

func (*MockVectorSearchIndexesInterface_Expecter) UpsertDataVectorIndex

func (_e *MockVectorSearchIndexesInterface_Expecter) UpsertDataVectorIndex(ctx interface{}, request interface{}) *MockVectorSearchIndexesInterface_UpsertDataVectorIndex_Call

UpsertDataVectorIndex is a helper method to define mock.On call

  • ctx context.Context
  • request vectorsearch.UpsertDataVectorIndexRequest

func (*MockVectorSearchIndexesInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl vectorsearch.VectorSearchIndexesService

type MockVectorSearchIndexesInterface_GetIndexByIndexName_Call

type MockVectorSearchIndexesInterface_GetIndexByIndexName_Call struct {
	*mock.Call
}

MockVectorSearchIndexesInterface_GetIndexByIndexName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetIndexByIndexName'

func (*MockVectorSearchIndexesInterface_GetIndexByIndexName_Call) Return

func (*MockVectorSearchIndexesInterface_GetIndexByIndexName_Call) Run

func (*MockVectorSearchIndexesInterface_GetIndexByIndexName_Call) RunAndReturn

type MockVectorSearchIndexesInterface_GetIndex_Call

type MockVectorSearchIndexesInterface_GetIndex_Call struct {
	*mock.Call
}

MockVectorSearchIndexesInterface_GetIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetIndex'

func (*MockVectorSearchIndexesInterface_GetIndex_Call) Return

func (*MockVectorSearchIndexesInterface_GetIndex_Call) Run

type MockVectorSearchIndexesInterface_Impl_Call

type MockVectorSearchIndexesInterface_Impl_Call struct {
	*mock.Call
}

MockVectorSearchIndexesInterface_Impl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Impl'

func (*MockVectorSearchIndexesInterface_Impl_Call) Run

func (*MockVectorSearchIndexesInterface_Impl_Call) RunAndReturn

type MockVectorSearchIndexesInterface_ListIndexesAll_Call

type MockVectorSearchIndexesInterface_ListIndexesAll_Call struct {
	*mock.Call
}

MockVectorSearchIndexesInterface_ListIndexesAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListIndexesAll'

func (*MockVectorSearchIndexesInterface_ListIndexesAll_Call) Return

func (*MockVectorSearchIndexesInterface_ListIndexesAll_Call) Run

type MockVectorSearchIndexesInterface_ListIndexes_Call

type MockVectorSearchIndexesInterface_ListIndexes_Call struct {
	*mock.Call
}

MockVectorSearchIndexesInterface_ListIndexes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListIndexes'

func (*MockVectorSearchIndexesInterface_ListIndexes_Call) Run

type MockVectorSearchIndexesInterface_QueryIndex_Call

type MockVectorSearchIndexesInterface_QueryIndex_Call struct {
	*mock.Call
}

MockVectorSearchIndexesInterface_QueryIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'QueryIndex'

func (*MockVectorSearchIndexesInterface_QueryIndex_Call) Run

type MockVectorSearchIndexesInterface_SyncIndex_Call

type MockVectorSearchIndexesInterface_SyncIndex_Call struct {
	*mock.Call
}

MockVectorSearchIndexesInterface_SyncIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SyncIndex'

func (*MockVectorSearchIndexesInterface_SyncIndex_Call) Return

func (*MockVectorSearchIndexesInterface_SyncIndex_Call) Run

type MockVectorSearchIndexesInterface_UpsertDataVectorIndex_Call

type MockVectorSearchIndexesInterface_UpsertDataVectorIndex_Call struct {
	*mock.Call
}

MockVectorSearchIndexesInterface_UpsertDataVectorIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpsertDataVectorIndex'

type MockVectorSearchIndexesInterface_WithImpl_Call

type MockVectorSearchIndexesInterface_WithImpl_Call struct {
	*mock.Call
}

MockVectorSearchIndexesInterface_WithImpl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WithImpl'

func (*MockVectorSearchIndexesInterface_WithImpl_Call) Run

Jump to

Keyboard shortcuts

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