mocks

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2021 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) (*http.Response, error)

CreateCollectionWithBody mocks base method

func (*MockAPIClientInterface) CreateCollectionWithBodyWithResponse

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

CreateCollectionWithBodyWithResponse mocks base method

func (*MockAPIClientInterface) CreateCollectionWithResponse

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) (*http.Response, error)

CreateKeyWithBody mocks base method

func (*MockAPIClientInterface) CreateKeyWithBodyWithResponse

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

CreateKeyWithBodyWithResponse mocks base method

func (*MockAPIClientInterface) CreateKeyWithResponse

CreateKeyWithResponse mocks base method

func (*MockAPIClientInterface) Debug

Debug mocks base method

func (*MockAPIClientInterface) DebugWithResponse

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

DebugWithResponse mocks base method

func (*MockAPIClientInterface) DeleteAlias

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

DeleteAlias mocks base method

func (*MockAPIClientInterface) DeleteAliasWithResponse

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

DeleteAliasWithResponse mocks base method

func (*MockAPIClientInterface) DeleteCollection

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

DeleteCollection mocks base method

func (*MockAPIClientInterface) DeleteCollectionWithResponse

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

DeleteCollectionWithResponse mocks base method

func (*MockAPIClientInterface) DeleteDocument

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

DeleteDocument mocks base method

func (*MockAPIClientInterface) DeleteDocumentWithResponse

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

DeleteDocumentWithResponse mocks base method

func (*MockAPIClientInterface) DeleteDocuments

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

DeleteDocuments mocks base method

func (*MockAPIClientInterface) DeleteDocumentsWithResponse

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

DeleteDocumentsWithResponse mocks base method

func (*MockAPIClientInterface) DeleteKey

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

DeleteKey mocks base method

func (*MockAPIClientInterface) DeleteKeyWithResponse

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

DeleteKeyWithResponse mocks base method

func (*MockAPIClientInterface) DeleteSearchOverride

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

DeleteSearchOverride mocks base method

func (*MockAPIClientInterface) DeleteSearchOverrideWithResponse

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

DeleteSearchOverrideWithResponse mocks base method

func (*MockAPIClientInterface) DeleteSearchSynonym

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

DeleteSearchSynonym mocks base method

func (*MockAPIClientInterface) DeleteSearchSynonymWithResponse

func (m *MockAPIClientInterface) DeleteSearchSynonymWithResponse(ctx context.Context, collectionName, synonymId string) (*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) (*http.Response, error)

ExportDocuments mocks base method

func (*MockAPIClientInterface) ExportDocumentsWithResponse

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

ExportDocumentsWithResponse mocks base method

func (*MockAPIClientInterface) GetAlias

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

GetAlias mocks base method

func (*MockAPIClientInterface) GetAliasWithResponse

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

GetAliasWithResponse mocks base method

func (*MockAPIClientInterface) GetAliases

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

GetAliases mocks base method

func (*MockAPIClientInterface) GetAliasesWithResponse

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

GetAliasesWithResponse mocks base method

func (*MockAPIClientInterface) GetCollection

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

GetCollection mocks base method

func (*MockAPIClientInterface) GetCollectionWithResponse

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

GetCollectionWithResponse mocks base method

func (*MockAPIClientInterface) GetCollections

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

GetCollections mocks base method

func (*MockAPIClientInterface) GetCollectionsWithResponse

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

GetCollectionsWithResponse mocks base method

func (*MockAPIClientInterface) GetDocument

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

GetDocument mocks base method

func (*MockAPIClientInterface) GetDocumentWithResponse

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

GetDocumentWithResponse mocks base method

func (*MockAPIClientInterface) GetKey

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

GetKey mocks base method

func (*MockAPIClientInterface) GetKeyWithResponse

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

GetKeyWithResponse mocks base method

func (*MockAPIClientInterface) GetKeys

GetKeys mocks base method

func (*MockAPIClientInterface) GetKeysWithResponse

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

GetKeysWithResponse mocks base method

func (*MockAPIClientInterface) GetSearchOverride

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

GetSearchOverride mocks base method

func (*MockAPIClientInterface) GetSearchOverrideWithResponse

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

