mocks

package
v0.0.0-...-91bbc0a Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAPIClientInterface

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

MockAPIClientInterface is a mock of APIClientInterface interface.

func NewMockAPIClientInterface

func NewMockAPIClientInterface(ctrl *gomock.Controller) *MockAPIClientInterface

NewMockAPIClientInterface creates a new mock instance.

func (*MockAPIClientInterface) CreateCollection

CreateCollection mocks base method.

func (*MockAPIClientInterface) CreateCollectionWithBody

func (m *MockAPIClientInterface) CreateCollectionWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateCollectionWithBody mocks base method.

func (*MockAPIClientInterface) CreateCollectionWithBodyWithResponse

func (m *MockAPIClientInterface) CreateCollectionWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateCollectionResponse, error)

CreateCollectionWithBodyWithResponse mocks base method.

func (*MockAPIClientInterface) CreateCollectionWithResponse

func (m *MockAPIClientInterface) CreateCollectionWithResponse(ctx context.Context, body api.CreateCollectionJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.CreateCollectionResponse, error)

CreateCollectionWithResponse mocks base method.

func (*MockAPIClientInterface) CreateKey

CreateKey mocks base method.

func (*MockAPIClientInterface) CreateKeyWithBody

func (m *MockAPIClientInterface) CreateKeyWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateKeyWithBody mocks base method.

func (*MockAPIClientInterface) CreateKeyWithBodyWithResponse

func (m *MockAPIClientInterface) CreateKeyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateKeyResponse, error)

CreateKeyWithBodyWithResponse mocks base method.

func (*MockAPIClientInterface) CreateKeyWithResponse

func (m *MockAPIClientInterface) CreateKeyWithResponse(ctx context.Context, body api.CreateKeyJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.CreateKeyResponse, error)

CreateKeyWithResponse mocks base method.

func (*MockAPIClientInterface) Debug

func (m *MockAPIClientInterface) Debug(ctx context.Context, reqEditors ...api.RequestEditorFn) (*http.Response, error)

Debug mocks base method.

func (*MockAPIClientInterface) DebugWithResponse

func (m *MockAPIClientInterface) DebugWithResponse(ctx context.Context, reqEditors ...api.RequestEditorFn) (*api.DebugResponse, error)

DebugWithResponse mocks base method.

func (*MockAPIClientInterface) DeleteAlias