GetSearchOverrideWithResponse mocks base method

func (*MockAPIClientInterface) GetSearchOverrides

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

GetSearchOverrides mocks base method

func (*MockAPIClientInterface) GetSearchOverridesWithResponse

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

GetSearchOverridesWithResponse mocks base method

func (*MockAPIClientInterface) GetSearchSynonym

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

GetSearchSynonym mocks base method

func (*MockAPIClientInterface) GetSearchSynonymWithResponse

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

GetSearchSynonymWithResponse mocks base method

func (*MockAPIClientInterface) GetSearchSynonyms

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

GetSearchSynonyms mocks base method

func (*MockAPIClientInterface) GetSearchSynonymsWithResponse

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

GetSearchSynonymsWithResponse mocks base method

func (*MockAPIClientInterface) Health

Health mocks base method

func (*MockAPIClientInterface) HealthWithResponse

func (m *MockAPIClientInterface) HealthWithResponse(ctx context.Context) (*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) (*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) (*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) (*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) (*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) (*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) (*api.IndexDocumentResponse, error)

IndexDocumentWithResponse mocks base method

func (*MockAPIClientInterface) SearchCollection

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

SearchCollection mocks base method

func (*MockAPIClientInterface) SearchCollectionWithResponse

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

SearchCollectionWithResponse mocks base method

func (*MockAPIClientInterface) TakeSnapshot

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

TakeSnapshot mocks base method

func (*MockAPIClientInterface) TakeSnapshotWithResponse

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

TakeSnapshotWithResponse mocks base method

func (*MockAPIClientInterface) UpdateDocument

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

UpdateDocument mocks base method

func (*MockAPIClientInterface) UpdateDocumentWithBody

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

UpdateDocumentWithBody mocks base method

func (*MockAPIClientInterface) UpdateDocumentWithBodyWithResponse

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

UpdateDocumentWithBodyWithResponse mocks base method

func (*MockAPIClientInterface) UpdateDocumentWithResponse

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

UpdateDocumentWithResponse mocks base method

func (*MockAPIClientInterface) UpsertAlias

UpsertAlias mocks base method

func (*MockAPIClientInterface) UpsertAliasWithBody

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

UpsertAliasWithBody mocks base method

func (*MockAPIClientInterface) UpsertAliasWithBodyWithResponse

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

UpsertAliasWithBodyWithResponse mocks base method

func (*MockAPIClientInterface) UpsertAliasWithResponse

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

UpsertAliasWithResponse mocks base method

func (*MockAPIClientInterface) UpsertSearchOverride

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

UpsertSearchOverride mocks base method

func (*MockAPIClientInterface) UpsertSearchOverrideWithBody

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

UpsertSearchOverrideWithBody mocks base method

func (*MockAPIClientInterface) UpsertSearchOverrideWithBodyWithResponse

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

UpsertSearchOverrideWithBodyWithResponse mocks base method

func (*MockAPIClientInterface) UpsertSearchOverrideWithResponse

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

UpsertSearchOverrideWithResponse mocks base method

func (*MockAPIClientInterface) UpsertSearchSynonym

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

UpsertSearchSynonym mocks base method

func (*MockAPIClientInterface) UpsertSearchSynonymWithBody

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

UpsertSearchSynonymWithBody mocks base method

func (*MockAPIClientInterface) UpsertSearchSynonymWithBodyWithResponse

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

UpsertSearchSynonymWithBodyWithResponse mocks base method

func (*MockAPIClientInterface) UpsertSearchSynonymWithResponse

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

UpsertSearchSynonymWithResponse mocks base method

func (*MockAPIClientInterface) Vote

Vote mocks base method

func (*MockAPIClientInterface) VoteWithResponse

func (m *MockAPIClientInterface) VoteWithResponse(ctx context.Context) (*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{}) *gomock.Call

CreateCollection indicates an expected call of CreateCollection

func (*MockAPIClientInterfaceMockRecorder) CreateCollectionWithBody

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

CreateCollectionWithBody indicates an expected call of CreateCollectionWithBody

func (*MockAPIClientInterfaceMockRecorder) CreateCollectionWithBodyWithResponse

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