func (m *MockAPIClientInterface) DeleteAlias(ctx context.Context, aliasName string, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteAlias mocks base method.

func (*MockAPIClientInterface) DeleteAliasWithResponse

func (m *MockAPIClientInterface) DeleteAliasWithResponse(ctx context.Context, aliasName string, reqEditors ...api.RequestEditorFn) (*api.DeleteAliasResponse, error)

DeleteAliasWithResponse mocks base method.

func (*MockAPIClientInterface) DeleteCollection

func (m *MockAPIClientInterface) DeleteCollection(ctx context.Context, collectionName string, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteCollection mocks base method.

func (*MockAPIClientInterface) DeleteCollectionWithResponse

func (m *MockAPIClientInterface) DeleteCollectionWithResponse(ctx context.Context, collectionName string, reqEditors ...api.RequestEditorFn) (*api.DeleteCollectionResponse, error)

DeleteCollectionWithResponse mocks base method.

func (*MockAPIClientInterface) DeleteDocument

func (m *MockAPIClientInterface) DeleteDocument(ctx context.Context, collectionName, documentId string, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteDocument mocks base method.

func (*MockAPIClientInterface) DeleteDocumentWithResponse

func (m *MockAPIClientInterface) DeleteDocumentWithResponse(ctx context.Context, collectionName, documentId string, reqEditors ...api.RequestEditorFn) (*api.DeleteDocumentResponse, error)

DeleteDocumentWithResponse mocks base method.

func (*MockAPIClientInterface) DeleteDocuments

func (m *MockAPIClientInterface) DeleteDocuments(ctx context.Context, collectionName string, params *api.DeleteDocumentsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteDocuments mocks base method.

func (*MockAPIClientInterface) DeleteDocumentsWithResponse

func (m *MockAPIClientInterface) DeleteDocumentsWithResponse(ctx context.Context, collectionName string, params *api.DeleteDocumentsParams, reqEditors ...api.RequestEditorFn) (*api.DeleteDocumentsResponse, error)

DeleteDocumentsWithResponse mocks base method.

func (*MockAPIClientInterface) DeleteKey

func (m *MockAPIClientInterface) DeleteKey(ctx context.Context, keyId int64, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteKey mocks base method.

func (*MockAPIClientInterface) DeleteKeyWithResponse

func (m *MockAPIClientInterface) DeleteKeyWithResponse(ctx context.Context, keyId int64, reqEditors ...api.RequestEditorFn) (*api.DeleteKeyResponse, error)

DeleteKeyWithResponse mocks base method.

func (*MockAPIClientInterface) DeleteSearchOverride

func (m *MockAPIClientInterface) DeleteSearchOverride(ctx context.Context, collectionName, overrideId string, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteSearchOverride mocks base method.

func (*MockAPIClientInterface) DeleteSearchOverrideWithResponse

func (m *MockAPIClientInterface) DeleteSearchOverrideWithResponse(ctx context.Context, collectionName, overrideId string, reqEditors ...api.RequestEditorFn) (*api.DeleteSearchOverrideResponse, error)

DeleteSearchOverrideWithResponse mocks base method.

func (*MockAPIClientInterface) DeleteSearchSynonym

func (m *MockAPIClientInterface) DeleteSearchSynonym(ctx context.Context, collectionName, synonymId string, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteSearchSynonym mocks base method.

func (*MockAPIClientInterface) DeleteSearchSynonymWithResponse

func (m *MockAPIClientInterface) DeleteSearchSynonymWithResponse(ctx context.Context, collectionName, synonymId string, reqEditors ...api.RequestEditorFn) (*api.DeleteSearchSynonymResponse, error)

DeleteSearchSynonymWithResponse mocks base method.

func (*MockAPIClientInterface) EXPECT

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

func (*MockAPIClientInterface) ExportDocuments

func (m *MockAPIClientInterface) ExportDocuments(ctx context.Context, collectionName string, params *api.ExportDocumentsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ExportDocuments mocks base method.

func (*MockAPIClientInterface) ExportDocumentsWithResponse

func (m *MockAPIClientInterface) ExportDocumentsWithResponse(ctx context.Context, collectionName string, params *api.ExportDocumentsParams, reqEditors ...api.RequestEditorFn) (*api.ExportDocumentsResponse, error)

ExportDocumentsWithResponse mocks base method.

func (*MockAPIClientInterface) GetAlias

func (m *MockAPIClientInterface) GetAlias(ctx context.Context, aliasName string, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetAlias mocks base method.

func (*MockAPIClientInterface) GetAliasWithResponse

func (m *MockAPIClientInterface) GetAliasWithResponse(ctx context.Context, aliasName string, reqEditors ...api.RequestEditorFn) (*api.GetAliasResponse, error)

GetAliasWithResponse mocks base method.

func (*MockAPIClientInterface) GetAliases

func (m *MockAPIClientInterface) GetAliases(ctx context.Context, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetAliases mocks base method.

func (*MockAPIClientInterface) GetAliasesWithResponse

func (m *MockAPIClientInterface) GetAliasesWithResponse(ctx context.Context, reqEditors ...api.RequestEditorFn) (*api.GetAliasesResponse, error)

GetAliasesWithResponse mocks base method.

func (*MockAPIClientInterface) GetCollection

func (m *MockAPIClientInterface) GetCollection(ctx context.Context, collectionName string, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetCollection mocks base method.

func (*MockAPIClientInterface) GetCollectionWithResponse

func (m *MockAPIClientInterface) GetCollectionWithResponse(ctx context.Context, collectionName string, reqEditors ...api.RequestEditorFn) (*api.GetCollectionResponse, error)

GetCollectionWithResponse mocks base method.

func (*MockAPIClientInterface) GetCollections

func (m *MockAPIClientInterface) GetCollections(ctx context.Context, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetCollections mocks base method.

func (*MockAPIClientInterface) GetCollectionsWithResponse

func (m *MockAPIClientInterface) GetCollectionsWithResponse(ctx context.Context, reqEditors ...api.RequestEditorFn) (*api.GetCollectionsResponse, error)

GetCollectionsWithResponse mocks base method.

func (*MockAPIClientInterface) GetDocument

func (m *MockAPIClientInterface) GetDocument(ctx context.Context, collectionName, documentId string, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetDocument mocks base method.

func (*MockAPIClientInterface) GetDocumentWithResponse

func (m *MockAPIClientInterface) GetDocumentWithResponse(ctx context.Context, collectionName, documentId string, reqEditors ...api.RequestEditorFn) (*api.GetDocumentResponse, error)

GetDocumentWithResponse mocks base method.

func (*MockAPIClientInterface) GetKey

func (m *MockAPIClientInterface) GetKey(ctx context.Context, keyId int64, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetKey mocks base method.

func (*MockAPIClientInterface) GetKeyWithResponse

func (m *MockAPIClientInterface) GetKeyWithResponse(ctx context.Context, keyId int64, reqEditors ...api.RequestEditorFn) (*api.GetKeyResponse, error)

GetKeyWithResponse mocks base method.

func (*MockAPIClientInterface) GetKeys

func (m *MockAPIClientInterface) GetKeys(ctx context.Context, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetKeys mocks base method.

func (*MockAPIClientInterface) GetKeysWithResponse

func (m *MockAPIClientInterface) GetKeysWithResponse(ctx context.Context, reqEditors ...api.RequestEditorFn) (*api.GetKeysResponse, error)

GetKeysWithResponse mocks base method.

func (*MockAPIClientInterface) GetSearchOverride

func (m *MockAPIClientInterface) GetSearchOverride(ctx context.Context, collectionName, overrideId string, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetSearchOverride mocks base method.

func (*MockAPIClientInterface) GetSearchOverrideWithResponse

func (m *MockAPIClientInterface) GetSearchOverrideWithResponse(ctx context.Context, collectionName, overrideId string, reqEditors ...api.RequestEditorFn) (*api.GetSearchOverrideResponse, error)

GetSearchOverrideWithResponse mocks base method.

func (*MockAPIClientInterface) GetSearchOverrides

func (m *MockAPIClientInterface) GetSearchOverrides(ctx context.Context, collectionName string, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetSearchOverrides mocks base method.

func (*MockAPIClientInterface) GetSearchOverridesWithResponse

func (m *MockAPIClientInterface) GetSearchOverridesWithResponse(ctx context.Context, collectionName string, reqEditors ...api.RequestEditorFn) (*api.GetSearchOverridesResponse, error)

GetSearchOverridesWithResponse mocks base method.

func (*MockAPIClientInterface) GetSearchSynonym

func (m *MockAPIClientInterface) GetSearchSynonym(ctx context.Context, collectionName, synonymId string, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetSearchSynonym mocks base method.

func (*MockAPIClientInterface) GetSearchSynonymWithResponse

func (m *MockAPIClientInterface) GetSearchSynonymWithResponse(ctx context.Context, collectionName, synonymId string, reqEditors ...api.RequestEditorFn) (*api.GetSearchSynonymResponse, error)

GetSearchSynonymWithResponse mocks base method.

func (*MockAPIClientInterface) GetSearchSynonyms

func (m *MockAPIClientInterface) GetSearchSynonyms(ctx context.Context, collectionName string, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetSearchSynonyms mocks base method.

func (*MockAPIClientInterface) GetSearchSynonymsWithResponse

func (m *MockAPIClientInterface) GetSearchSynonymsWithResponse(ctx context.Context, collectionName string, reqEditors ...api.RequestEditorFn) (*api.GetSearchSynonymsResponse, error)

GetSearchSynonymsWithResponse mocks base method.

func (*MockAPIClientInterface) Health

func (m *MockAPIClientInterface) Health(ctx context.Context, reqEditors ...api.RequestEditorFn) (*http.Response, error)

Health mocks base method.

func (*MockAPIClientInterface) HealthWithResponse

func (m *MockAPIClientInterface) HealthWithResponse(ctx context.Context, reqEditors ...api.RequestEditorFn) (*api.HealthResponse, error)

HealthWithResponse mocks base method.

func (*MockAPIClientInterface) ImportDocumentsWithBody

func (m *MockAPIClientInterface) ImportDocumentsWithBody(ctx context.Context, collectionName string, params *api.ImportDocumentsParams, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ImportDocumentsWithBody mocks base method.

func (*MockAPIClientInterface) ImportDocumentsWithBodyWithResponse

func (m *MockAPIClientInterface) ImportDocumentsWithBodyWithResponse(ctx context.Context, collectionName string, params *api.ImportDocumentsParams, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.ImportDocumentsResponse, error)

ImportDocumentsWithBodyWithResponse mocks base method.

func (*MockAPIClientInterface) IndexDocument

func (m *MockAPIClientInterface) IndexDocument(ctx context.Context, collectionName string, params *api.IndexDocumentParams, body api.IndexDocumentJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

IndexDocument mocks base method.

func (*MockAPIClientInterface) IndexDocumentWithBody

func (m *MockAPIClientInterface) IndexDocumentWithBody(ctx context.Context, collectionName string, params *api.IndexDocumentParams, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

IndexDocumentWithBody mocks base method.

func (*MockAPIClientInterface) IndexDocumentWithBodyWithResponse

func (m *MockAPIClientInterface) IndexDocumentWithBodyWithResponse(ctx context.Context, collectionName string, params *api.IndexDocumentParams, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.IndexDocumentResponse, error)

IndexDocumentWithBodyWithResponse mocks base method.

func (*MockAPIClientInterface) IndexDocumentWithResponse

func (m *MockAPIClientInterface) IndexDocumentWithResponse(ctx context.Context, collectionName string, params *api.IndexDocumentParams, body api.IndexDocumentJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.IndexDocumentResponse, error)

IndexDocumentWithResponse mocks base method.

func (*MockAPIClientInterface) MultiSearch

MultiSearch mocks base method.

func (*MockAPIClientInterface) MultiSearchWithBody

func (m *MockAPIClientInterface) MultiSearchWithBody(ctx context.Context, params *api.MultiSearchParams, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

MultiSearchWithBody mocks base method.

func (*MockAPIClientInterface) MultiSearchWithBodyWithResponse

func (m *MockAPIClientInterface) MultiSearchWithBodyWithResponse(ctx context.Context, params *api.MultiSearchParams, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.MultiSearchResponse, error)

MultiSearchWithBodyWithResponse mocks base method.

func (*MockAPIClientInterface) MultiSearchWithResponse

MultiSearchWithResponse mocks base method.

func (*MockAPIClientInterface) SearchCollection

func (m *MockAPIClientInterface) SearchCollection(ctx context.Context, collectionName string, params *api.SearchCollectionParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

SearchCollection mocks base method.

func (*MockAPIClientInterface) SearchCollectionWithResponse

func (m *MockAPIClientInterface) SearchCollectionWithResponse(ctx context.Context, collectionName string, params *api.SearchCollectionParams, reqEditors ...api.RequestEditorFn) (*api.SearchCollectionResponse, error)

SearchCollectionWithResponse mocks base method.

func (*MockAPIClientInterface) TakeSnapshot

func (m *MockAPIClientInterface) TakeSnapshot(ctx context.Context, params *api.TakeSnapshotParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

TakeSnapshot mocks base method.

func (*MockAPIClientInterface) TakeSnapshotWithResponse

func (m *MockAPIClientInterface) TakeSnapshotWithResponse(ctx context.Context, params *api.TakeSnapshotParams, reqEditors ...api.RequestEditorFn) (*api.TakeSnapshotResponse, error)

TakeSnapshotWithResponse mocks base method.

func (*MockAPIClientInterface) UpdateCollection

func (m *MockAPIClientInterface) UpdateCollection(ctx context.Context, collectionName string, body api.UpdateCollectionJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateCollection mocks base method.

func (*MockAPIClientInterface) UpdateCollectionWithBody

func (m *MockAPIClientInterface) UpdateCollectionWithBody(ctx context.Context, collectionName, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateCollectionWithBody mocks base method.

func (*MockAPIClientInterface) UpdateCollectionWithBodyWithResponse

func (m *MockAPIClientInterface) UpdateCollectionWithBodyWithResponse(ctx context.Context, collectionName, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.UpdateCollectionResponse, error)

UpdateCollectionWithBodyWithResponse mocks base method.

func (*MockAPIClientInterface) UpdateCollectionWithResponse

func (m *MockAPIClientInterface) UpdateCollectionWithResponse(ctx context.Context, collectionName string, body api.UpdateCollectionJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.UpdateCollectionResponse, error)

UpdateCollectionWithResponse mocks base method.

func (*MockAPIClientInterface) UpdateDocument

func (m *MockAPIClientInterface) UpdateDocument(ctx context.Context, collectionName, documentId string, body api.UpdateDocumentJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateDocument mocks base method.

func (*MockAPIClientInterface) UpdateDocumentWithBody

func (m *MockAPIClientInterface) UpdateDocumentWithBody(ctx context.Context, collectionName, documentId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateDocumentWithBody mocks base method.

func (*MockAPIClientInterface) UpdateDocumentWithBodyWithResponse

func (m *MockAPIClientInterface) UpdateDocumentWithBodyWithResponse(ctx context.Context, collectionName, documentId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.UpdateDocumentResponse, error)

UpdateDocumentWithBodyWithResponse mocks base method.

func (*MockAPIClientInterface) UpdateDocumentWithResponse

func (m *MockAPIClientInterface) UpdateDocumentWithResponse(ctx context.Context, collectionName, documentId string, body api.UpdateDocumentJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.UpdateDocumentResponse, error)

UpdateDocumentWithResponse mocks base method.

func (*MockAPIClientInterface) UpdateDocuments

func (m *MockAPIClientInterface) UpdateDocuments(ctx context.Context, collectionName string, params *api.UpdateDocumentsParams, body api.UpdateDocumentsJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateDocuments mocks base method.

func (*MockAPIClientInterface) UpdateDocumentsWithBody

func (m *MockAPIClientInterface) UpdateDocumentsWithBody(ctx context.Context, collectionName string, params *api.UpdateDocumentsParams, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateDocumentsWithBody mocks base method.

func (*MockAPIClientInterface) UpdateDocumentsWithBodyWithResponse

func (m *MockAPIClientInterface) UpdateDocumentsWithBodyWithResponse(ctx context.Context, collectionName string, params *api.UpdateDocumentsParams, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.UpdateDocumentsResponse, error)

UpdateDocumentsWithBodyWithResponse mocks base method.

func (*MockAPIClientInterface) UpdateDocumentsWithResponse

func (m *MockAPIClientInterface) UpdateDocumentsWithResponse(ctx context.Context, collectionName string, params *api.UpdateDocumentsParams, body api.UpdateDocumentsJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.UpdateDocumentsResponse, error)

UpdateDocumentsWithResponse mocks base method.

func (*MockAPIClientInterface) UpsertAlias

func (m *MockAPIClientInterface) UpsertAlias(ctx context.Context, aliasName string, body api.UpsertAliasJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpsertAlias mocks base method.

func (*MockAPIClientInterface) UpsertAliasWithBody

func (m *MockAPIClientInterface) UpsertAliasWithBody(ctx context.Context, aliasName, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpsertAliasWithBody mocks base method.

func (*MockAPIClientInterface) UpsertAliasWithBodyWithResponse

func (m *MockAPIClientInterface) UpsertAliasWithBodyWithResponse(ctx context.Context, aliasName, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.UpsertAliasResponse, error)

UpsertAliasWithBodyWithResponse mocks base method.

func (*MockAPIClientInterface) UpsertAliasWithResponse

func (m *MockAPIClientInterface) UpsertAliasWithResponse(ctx context.Context, aliasName string, body api.UpsertAliasJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.UpsertAliasResponse, error)

UpsertAliasWithResponse mocks base method.

func (*MockAPIClientInterface) UpsertSearchOverride

func (m *MockAPIClientInterface) UpsertSearchOverride(ctx context.Context, collectionName, overrideId string, body api.UpsertSearchOverrideJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpsertSearchOverride mocks base method.

func (*MockAPIClientInterface) UpsertSearchOverrideWithBody

func (m *MockAPIClientInterface) UpsertSearchOverrideWithBody(ctx context.Context, collectionName, overrideId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpsertSearchOverrideWithBody mocks base method.

func (*MockAPIClientInterface) UpsertSearchOverrideWithBodyWithResponse

func (m *MockAPIClientInterface) UpsertSearchOverrideWithBodyWithResponse(ctx context.Context, collectionName, overrideId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.UpsertSearchOverrideResponse, error)

UpsertSearchOverrideWithBodyWithResponse mocks base method.

func (*MockAPIClientInterface) UpsertSearchOverrideWithResponse

func (m *MockAPIClientInterface) UpsertSearchOverrideWithResponse(ctx context.Context, collectionName, overrideId string, body api.UpsertSearchOverrideJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.UpsertSearchOverrideResponse, error)

UpsertSearchOverrideWithResponse mocks base method.

func (*MockAPIClientInterface) UpsertSearchSynonym

func (m *MockAPIClientInterface) UpsertSearchSynonym(ctx context.Context, collectionName, synonymId string, body api.UpsertSearchSynonymJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpsertSearchSynonym mocks base method.

func (*MockAPIClientInterface) UpsertSearchSynonymWithBody

func (m *MockAPIClientInterface) UpsertSearchSynonymWithBody(ctx context.Context, collectionName, synonymId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpsertSearchSynonymWithBody mocks base method.

func (*MockAPIClientInterface) UpsertSearchSynonymWithBodyWithResponse

func (m *MockAPIClientInterface) UpsertSearchSynonymWithBodyWithResponse(ctx context.Context, collectionName, synonymId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.UpsertSearchSynonymResponse, error)

UpsertSearchSynonymWithBodyWithResponse mocks base method.

func (*MockAPIClientInterface) UpsertSearchSynonymWithResponse

func (m *MockAPIClientInterface) UpsertSearchSynonymWithResponse(ctx context.Context, collectionName, synonymId string, body api.UpsertSearchSynonymJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.UpsertSearchSynonymResponse, error)

UpsertSearchSynonymWithResponse mocks base method.

func (*MockAPIClientInterface) Vote

func (m *MockAPIClientInterface) Vote(ctx context.Context, reqEditors ...api.RequestEditorFn) (*http.Response, error)

Vote mocks base method.

func (*MockAPIClientInterface) VoteWithResponse

func (m *MockAPIClientInterface) VoteWithResponse(ctx context.Context, reqEditors ...api.RequestEditorFn) (*api.VoteResponse, error)

VoteWithResponse mocks base method.

type MockAPIClientInterfaceMockRecorder

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

MockAPIClientInterfaceMockRecorder is the mock recorder for MockAPIClientInterface.

func (*MockAPIClientInterfaceMockRecorder) CreateCollection

func (mr *MockAPIClientInterfaceMockRecorder) CreateCollection(ctx, body interface{}, reqEditors ...interface{}) *gomock.Call

CreateCollection indicates an expected call of CreateCollection.

func (*MockAPIClientInterfaceMockRecorder) CreateCollectionWithBody

func (mr *MockAPIClientInterfaceMockRecorder) CreateCollectionWithBody(ctx, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

CreateCollectionWithBody indicates an expected call of CreateCollectionWithBody.

func (*MockAPIClientInterfaceMockRecorder) CreateCollectionWithBodyWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) CreateCollectionWithBodyWithResponse(ctx, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

CreateCollectionWithBodyWithResponse indicates an expected call of CreateCollectionWithBodyWithResponse.

func (*MockAPIClientInterfaceMockRecorder) CreateCollectionWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) CreateCollectionWithResponse(ctx, body interface{}, reqEditors ...interface{}) *gomock.Call

CreateCollectionWithResponse indicates an expected call of CreateCollectionWithResponse.

func (*MockAPIClientInterfaceMockRecorder) CreateKey

func (mr *MockAPIClientInterfaceMockRecorder) CreateKey(ctx, body interface{}, reqEditors ...interface{}) *gomock.Call

CreateKey indicates an expected call of CreateKey.

func (*MockAPIClientInterfaceMockRecorder) CreateKeyWithBody

func (mr *MockAPIClientInterfaceMockRecorder) CreateKeyWithBody(ctx, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

CreateKeyWithBody indicates an expected call of CreateKeyWithBody.

func (*MockAPIClientInterfaceMockRecorder) CreateKeyWithBodyWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) CreateKeyWithBodyWithResponse(ctx, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

CreateKeyWithBodyWithResponse indicates an expected call of CreateKeyWithBodyWithResponse.

func (*MockAPIClientInterfaceMockRecorder) CreateKeyWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) CreateKeyWithResponse(ctx, body interface{}, reqEditors ...interface{}) *gomock.Call

CreateKeyWithResponse indicates an expected call of CreateKeyWithResponse.

func (*MockAPIClientInterfaceMockRecorder) Debug

func (mr *MockAPIClientInterfaceMockRecorder) Debug(ctx interface{}, reqEditors ...interface{}) *gomock.Call

Debug indicates an expected call of Debug.

func (*MockAPIClientInterfaceMockRecorder) DebugWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) DebugWithResponse(ctx interface{}, reqEditors ...interface{}) *gomock.Call

DebugWithResponse indicates an expected call of DebugWithResponse.

func (*MockAPIClientInterfaceMockRecorder) DeleteAlias

func (mr *MockAPIClientInterfaceMockRecorder) DeleteAlias(ctx, aliasName interface{}, reqEditors ...interface{}) *gomock.Call

DeleteAlias indicates an expected call of DeleteAlias.

func (*MockAPIClientInterfaceMockRecorder) DeleteAliasWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) DeleteAliasWithResponse(ctx, aliasName interface{}, reqEditors ...interface{}) *gomock.Call

DeleteAliasWithResponse indicates an expected call of DeleteAliasWithResponse.

func (*MockAPIClientInterfaceMockRecorder) DeleteCollection

func (mr *MockAPIClientInterfaceMockRecorder) DeleteCollection(ctx, collectionName interface{}, reqEditors ...interface{}) *gomock.Call

DeleteCollection indicates an expected call of DeleteCollection.

func (*MockAPIClientInterfaceMockRecorder) DeleteCollectionWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) DeleteCollectionWithResponse(ctx, collectionName interface{}, reqEditors ...interface{}) *gomock.Call

DeleteCollectionWithResponse indicates an expected call of DeleteCollectionWithResponse.

func (*MockAPIClientInterfaceMockRecorder) DeleteDocument

func (mr *MockAPIClientInterfaceMockRecorder) DeleteDocument(ctx, collectionName, documentId interface{}, reqEditors ...interface{}) *gomock.Call

DeleteDocument indicates an expected call of DeleteDocument.

func (*MockAPIClientInterfaceMockRecorder) DeleteDocumentWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) DeleteDocumentWithResponse(ctx, collectionName, documentId interface{}, reqEditors ...interface{}) *gomock.Call

DeleteDocumentWithResponse indicates an expected call of DeleteDocumentWithResponse.

func (*MockAPIClientInterfaceMockRecorder) DeleteDocuments

func (mr *MockAPIClientInterfaceMockRecorder) DeleteDocuments(ctx, collectionName, params interface{}, reqEditors ...interface{}) *gomock.Call

DeleteDocuments indicates an expected call of DeleteDocuments.

func (*MockAPIClientInterfaceMockRecorder) DeleteDocumentsWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) DeleteDocumentsWithResponse(ctx, collectionName, params interface{}, reqEditors ...interface{}) *gomock.Call

DeleteDocumentsWithResponse indicates an expected call of DeleteDocumentsWithResponse.

func (*MockAPIClientInterfaceMockRecorder) DeleteKey

func (mr *MockAPIClientInterfaceMockRecorder) DeleteKey(ctx, keyId interface{}, reqEditors ...interface{}) *gomock.Call

DeleteKey indicates an expected call of DeleteKey.

func (*MockAPIClientInterfaceMockRecorder) DeleteKeyWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) DeleteKeyWithResponse(ctx, keyId interface{}, reqEditors ...interface{}) *gomock.Call

DeleteKeyWithResponse indicates an expected call of DeleteKeyWithResponse.

func (*MockAPIClientInterfaceMockRecorder) DeleteSearchOverride

func (mr *MockAPIClientInterfaceMockRecorder) DeleteSearchOverride(ctx, collectionName, overrideId interface{}, reqEditors ...interface{}) *gomock.Call

DeleteSearchOverride indicates an expected call of DeleteSearchOverride.

func (*MockAPIClientInterfaceMockRecorder) DeleteSearchOverrideWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) DeleteSearchOverrideWithResponse(ctx, collectionName, overrideId interface{}, reqEditors ...interface{}) *gomock.Call

DeleteSearchOverrideWithResponse indicates an expected call of DeleteSearchOverrideWithResponse.

func (*MockAPIClientInterfaceMockRecorder) DeleteSearchSynonym

func (mr *MockAPIClientInterfaceMockRecorder) DeleteSearchSynonym(ctx, collectionName, synonymId interface{}, reqEditors ...interface{}) *gomock.Call

DeleteSearchSynonym indicates an expected call of DeleteSearchSynonym.

func (*MockAPIClientInterfaceMockRecorder) DeleteSearchSynonymWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) DeleteSearchSynonymWithResponse(ctx, collectionName, synonymId interface{}, reqEditors ...interface{}) *gomock.Call

DeleteSearchSynonymWithResponse indicates an expected call of DeleteSearchSynonymWithResponse.

func (*MockAPIClientInterfaceMockRecorder) ExportDocuments

func (mr *MockAPIClientInterfaceMockRecorder) ExportDocuments(ctx, collectionName, params interface{}, reqEditors ...interface{}) *gomock.Call

ExportDocuments indicates an expected call of ExportDocuments.

func (*MockAPIClientInterfaceMockRecorder) ExportDocumentsWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) ExportDocumentsWithResponse(ctx, collectionName, params interface{}, reqEditors ...interface{}) *gomock.Call

ExportDocumentsWithResponse indicates an expected call of ExportDocumentsWithResponse.

func (*MockAPIClientInterfaceMockRecorder) GetAlias

func (mr *MockAPIClientInterfaceMockRecorder) GetAlias(ctx, aliasName interface{}, reqEditors ...interface{}) *gomock.Call

GetAlias indicates an expected call of GetAlias.

func (*MockAPIClientInterfaceMockRecorder) GetAliasWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) GetAliasWithResponse(ctx, aliasName interface{}, reqEditors ...interface{}) *gomock.Call

GetAliasWithResponse indicates an expected call of GetAliasWithResponse.

func (*MockAPIClientInterfaceMockRecorder) GetAliases

func (mr *MockAPIClientInterfaceMockRecorder) GetAliases(ctx interface{}, reqEditors ...interface{}) *gomock.Call

GetAliases indicates an expected call of GetAliases.

func (*MockAPIClientInterfaceMockRecorder) GetAliasesWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) GetAliasesWithResponse(ctx interface{}, reqEditors ...interface{}) *gomock.Call

GetAliasesWithResponse indicates an expected call of GetAliasesWithResponse.

func (*MockAPIClientInterfaceMockRecorder) GetCollection

func (mr *MockAPIClientInterfaceMockRecorder) GetCollection(ctx, collectionName interface{}, reqEditors ...interface{}) *gomock.Call

GetCollection indicates an expected call of GetCollection.

func (*MockAPIClientInterfaceMockRecorder) GetCollectionWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) GetCollectionWithResponse(ctx, collectionName interface{}, reqEditors ...interface{}) *gomock.Call

GetCollectionWithResponse indicates an expected call of GetCollectionWithResponse.

func (*MockAPIClientInterfaceMockRecorder) GetCollections

func (mr *MockAPIClientInterfaceMockRecorder) GetCollections(ctx interface{}, reqEditors ...interface{}) *gomock.Call

GetCollections indicates an expected call of GetCollections.

func (*MockAPIClientInterfaceMockRecorder) GetCollectionsWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) GetCollectionsWithResponse(ctx interface{}, reqEditors ...interface{}) *gomock.Call

GetCollectionsWithResponse indicates an expected call of GetCollectionsWithResponse.

func (*MockAPIClientInterfaceMockRecorder) GetDocument

func (mr *MockAPIClientInterfaceMockRecorder) GetDocument(ctx, collectionName, documentId interface{}, reqEditors ...interface{}) *gomock.Call

GetDocument indicates an expected call of GetDocument.

func (*MockAPIClientInterfaceMockRecorder) GetDocumentWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) GetDocumentWithResponse(ctx, collectionName, documentId interface{}, reqEditors ...interface{}) *gomock.Call

GetDocumentWithResponse indicates an expected call of GetDocumentWithResponse.

func (*MockAPIClientInterfaceMockRecorder) GetKey

func (mr *MockAPIClientInterfaceMockRecorder) GetKey(ctx, keyId interface{}, reqEditors ...interface{}) *gomock.Call

GetKey indicates an expected call of GetKey.

func (*MockAPIClientInterfaceMockRecorder) GetKeyWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) GetKeyWithResponse(ctx, keyId interface{}, reqEditors ...interface{}) *gomock.Call

GetKeyWithResponse indicates an expected call of GetKeyWithResponse.

func (*MockAPIClientInterfaceMockRecorder) GetKeys

func (mr *MockAPIClientInterfaceMockRecorder) GetKeys(ctx interface{}, reqEditors ...interface{}) *gomock.Call

GetKeys indicates an expected call of GetKeys.

func (*MockAPIClientInterfaceMockRecorder) GetKeysWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) GetKeysWithResponse(ctx interface{}, reqEditors ...interface{}) *gomock.Call

GetKeysWithResponse indicates an expected call of GetKeysWithResponse.

func (*MockAPIClientInterfaceMockRecorder) GetSearchOverride

func (mr *MockAPIClientInterfaceMockRecorder) GetSearchOverride(ctx, collectionName, overrideId interface{}, reqEditors ...interface{}) *gomock.Call

GetSearchOverride indicates an expected call of GetSearchOverride.

func (*MockAPIClientInterfaceMockRecorder) GetSearchOverrideWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) GetSearchOverrideWithResponse(ctx, collectionName, overrideId interface{}, reqEditors ...interface{}) *gomock.Call

GetSearchOverrideWithResponse indicates an expected call of GetSearchOverrideWithResponse.

func (*MockAPIClientInterfaceMockRecorder) GetSearchOverrides

func (mr *MockAPIClientInterfaceMockRecorder) GetSearchOverrides(ctx, collectionName interface{}, reqEditors ...interface{}) *gomock.Call

GetSearchOverrides indicates an expected call of GetSearchOverrides.

func (*MockAPIClientInterfaceMockRecorder) GetSearchOverridesWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) GetSearchOverridesWithResponse(ctx, collectionName interface{}, reqEditors ...interface{}) *gomock.Call

GetSearchOverridesWithResponse indicates an expected call of GetSearchOverridesWithResponse.

func (*MockAPIClientInterfaceMockRecorder) GetSearchSynonym

func (mr *MockAPIClientInterfaceMockRecorder) GetSearchSynonym(ctx, collectionName, synonymId interface{}, reqEditors ...interface{}) *gomock.Call

GetSearchSynonym indicates an expected call of GetSearchSynonym.

func (*MockAPIClientInterfaceMockRecorder) GetSearchSynonymWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) GetSearchSynonymWithResponse(ctx, collectionName, synonymId interface{}, reqEditors ...interface{}) *gomock.Call

GetSearchSynonymWithResponse indicates an expected call of GetSearchSynonymWithResponse.

func (*MockAPIClientInterfaceMockRecorder) GetSearchSynonyms

func (mr *MockAPIClientInterfaceMockRecorder) GetSearchSynonyms(ctx, collectionName interface{}, reqEditors ...interface{}) *gomock.Call

GetSearchSynonyms indicates an expected call of GetSearchSynonyms.

func (*MockAPIClientInterfaceMockRecorder) GetSearchSynonymsWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) GetSearchSynonymsWithResponse(ctx, collectionName interface{}, reqEditors ...interface{}) *gomock.Call

GetSearchSynonymsWithResponse indicates an expected call of GetSearchSynonymsWithResponse.

func (*MockAPIClientInterfaceMockRecorder) Health

func (mr *MockAPIClientInterfaceMockRecorder) Health(ctx interface{}, reqEditors ...interface{}) *gomock.Call

Health indicates an expected call of Health.

func (*MockAPIClientInterfaceMockRecorder) HealthWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) HealthWithResponse(ctx interface{}, reqEditors ...interface{}) *gomock.Call

HealthWithResponse indicates an expected call of HealthWithResponse.

func (*MockAPIClientInterfaceMockRecorder) ImportDocumentsWithBody

func (mr *MockAPIClientInterfaceMockRecorder) ImportDocumentsWithBody(ctx, collectionName, params, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

ImportDocumentsWithBody indicates an expected call of ImportDocumentsWithBody.

func (*MockAPIClientInterfaceMockRecorder) ImportDocumentsWithBodyWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) ImportDocumentsWithBodyWithResponse(ctx, collectionName, params, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

ImportDocumentsWithBodyWithResponse indicates an expected call of ImportDocumentsWithBodyWithResponse.

func (*MockAPIClientInterfaceMockRecorder) IndexDocument

func (mr *MockAPIClientInterfaceMockRecorder) IndexDocument(ctx, collectionName, params, body interface{}, reqEditors ...interface{}) *gomock.Call

IndexDocument indicates an expected call of IndexDocument.

func (*MockAPIClientInterfaceMockRecorder) IndexDocumentWithBody

func (mr *MockAPIClientInterfaceMockRecorder) IndexDocumentWithBody(ctx, collectionName, params, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

IndexDocumentWithBody indicates an expected call of IndexDocumentWithBody.

func (*MockAPIClientInterfaceMockRecorder) IndexDocumentWithBodyWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) IndexDocumentWithBodyWithResponse(ctx, collectionName, params, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

IndexDocumentWithBodyWithResponse indicates an expected call of IndexDocumentWithBodyWithResponse.

func (*MockAPIClientInterfaceMockRecorder) IndexDocumentWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) IndexDocumentWithResponse(ctx, collectionName, params, body interface{}, reqEditors ...interface{}) *gomock.Call

IndexDocumentWithResponse indicates an expected call of IndexDocumentWithResponse.

func (*MockAPIClientInterfaceMockRecorder) MultiSearch

func (mr *MockAPIClientInterfaceMockRecorder) MultiSearch(ctx, params, body interface{}, reqEditors ...interface{}) *gomock.Call

MultiSearch indicates an expected call of MultiSearch.

func (*MockAPIClientInterfaceMockRecorder) MultiSearchWithBody

func (mr *MockAPIClientInterfaceMockRecorder) MultiSearchWithBody(ctx, params, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

MultiSearchWithBody indicates an expected call of MultiSearchWithBody.

func (*MockAPIClientInterfaceMockRecorder) MultiSearchWithBodyWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) MultiSearchWithBodyWithResponse(ctx, params, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

MultiSearchWithBodyWithResponse indicates an expected call of MultiSearchWithBodyWithResponse.

func (*MockAPIClientInterfaceMockRecorder) MultiSearchWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) MultiSearchWithResponse(ctx, params, body interface{}, reqEditors ...interface{}) *gomock.Call

MultiSearchWithResponse indicates an expected call of MultiSearchWithResponse.

func (*MockAPIClientInterfaceMockRecorder) SearchCollection

func (mr *MockAPIClientInterfaceMockRecorder) SearchCollection(ctx, collectionName, params interface{}, reqEditors ...interface{}) *gomock.Call

SearchCollection indicates an expected call of SearchCollection.

func (*MockAPIClientInterfaceMockRecorder) SearchCollectionWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) SearchCollectionWithResponse(ctx, collectionName, params interface{}, reqEditors ...interface{}) *gomock.Call

SearchCollectionWithResponse indicates an expected call of SearchCollectionWithResponse.

func (*MockAPIClientInterfaceMockRecorder) TakeSnapshot

func (mr *MockAPIClientInterfaceMockRecorder) TakeSnapshot(ctx, params interface{}, reqEditors ...interface{}) *gomock.Call

TakeSnapshot indicates an expected call of TakeSnapshot.

func (*MockAPIClientInterfaceMockRecorder) TakeSnapshotWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) TakeSnapshotWithResponse(ctx, params interface{}, reqEditors ...interface{}) *gomock.Call

TakeSnapshotWithResponse indicates an expected call of TakeSnapshotWithResponse.

func (*MockAPIClientInterfaceMockRecorder) UpdateCollection

func (mr *MockAPIClientInterfaceMockRecorder) UpdateCollection(ctx, collectionName, body interface{}, reqEditors ...interface{}) *gomock.Call

UpdateCollection indicates an expected call of UpdateCollection.

func (*MockAPIClientInterfaceMockRecorder) UpdateCollectionWithBody

func (mr *MockAPIClientInterfaceMockRecorder) UpdateCollectionWithBody(ctx, collectionName, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

UpdateCollectionWithBody indicates an expected call of UpdateCollectionWithBody.

func (*MockAPIClientInterfaceMockRecorder) UpdateCollectionWithBodyWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) UpdateCollectionWithBodyWithResponse(ctx, collectionName, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

UpdateCollectionWithBodyWithResponse indicates an expected call of UpdateCollectionWithBodyWithResponse.

func (*MockAPIClientInterfaceMockRecorder) UpdateCollectionWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) UpdateCollectionWithResponse(ctx, collectionName, body interface{}, reqEditors ...interface{}) *gomock.Call

UpdateCollectionWithResponse indicates an expected call of UpdateCollectionWithResponse.

func (*MockAPIClientInterfaceMockRecorder) UpdateDocument

func (mr *MockAPIClientInterfaceMockRecorder) UpdateDocument(ctx, collectionName, documentId, body interface{}, reqEditors ...interface{}) *gomock.Call

UpdateDocument indicates an expected call of UpdateDocument.

func (*MockAPIClientInterfaceMockRecorder) UpdateDocumentWithBody

func (mr *MockAPIClientInterfaceMockRecorder) UpdateDocumentWithBody(ctx, collectionName, documentId, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

UpdateDocumentWithBody indicates an expected call of UpdateDocumentWithBody.

func (*MockAPIClientInterfaceMockRecorder) UpdateDocumentWithBodyWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) UpdateDocumentWithBodyWithResponse(ctx, collectionName, documentId, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

UpdateDocumentWithBodyWithResponse indicates an expected call of UpdateDocumentWithBodyWithResponse.

func (*MockAPIClientInterfaceMockRecorder) UpdateDocumentWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) UpdateDocumentWithResponse(ctx, collectionName, documentId, body interface{}, reqEditors ...interface{}) *gomock.Call

UpdateDocumentWithResponse indicates an expected call of UpdateDocumentWithResponse.

func (*MockAPIClientInterfaceMockRecorder) UpdateDocuments

func (mr *MockAPIClientInterfaceMockRecorder) UpdateDocuments(ctx, collectionName, params, body interface{}, reqEditors ...interface{}) *gomock.Call

UpdateDocuments indicates an expected call of UpdateDocuments.

func (*MockAPIClientInterfaceMockRecorder) UpdateDocumentsWithBody

func (mr *MockAPIClientInterfaceMockRecorder) UpdateDocumentsWithBody(ctx, collectionName, params, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

UpdateDocumentsWithBody indicates an expected call of UpdateDocumentsWithBody.

func (*MockAPIClientInterfaceMockRecorder) UpdateDocumentsWithBodyWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) UpdateDocumentsWithBodyWithResponse(ctx, collectionName, params, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

UpdateDocumentsWithBodyWithResponse indicates an expected call of UpdateDocumentsWithBodyWithResponse.

func (*MockAPIClientInterfaceMockRecorder) UpdateDocumentsWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) UpdateDocumentsWithResponse(ctx, collectionName, params, body interface{}, reqEditors ...interface{}) *gomock.Call

UpdateDocumentsWithResponse indicates an expected call of UpdateDocumentsWithResponse.

func (*MockAPIClientInterfaceMockRecorder) UpsertAlias

func (mr *MockAPIClientInterfaceMockRecorder) UpsertAlias(ctx, aliasName, body interface{}, reqEditors ...interface{}) *gomock.Call

UpsertAlias indicates an expected call of UpsertAlias.

func (*MockAPIClientInterfaceMockRecorder) UpsertAliasWithBody

func (mr *MockAPIClientInterfaceMockRecorder) UpsertAliasWithBody(ctx, aliasName, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

UpsertAliasWithBody indicates an expected call of UpsertAliasWithBody.

func (*MockAPIClientInterfaceMockRecorder) UpsertAliasWithBodyWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) UpsertAliasWithBodyWithResponse(ctx, aliasName, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

UpsertAliasWithBodyWithResponse indicates an expected call of UpsertAliasWithBodyWithResponse.

func (*MockAPIClientInterfaceMockRecorder) UpsertAliasWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) UpsertAliasWithResponse(ctx, aliasName, body interface{}, reqEditors ...interface{}) *gomock.Call

UpsertAliasWithResponse indicates an expected call of UpsertAliasWithResponse.

func (*MockAPIClientInterfaceMockRecorder) UpsertSearchOverride

func (mr *MockAPIClientInterfaceMockRecorder) UpsertSearchOverride(ctx, collectionName, overrideId, body interface{}, reqEditors ...interface{}) *gomock.Call

UpsertSearchOverride indicates an expected call of UpsertSearchOverride.

func (*MockAPIClientInterfaceMockRecorder) UpsertSearchOverrideWithBody

func (mr *MockAPIClientInterfaceMockRecorder) UpsertSearchOverrideWithBody(ctx, collectionName, overrideId, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

UpsertSearchOverrideWithBody indicates an expected call of UpsertSearchOverrideWithBody.

func (*MockAPIClientInterfaceMockRecorder) UpsertSearchOverrideWithBodyWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) UpsertSearchOverrideWithBodyWithResponse(ctx, collectionName, overrideId, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

UpsertSearchOverrideWithBodyWithResponse indicates an expected call of UpsertSearchOverrideWithBodyWithResponse.

func (*MockAPIClientInterfaceMockRecorder) UpsertSearchOverrideWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) UpsertSearchOverrideWithResponse(ctx, collectionName, overrideId, body interface{}, reqEditors ...interface{}) *gomock.Call

UpsertSearchOverrideWithResponse indicates an expected call of UpsertSearchOverrideWithResponse.

func (*MockAPIClientInterfaceMockRecorder) UpsertSearchSynonym

func (mr *MockAPIClientInterfaceMockRecorder) UpsertSearchSynonym(ctx, collectionName, synonymId, body interface{}, reqEditors ...interface{}) *gomock.Call

UpsertSearchSynonym indicates an expected call of UpsertSearchSynonym.

func (*MockAPIClientInterfaceMockRecorder) UpsertSearchSynonymWithBody

func (mr *MockAPIClientInterfaceMockRecorder) UpsertSearchSynonymWithBody(ctx, collectionName, synonymId, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

UpsertSearchSynonymWithBody indicates an expected call of UpsertSearchSynonymWithBody.

func (*MockAPIClientInterfaceMockRecorder) UpsertSearchSynonymWithBodyWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) UpsertSearchSynonymWithBodyWithResponse(ctx, collectionName, synonymId, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

UpsertSearchSynonymWithBodyWithResponse indicates an expected call of UpsertSearchSynonymWithBodyWithResponse.

func (*MockAPIClientInterfaceMockRecorder) UpsertSearchSynonymWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) UpsertSearchSynonymWithResponse(ctx, collectionName, synonymId, body interface{}, reqEditors ...interface{}) *gomock.Call

UpsertSearchSynonymWithResponse indicates an expected call of UpsertSearchSynonymWithResponse.

func (*MockAPIClientInterfaceMockRecorder) Vote

func (mr *MockAPIClientInterfaceMockRecorder) Vote(ctx interface{}, reqEditors ...interface{}) *gomock.Call

Vote indicates an expected call of Vote.

func (*MockAPIClientInterfaceMockRecorder) VoteWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) VoteWithResponse(ctx interface{}, reqEditors ...interface{}) *gomock.Call

VoteWithResponse indicates an expected call of VoteWithResponse.

Jump to

Keyboard shortcuts

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