CreateCollectionWithBodyWithResponse indicates an expected call of CreateCollectionWithBodyWithResponse

func (*MockAPIClientInterfaceMockRecorder) CreateCollectionWithResponse

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

CreateCollectionWithResponse indicates an expected call of CreateCollectionWithResponse

func (*MockAPIClientInterfaceMockRecorder) CreateKey

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

CreateKey indicates an expected call of CreateKey

func (*MockAPIClientInterfaceMockRecorder) CreateKeyWithBody

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

CreateKeyWithBody indicates an expected call of CreateKeyWithBody

func (*MockAPIClientInterfaceMockRecorder) CreateKeyWithBodyWithResponse

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

CreateKeyWithBodyWithResponse indicates an expected call of CreateKeyWithBodyWithResponse

func (*MockAPIClientInterfaceMockRecorder) CreateKeyWithResponse

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

CreateKeyWithResponse indicates an expected call of CreateKeyWithResponse

func (*MockAPIClientInterfaceMockRecorder) Debug

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

Debug indicates an expected call of Debug

func (*MockAPIClientInterfaceMockRecorder) DebugWithResponse

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

DebugWithResponse indicates an expected call of DebugWithResponse

func (*MockAPIClientInterfaceMockRecorder) DeleteAlias

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

DeleteAlias indicates an expected call of DeleteAlias

func (*MockAPIClientInterfaceMockRecorder) DeleteAliasWithResponse

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

DeleteAliasWithResponse indicates an expected call of DeleteAliasWithResponse

func (*MockAPIClientInterfaceMockRecorder) DeleteCollection

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

DeleteCollection indicates an expected call of DeleteCollection

func (*MockAPIClientInterfaceMockRecorder) DeleteCollectionWithResponse

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

DeleteCollectionWithResponse indicates an expected call of DeleteCollectionWithResponse

func (*MockAPIClientInterfaceMockRecorder) DeleteDocument

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

DeleteDocument indicates an expected call of DeleteDocument

func (*MockAPIClientInterfaceMockRecorder) DeleteDocumentWithResponse

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

DeleteDocumentWithResponse indicates an expected call of DeleteDocumentWithResponse

func (*MockAPIClientInterfaceMockRecorder) DeleteDocuments

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

DeleteDocuments indicates an expected call of DeleteDocuments

func (*MockAPIClientInterfaceMockRecorder) DeleteDocumentsWithResponse

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

DeleteDocumentsWithResponse indicates an expected call of DeleteDocumentsWithResponse

func (*MockAPIClientInterfaceMockRecorder) DeleteKey

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

DeleteKey indicates an expected call of DeleteKey

func (*MockAPIClientInterfaceMockRecorder) DeleteKeyWithResponse

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

DeleteKeyWithResponse indicates an expected call of DeleteKeyWithResponse

func (*MockAPIClientInterfaceMockRecorder) DeleteSearchOverride

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

DeleteSearchOverride indicates an expected call of DeleteSearchOverride

func (*MockAPIClientInterfaceMockRecorder) DeleteSearchOverrideWithResponse

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

DeleteSearchOverrideWithResponse indicates an expected call of DeleteSearchOverrideWithResponse

func (*MockAPIClientInterfaceMockRecorder) DeleteSearchSynonym

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

DeleteSearchSynonym indicates an expected call of DeleteSearchSynonym

func (*MockAPIClientInterfaceMockRecorder) DeleteSearchSynonymWithResponse

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

DeleteSearchSynonymWithResponse indicates an expected call of DeleteSearchSynonymWithResponse

func (*MockAPIClientInterfaceMockRecorder) ExportDocuments

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

ExportDocuments indicates an expected call of ExportDocuments

func (*MockAPIClientInterfaceMockRecorder) ExportDocumentsWithResponse

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

ExportDocumentsWithResponse indicates an expected call of ExportDocumentsWithResponse

func (*MockAPIClientInterfaceMockRecorder) GetAlias

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

GetAlias indicates an expected call of GetAlias

func (*MockAPIClientInterfaceMockRecorder) GetAliasWithResponse

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

GetAliasWithResponse indicates an expected call of GetAliasWithResponse

func (*MockAPIClientInterfaceMockRecorder) GetAliases

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

GetAliases indicates an expected call of GetAliases

func (*MockAPIClientInterfaceMockRecorder) GetAliasesWithResponse

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

GetAliasesWithResponse indicates an expected call of GetAliasesWithResponse

func (*MockAPIClientInterfaceMockRecorder) GetCollection

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

GetCollection indicates an expected call of GetCollection

func (*MockAPIClientInterfaceMockRecorder) GetCollectionWithResponse

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

GetCollectionWithResponse indicates an expected call of GetCollectionWithResponse

func (*MockAPIClientInterfaceMockRecorder) GetCollections

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

GetCollections indicates an expected call of GetCollections

func (*MockAPIClientInterfaceMockRecorder) GetCollectionsWithResponse

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

GetCollectionsWithResponse indicates an expected call of GetCollectionsWithResponse

func (*MockAPIClientInterfaceMockRecorder) GetDocument

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

GetDocument indicates an expected call of GetDocument

func (*MockAPIClientInterfaceMockRecorder) GetDocumentWithResponse

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

GetDocumentWithResponse indicates an expected call of GetDocumentWithResponse

func (*MockAPIClientInterfaceMockRecorder) GetKey

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

GetKey indicates an expected call of GetKey

func (*MockAPIClientInterfaceMockRecorder) GetKeyWithResponse

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

GetKeyWithResponse indicates an expected call of GetKeyWithResponse

func (*MockAPIClientInterfaceMockRecorder) GetKeys

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

GetKeys indicates an expected call of GetKeys

func (*MockAPIClientInterfaceMockRecorder) GetKeysWithResponse

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

GetKeysWithResponse indicates an expected call of GetKeysWithResponse

func (*MockAPIClientInterfaceMockRecorder) GetSearchOverride

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

GetSearchOverride indicates an expected call of GetSearchOverride

func (*MockAPIClientInterfaceMockRecorder) GetSearchOverrideWithResponse

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

GetSearchOverrideWithResponse indicates an expected call of GetSearchOverrideWithResponse

func (*MockAPIClientInterfaceMockRecorder) GetSearchOverrides

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

GetSearchOverrides indicates an expected call of GetSearchOverrides

func (*MockAPIClientInterfaceMockRecorder) GetSearchOverridesWithResponse

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

GetSearchOverridesWithResponse indicates an expected call of GetSearchOverridesWithResponse

func (*MockAPIClientInterfaceMockRecorder) GetSearchSynonym

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

GetSearchSynonym indicates an expected call of GetSearchSynonym

func (*MockAPIClientInterfaceMockRecorder) GetSearchSynonymWithResponse

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

GetSearchSynonymWithResponse indicates an expected call of GetSearchSynonymWithResponse

func (*MockAPIClientInterfaceMockRecorder) GetSearchSynonyms

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

GetSearchSynonyms indicates an expected call of GetSearchSynonyms

func (*MockAPIClientInterfaceMockRecorder) GetSearchSynonymsWithResponse

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

GetSearchSynonymsWithResponse indicates an expected call of GetSearchSynonymsWithResponse

func (*MockAPIClientInterfaceMockRecorder) Health

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

Health indicates an expected call of Health

func (*MockAPIClientInterfaceMockRecorder) HealthWithResponse

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

HealthWithResponse indicates an expected call of HealthWithResponse

func (*MockAPIClientInterfaceMockRecorder) ImportDocumentsWithBody

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

ImportDocumentsWithBody indicates an expected call of ImportDocumentsWithBody

func (*MockAPIClientInterfaceMockRecorder) ImportDocumentsWithBodyWithResponse

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

ImportDocumentsWithBodyWithResponse indicates an expected call of ImportDocumentsWithBodyWithResponse

func (*MockAPIClientInterfaceMockRecorder) IndexDocument

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

IndexDocument indicates an expected call of IndexDocument

func (*MockAPIClientInterfaceMockRecorder) IndexDocumentWithBody

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

IndexDocumentWithBody indicates an expected call of IndexDocumentWithBody

func (*MockAPIClientInterfaceMockRecorder) IndexDocumentWithBodyWithResponse

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

IndexDocumentWithBodyWithResponse indicates an expected call of IndexDocumentWithBodyWithResponse

func (*MockAPIClientInterfaceMockRecorder) IndexDocumentWithResponse

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

IndexDocumentWithResponse indicates an expected call of IndexDocumentWithResponse

func (*MockAPIClientInterfaceMockRecorder) SearchCollection

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

SearchCollection indicates an expected call of SearchCollection

func (*MockAPIClientInterfaceMockRecorder) SearchCollectionWithResponse

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

SearchCollectionWithResponse indicates an expected call of SearchCollectionWithResponse

func (*MockAPIClientInterfaceMockRecorder) TakeSnapshot

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

TakeSnapshot indicates an expected call of TakeSnapshot

func (*MockAPIClientInterfaceMockRecorder) TakeSnapshotWithResponse

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

TakeSnapshotWithResponse indicates an expected call of TakeSnapshotWithResponse

func (*MockAPIClientInterfaceMockRecorder) UpdateDocument

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

UpdateDocument indicates an expected call of UpdateDocument

func (*MockAPIClientInterfaceMockRecorder) UpdateDocumentWithBody

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

UpdateDocumentWithBody indicates an expected call of UpdateDocumentWithBody

func (*MockAPIClientInterfaceMockRecorder) UpdateDocumentWithBodyWithResponse

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

UpdateDocumentWithBodyWithResponse indicates an expected call of UpdateDocumentWithBodyWithResponse

func (*MockAPIClientInterfaceMockRecorder) UpdateDocumentWithResponse

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

UpdateDocumentWithResponse indicates an expected call of UpdateDocumentWithResponse

func (*MockAPIClientInterfaceMockRecorder) UpsertAlias

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

UpsertAlias indicates an expected call of UpsertAlias

func (*MockAPIClientInterfaceMockRecorder) UpsertAliasWithBody

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

UpsertAliasWithBody indicates an expected call of UpsertAliasWithBody

func (*MockAPIClientInterfaceMockRecorder) UpsertAliasWithBodyWithResponse

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

UpsertAliasWithBodyWithResponse indicates an expected call of UpsertAliasWithBodyWithResponse

func (*MockAPIClientInterfaceMockRecorder) UpsertAliasWithResponse

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

UpsertAliasWithResponse indicates an expected call of UpsertAliasWithResponse

func (*MockAPIClientInterfaceMockRecorder) UpsertSearchOverride

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

UpsertSearchOverride indicates an expected call of UpsertSearchOverride

func (*MockAPIClientInterfaceMockRecorder) UpsertSearchOverrideWithBody

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

UpsertSearchOverrideWithBody indicates an expected call of UpsertSearchOverrideWithBody

func (*MockAPIClientInterfaceMockRecorder) UpsertSearchOverrideWithBodyWithResponse

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

UpsertSearchOverrideWithBodyWithResponse indicates an expected call of UpsertSearchOverrideWithBodyWithResponse

func (*MockAPIClientInterfaceMockRecorder) UpsertSearchOverrideWithResponse

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

UpsertSearchOverrideWithResponse indicates an expected call of UpsertSearchOverrideWithResponse

func (*MockAPIClientInterfaceMockRecorder) UpsertSearchSynonym

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

UpsertSearchSynonym indicates an expected call of UpsertSearchSynonym

func (*MockAPIClientInterfaceMockRecorder) UpsertSearchSynonymWithBody

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

UpsertSearchSynonymWithBody indicates an expected call of UpsertSearchSynonymWithBody

func (*MockAPIClientInterfaceMockRecorder) UpsertSearchSynonymWithBodyWithResponse

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

UpsertSearchSynonymWithBodyWithResponse indicates an expected call of UpsertSearchSynonymWithBodyWithResponse

func (*MockAPIClientInterfaceMockRecorder) UpsertSearchSynonymWithResponse

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

UpsertSearchSynonymWithResponse indicates an expected call of UpsertSearchSynonymWithResponse

func (*MockAPIClientInterfaceMockRecorder) Vote

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

Vote indicates an expected call of Vote

func (*MockAPIClientInterfaceMockRecorder) VoteWithResponse

func (mr *MockAPIClientInterfaceMockRecorder) VoteWithResponse(ctx 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