Documentation
¶
Index ¶
- type AtlasSearchApi
- func (_m *AtlasSearchApi) CreateAtlasSearchDeployment(ctx context.Context, groupId string, clusterName string, ...) admin.CreateAtlasSearchDeploymentApiRequest
- func (_m *AtlasSearchApi) CreateAtlasSearchDeploymentExecute(r admin.CreateAtlasSearchDeploymentApiRequest) (*admin.ApiSearchDeploymentResponse, *http.Response, error)
- func (_m *AtlasSearchApi) CreateAtlasSearchDeploymentWithParams(ctx context.Context, args *admin.CreateAtlasSearchDeploymentApiParams) admin.CreateAtlasSearchDeploymentApiRequest
- func (_m *AtlasSearchApi) CreateAtlasSearchIndex(ctx context.Context, groupId string, clusterName string, ...) admin.CreateAtlasSearchIndexApiRequest
- func (_m *AtlasSearchApi) CreateAtlasSearchIndexExecute(r admin.CreateAtlasSearchIndexApiRequest) (*admin.ClusterSearchIndex, *http.Response, error)
- func (_m *AtlasSearchApi) CreateAtlasSearchIndexWithParams(ctx context.Context, args *admin.CreateAtlasSearchIndexApiParams) admin.CreateAtlasSearchIndexApiRequest
- func (_m *AtlasSearchApi) DeleteAtlasSearchDeployment(ctx context.Context, groupId string, clusterName string) admin.DeleteAtlasSearchDeploymentApiRequest
- func (_m *AtlasSearchApi) DeleteAtlasSearchDeploymentExecute(r admin.DeleteAtlasSearchDeploymentApiRequest) (*http.Response, error)
- func (_m *AtlasSearchApi) DeleteAtlasSearchDeploymentWithParams(ctx context.Context, args *admin.DeleteAtlasSearchDeploymentApiParams) admin.DeleteAtlasSearchDeploymentApiRequest
- func (_m *AtlasSearchApi) DeleteAtlasSearchIndex(ctx context.Context, groupId string, clusterName string, indexId string) admin.DeleteAtlasSearchIndexApiRequest
- func (_m *AtlasSearchApi) DeleteAtlasSearchIndexExecute(r admin.DeleteAtlasSearchIndexApiRequest) (map[string]interface{}, *http.Response, error)
- func (_m *AtlasSearchApi) DeleteAtlasSearchIndexWithParams(ctx context.Context, args *admin.DeleteAtlasSearchIndexApiParams) admin.DeleteAtlasSearchIndexApiRequest
- func (_m *AtlasSearchApi) EXPECT() *AtlasSearchApi_Expecter
- func (_m *AtlasSearchApi) GetAtlasSearchDeployment(ctx context.Context, groupId string, clusterName string) admin.GetAtlasSearchDeploymentApiRequest
- func (_m *AtlasSearchApi) GetAtlasSearchDeploymentExecute(r admin.GetAtlasSearchDeploymentApiRequest) (*admin.ApiSearchDeploymentResponse, *http.Response, error)
- func (_m *AtlasSearchApi) GetAtlasSearchDeploymentWithParams(ctx context.Context, args *admin.GetAtlasSearchDeploymentApiParams) admin.GetAtlasSearchDeploymentApiRequest
- func (_m *AtlasSearchApi) GetAtlasSearchIndex(ctx context.Context, groupId string, clusterName string, indexId string) admin.GetAtlasSearchIndexApiRequest
- func (_m *AtlasSearchApi) GetAtlasSearchIndexExecute(r admin.GetAtlasSearchIndexApiRequest) (*admin.ClusterSearchIndex, *http.Response, error)
- func (_m *AtlasSearchApi) GetAtlasSearchIndexWithParams(ctx context.Context, args *admin.GetAtlasSearchIndexApiParams) admin.GetAtlasSearchIndexApiRequest
- func (_m *AtlasSearchApi) ListAtlasSearchIndexes(ctx context.Context, groupId string, clusterName string, collectionName string, ...) admin.ListAtlasSearchIndexesApiRequest
- func (_m *AtlasSearchApi) ListAtlasSearchIndexesExecute(r admin.ListAtlasSearchIndexesApiRequest) ([]admin.ClusterSearchIndex, *http.Response, error)
- func (_m *AtlasSearchApi) ListAtlasSearchIndexesWithParams(ctx context.Context, args *admin.ListAtlasSearchIndexesApiParams) admin.ListAtlasSearchIndexesApiRequest
- func (_m *AtlasSearchApi) UpdateAtlasSearchDeployment(ctx context.Context, groupId string, clusterName string, ...) admin.UpdateAtlasSearchDeploymentApiRequest
- func (_m *AtlasSearchApi) UpdateAtlasSearchDeploymentExecute(r admin.UpdateAtlasSearchDeploymentApiRequest) (*admin.ApiSearchDeploymentResponse, *http.Response, error)
- func (_m *AtlasSearchApi) UpdateAtlasSearchDeploymentWithParams(ctx context.Context, args *admin.UpdateAtlasSearchDeploymentApiParams) admin.UpdateAtlasSearchDeploymentApiRequest
- func (_m *AtlasSearchApi) UpdateAtlasSearchIndex(ctx context.Context, groupId string, clusterName string, indexId string, ...) admin.UpdateAtlasSearchIndexApiRequest
- func (_m *AtlasSearchApi) UpdateAtlasSearchIndexExecute(r admin.UpdateAtlasSearchIndexApiRequest) (*admin.ClusterSearchIndex, *http.Response, error)
- func (_m *AtlasSearchApi) UpdateAtlasSearchIndexWithParams(ctx context.Context, args *admin.UpdateAtlasSearchIndexApiParams) admin.UpdateAtlasSearchIndexApiRequest
- type AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call) Return(_a0 *admin.ApiSearchDeploymentResponse, _a1 *http.Response, _a2 error) *AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call) Run(run func(r admin.CreateAtlasSearchDeploymentApiRequest)) *AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call) RunAndReturn(...) *AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call
- type AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call) Return(_a0 admin.CreateAtlasSearchDeploymentApiRequest) *AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call) Run(...) *AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call) RunAndReturn(...) *AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call
- type AtlasSearchApi_CreateAtlasSearchDeployment_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchDeployment_Call) Return(_a0 admin.CreateAtlasSearchDeploymentApiRequest) *AtlasSearchApi_CreateAtlasSearchDeployment_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchDeployment_Call) Run(run func(ctx context.Context, groupId string, clusterName string, ...)) *AtlasSearchApi_CreateAtlasSearchDeployment_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchDeployment_Call) RunAndReturn(...) *AtlasSearchApi_CreateAtlasSearchDeployment_Call
- type AtlasSearchApi_CreateAtlasSearchIndexExecute_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchIndexExecute_Call) Return(_a0 *admin.ClusterSearchIndex, _a1 *http.Response, _a2 error) *AtlasSearchApi_CreateAtlasSearchIndexExecute_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchIndexExecute_Call) Run(run func(r admin.CreateAtlasSearchIndexApiRequest)) *AtlasSearchApi_CreateAtlasSearchIndexExecute_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchIndexExecute_Call) RunAndReturn(...) *AtlasSearchApi_CreateAtlasSearchIndexExecute_Call
- type AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call) Return(_a0 admin.CreateAtlasSearchIndexApiRequest) *AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call) Run(run func(ctx context.Context, args *admin.CreateAtlasSearchIndexApiParams)) *AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call) RunAndReturn(...) *AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call
- type AtlasSearchApi_CreateAtlasSearchIndex_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchIndex_Call) Return(_a0 admin.CreateAtlasSearchIndexApiRequest) *AtlasSearchApi_CreateAtlasSearchIndex_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchIndex_Call) Run(run func(ctx context.Context, groupId string, clusterName string, ...)) *AtlasSearchApi_CreateAtlasSearchIndex_Call
- func (_c *AtlasSearchApi_CreateAtlasSearchIndex_Call) RunAndReturn(...) *AtlasSearchApi_CreateAtlasSearchIndex_Call
- type AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call) Return(_a0 *http.Response, _a1 error) *AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call) Run(run func(r admin.DeleteAtlasSearchDeploymentApiRequest)) *AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call) RunAndReturn(run func(admin.DeleteAtlasSearchDeploymentApiRequest) (*http.Response, error)) *AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call
- type AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call) Return(_a0 admin.DeleteAtlasSearchDeploymentApiRequest) *AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call) Run(...) *AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call) RunAndReturn(...) *AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call
- type AtlasSearchApi_DeleteAtlasSearchDeployment_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchDeployment_Call) Return(_a0 admin.DeleteAtlasSearchDeploymentApiRequest) *AtlasSearchApi_DeleteAtlasSearchDeployment_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchDeployment_Call) Run(run func(ctx context.Context, groupId string, clusterName string)) *AtlasSearchApi_DeleteAtlasSearchDeployment_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchDeployment_Call) RunAndReturn(...) *AtlasSearchApi_DeleteAtlasSearchDeployment_Call
- type AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call) Return(_a0 map[string]interface{}, _a1 *http.Response, _a2 error) *AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call) Run(run func(r admin.DeleteAtlasSearchIndexApiRequest)) *AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call) RunAndReturn(...) *AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call
- type AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call) Return(_a0 admin.DeleteAtlasSearchIndexApiRequest) *AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call) Run(run func(ctx context.Context, args *admin.DeleteAtlasSearchIndexApiParams)) *AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call) RunAndReturn(...) *AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call
- type AtlasSearchApi_DeleteAtlasSearchIndex_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchIndex_Call) Return(_a0 admin.DeleteAtlasSearchIndexApiRequest) *AtlasSearchApi_DeleteAtlasSearchIndex_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchIndex_Call) Run(...) *AtlasSearchApi_DeleteAtlasSearchIndex_Call
- func (_c *AtlasSearchApi_DeleteAtlasSearchIndex_Call) RunAndReturn(...) *AtlasSearchApi_DeleteAtlasSearchIndex_Call
- type AtlasSearchApi_Expecter
- func (_e *AtlasSearchApi_Expecter) CreateAtlasSearchDeployment(ctx interface{}, groupId interface{}, clusterName interface{}, ...) *AtlasSearchApi_CreateAtlasSearchDeployment_Call
- func (_e *AtlasSearchApi_Expecter) CreateAtlasSearchDeploymentExecute(r interface{}) *AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call
- func (_e *AtlasSearchApi_Expecter) CreateAtlasSearchDeploymentWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call
- func (_e *AtlasSearchApi_Expecter) CreateAtlasSearchIndex(ctx interface{}, groupId interface{}, clusterName interface{}, ...) *AtlasSearchApi_CreateAtlasSearchIndex_Call
- func (_e *AtlasSearchApi_Expecter) CreateAtlasSearchIndexExecute(r interface{}) *AtlasSearchApi_CreateAtlasSearchIndexExecute_Call
- func (_e *AtlasSearchApi_Expecter) CreateAtlasSearchIndexWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call
- func (_e *AtlasSearchApi_Expecter) DeleteAtlasSearchDeployment(ctx interface{}, groupId interface{}, clusterName interface{}) *AtlasSearchApi_DeleteAtlasSearchDeployment_Call
- func (_e *AtlasSearchApi_Expecter) DeleteAtlasSearchDeploymentExecute(r interface{}) *AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call
- func (_e *AtlasSearchApi_Expecter) DeleteAtlasSearchDeploymentWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call
- func (_e *AtlasSearchApi_Expecter) DeleteAtlasSearchIndex(ctx interface{}, groupId interface{}, clusterName interface{}, ...) *AtlasSearchApi_DeleteAtlasSearchIndex_Call
- func (_e *AtlasSearchApi_Expecter) DeleteAtlasSearchIndexExecute(r interface{}) *AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call
- func (_e *AtlasSearchApi_Expecter) DeleteAtlasSearchIndexWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call
- func (_e *AtlasSearchApi_Expecter) GetAtlasSearchDeployment(ctx interface{}, groupId interface{}, clusterName interface{}) *AtlasSearchApi_GetAtlasSearchDeployment_Call
- func (_e *AtlasSearchApi_Expecter) GetAtlasSearchDeploymentExecute(r interface{}) *AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call
- func (_e *AtlasSearchApi_Expecter) GetAtlasSearchDeploymentWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call
- func (_e *AtlasSearchApi_Expecter) GetAtlasSearchIndex(ctx interface{}, groupId interface{}, clusterName interface{}, ...) *AtlasSearchApi_GetAtlasSearchIndex_Call
- func (_e *AtlasSearchApi_Expecter) GetAtlasSearchIndexExecute(r interface{}) *AtlasSearchApi_GetAtlasSearchIndexExecute_Call
- func (_e *AtlasSearchApi_Expecter) GetAtlasSearchIndexWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_GetAtlasSearchIndexWithParams_Call
- func (_e *AtlasSearchApi_Expecter) ListAtlasSearchIndexes(ctx interface{}, groupId interface{}, clusterName interface{}, ...) *AtlasSearchApi_ListAtlasSearchIndexes_Call
- func (_e *AtlasSearchApi_Expecter) ListAtlasSearchIndexesExecute(r interface{}) *AtlasSearchApi_ListAtlasSearchIndexesExecute_Call
- func (_e *AtlasSearchApi_Expecter) ListAtlasSearchIndexesWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call
- func (_e *AtlasSearchApi_Expecter) UpdateAtlasSearchDeployment(ctx interface{}, groupId interface{}, clusterName interface{}, ...) *AtlasSearchApi_UpdateAtlasSearchDeployment_Call
- func (_e *AtlasSearchApi_Expecter) UpdateAtlasSearchDeploymentExecute(r interface{}) *AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call
- func (_e *AtlasSearchApi_Expecter) UpdateAtlasSearchDeploymentWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call
- func (_e *AtlasSearchApi_Expecter) UpdateAtlasSearchIndex(ctx interface{}, groupId interface{}, clusterName interface{}, ...) *AtlasSearchApi_UpdateAtlasSearchIndex_Call
- func (_e *AtlasSearchApi_Expecter) UpdateAtlasSearchIndexExecute(r interface{}) *AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call
- func (_e *AtlasSearchApi_Expecter) UpdateAtlasSearchIndexWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call
- type AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call
- func (_c *AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call) Return(_a0 *admin.ApiSearchDeploymentResponse, _a1 *http.Response, _a2 error) *AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call
- func (_c *AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call) Run(run func(r admin.GetAtlasSearchDeploymentApiRequest)) *AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call
- func (_c *AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call) RunAndReturn(...) *AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call
- type AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call
- func (_c *AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call) Return(_a0 admin.GetAtlasSearchDeploymentApiRequest) *AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call
- func (_c *AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call) Run(run func(ctx context.Context, args *admin.GetAtlasSearchDeploymentApiParams)) *AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call
- func (_c *AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call) RunAndReturn(...) *AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call
- type AtlasSearchApi_GetAtlasSearchDeployment_Call
- func (_c *AtlasSearchApi_GetAtlasSearchDeployment_Call) Return(_a0 admin.GetAtlasSearchDeploymentApiRequest) *AtlasSearchApi_GetAtlasSearchDeployment_Call
- func (_c *AtlasSearchApi_GetAtlasSearchDeployment_Call) Run(run func(ctx context.Context, groupId string, clusterName string)) *AtlasSearchApi_GetAtlasSearchDeployment_Call
- func (_c *AtlasSearchApi_GetAtlasSearchDeployment_Call) RunAndReturn(...) *AtlasSearchApi_GetAtlasSearchDeployment_Call
- type AtlasSearchApi_GetAtlasSearchIndexExecute_Call
- func (_c *AtlasSearchApi_GetAtlasSearchIndexExecute_Call) Return(_a0 *admin.ClusterSearchIndex, _a1 *http.Response, _a2 error) *AtlasSearchApi_GetAtlasSearchIndexExecute_Call
- func (_c *AtlasSearchApi_GetAtlasSearchIndexExecute_Call) Run(run func(r admin.GetAtlasSearchIndexApiRequest)) *AtlasSearchApi_GetAtlasSearchIndexExecute_Call
- func (_c *AtlasSearchApi_GetAtlasSearchIndexExecute_Call) RunAndReturn(...) *AtlasSearchApi_GetAtlasSearchIndexExecute_Call
- type AtlasSearchApi_GetAtlasSearchIndexWithParams_Call
- func (_c *AtlasSearchApi_GetAtlasSearchIndexWithParams_Call) Return(_a0 admin.GetAtlasSearchIndexApiRequest) *AtlasSearchApi_GetAtlasSearchIndexWithParams_Call
- func (_c *AtlasSearchApi_GetAtlasSearchIndexWithParams_Call) Run(run func(ctx context.Context, args *admin.GetAtlasSearchIndexApiParams)) *AtlasSearchApi_GetAtlasSearchIndexWithParams_Call
- func (_c *AtlasSearchApi_GetAtlasSearchIndexWithParams_Call) RunAndReturn(...) *AtlasSearchApi_GetAtlasSearchIndexWithParams_Call
- type AtlasSearchApi_GetAtlasSearchIndex_Call
- func (_c *AtlasSearchApi_GetAtlasSearchIndex_Call) Return(_a0 admin.GetAtlasSearchIndexApiRequest) *AtlasSearchApi_GetAtlasSearchIndex_Call
- func (_c *AtlasSearchApi_GetAtlasSearchIndex_Call) Run(...) *AtlasSearchApi_GetAtlasSearchIndex_Call
- func (_c *AtlasSearchApi_GetAtlasSearchIndex_Call) RunAndReturn(...) *AtlasSearchApi_GetAtlasSearchIndex_Call
- type AtlasSearchApi_ListAtlasSearchIndexesExecute_Call
- func (_c *AtlasSearchApi_ListAtlasSearchIndexesExecute_Call) Return(_a0 []admin.ClusterSearchIndex, _a1 *http.Response, _a2 error) *AtlasSearchApi_ListAtlasSearchIndexesExecute_Call
- func (_c *AtlasSearchApi_ListAtlasSearchIndexesExecute_Call) Run(run func(r admin.ListAtlasSearchIndexesApiRequest)) *AtlasSearchApi_ListAtlasSearchIndexesExecute_Call
- func (_c *AtlasSearchApi_ListAtlasSearchIndexesExecute_Call) RunAndReturn(...) *AtlasSearchApi_ListAtlasSearchIndexesExecute_Call
- type AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call
- func (_c *AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call) Return(_a0 admin.ListAtlasSearchIndexesApiRequest) *AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call
- func (_c *AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call) Run(run func(ctx context.Context, args *admin.ListAtlasSearchIndexesApiParams)) *AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call
- func (_c *AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call) RunAndReturn(...) *AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call
- type AtlasSearchApi_ListAtlasSearchIndexes_Call
- func (_c *AtlasSearchApi_ListAtlasSearchIndexes_Call) Return(_a0 admin.ListAtlasSearchIndexesApiRequest) *AtlasSearchApi_ListAtlasSearchIndexes_Call
- func (_c *AtlasSearchApi_ListAtlasSearchIndexes_Call) Run(...) *AtlasSearchApi_ListAtlasSearchIndexes_Call
- func (_c *AtlasSearchApi_ListAtlasSearchIndexes_Call) RunAndReturn(...) *AtlasSearchApi_ListAtlasSearchIndexes_Call
- type AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call) Return(_a0 *admin.ApiSearchDeploymentResponse, _a1 *http.Response, _a2 error) *AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call) Run(run func(r admin.UpdateAtlasSearchDeploymentApiRequest)) *AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call) RunAndReturn(...) *AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call
- type AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call) Return(_a0 admin.UpdateAtlasSearchDeploymentApiRequest) *AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call) Run(...) *AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call) RunAndReturn(...) *AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call
- type AtlasSearchApi_UpdateAtlasSearchDeployment_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchDeployment_Call) Return(_a0 admin.UpdateAtlasSearchDeploymentApiRequest) *AtlasSearchApi_UpdateAtlasSearchDeployment_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchDeployment_Call) Run(run func(ctx context.Context, groupId string, clusterName string, ...)) *AtlasSearchApi_UpdateAtlasSearchDeployment_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchDeployment_Call) RunAndReturn(...) *AtlasSearchApi_UpdateAtlasSearchDeployment_Call
- type AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call) Return(_a0 *admin.ClusterSearchIndex, _a1 *http.Response, _a2 error) *AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call) Run(run func(r admin.UpdateAtlasSearchIndexApiRequest)) *AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call) RunAndReturn(...) *AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call
- type AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call) Return(_a0 admin.UpdateAtlasSearchIndexApiRequest) *AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call) Run(run func(ctx context.Context, args *admin.UpdateAtlasSearchIndexApiParams)) *AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call) RunAndReturn(...) *AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call
- type AtlasSearchApi_UpdateAtlasSearchIndex_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchIndex_Call) Return(_a0 admin.UpdateAtlasSearchIndexApiRequest) *AtlasSearchApi_UpdateAtlasSearchIndex_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchIndex_Call) Run(...) *AtlasSearchApi_UpdateAtlasSearchIndex_Call
- func (_c *AtlasSearchApi_UpdateAtlasSearchIndex_Call) RunAndReturn(...) *AtlasSearchApi_UpdateAtlasSearchIndex_Call
- type ClusterService
- func (_m *ClusterService) EXPECT() *ClusterService_Expecter
- func (_m *ClusterService) Get(ctx context.Context, groupID string, clusterName string) (*admin.AdvancedClusterDescription, *http.Response, error)
- func (_m *ClusterService) List(ctx context.Context, options *admin.ListClustersApiParams) (*admin.PaginatedAdvancedClusterDescription, *http.Response, error)
- type ClusterService_Expecter
- type ClusterService_Get_Call
- func (_c *ClusterService_Get_Call) Return(_a0 *admin.AdvancedClusterDescription, _a1 *http.Response, _a2 error) *ClusterService_Get_Call
- func (_c *ClusterService_Get_Call) Run(run func(ctx context.Context, groupID string, clusterName string)) *ClusterService_Get_Call
- func (_c *ClusterService_Get_Call) RunAndReturn(...) *ClusterService_Get_Call
- type ClusterService_List_Call
- func (_c *ClusterService_List_Call) Return(_a0 *admin.PaginatedAdvancedClusterDescription, _a1 *http.Response, _a2 error) *ClusterService_List_Call
- func (_c *ClusterService_List_Call) Run(run func(ctx context.Context, options *admin.ListClustersApiParams)) *ClusterService_List_Call
- func (_c *ClusterService_List_Call) RunAndReturn(...) *ClusterService_List_Call
- type EncryptionAtRestUsingCustomerKeyManagementApi
- func (_m *EncryptionAtRestUsingCustomerKeyManagementApi) EXPECT() *EncryptionAtRestUsingCustomerKeyManagementApi_Expecter
- func (_m *EncryptionAtRestUsingCustomerKeyManagementApi) GetEncryptionAtRest(ctx context.Context, groupId string) admin.GetEncryptionAtRestApiRequest
- func (_m *EncryptionAtRestUsingCustomerKeyManagementApi) GetEncryptionAtRestExecute(r admin.GetEncryptionAtRestApiRequest) (*admin.EncryptionAtRest, *http.Response, error)
- func (_m *EncryptionAtRestUsingCustomerKeyManagementApi) GetEncryptionAtRestWithParams(ctx context.Context, args *admin.GetEncryptionAtRestApiParams) admin.GetEncryptionAtRestApiRequest
- func (_m *EncryptionAtRestUsingCustomerKeyManagementApi) UpdateEncryptionAtRest(ctx context.Context, groupId string, encryptionAtRest *admin.EncryptionAtRest) admin.UpdateEncryptionAtRestApiRequest
- func (_m *EncryptionAtRestUsingCustomerKeyManagementApi) UpdateEncryptionAtRestExecute(r admin.UpdateEncryptionAtRestApiRequest) (*admin.EncryptionAtRest, *http.Response, error)
- func (_m *EncryptionAtRestUsingCustomerKeyManagementApi) UpdateEncryptionAtRestWithParams(ctx context.Context, args *admin.UpdateEncryptionAtRestApiParams) admin.UpdateEncryptionAtRestApiRequest
- type EncryptionAtRestUsingCustomerKeyManagementApi_Expecter
- func (_e *EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) GetEncryptionAtRest(ctx interface{}, groupId interface{}) *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRest_Call
- func (_e *EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) GetEncryptionAtRestExecute(r interface{}) *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestExecute_Call
- func (_e *EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) GetEncryptionAtRestWithParams(ctx interface{}, args interface{}) ...
- func (_e *EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) UpdateEncryptionAtRest(ctx interface{}, groupId interface{}, encryptionAtRest interface{}) *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRest_Call
- func (_e *EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) UpdateEncryptionAtRestExecute(r interface{}) ...
- func (_e *EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) UpdateEncryptionAtRestWithParams(ctx interface{}, args interface{}) ...
- type EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestExecute_Call
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestExecute_Call) Return(_a0 *admin.EncryptionAtRest, _a1 *http.Response, _a2 error) *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestExecute_Call
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestExecute_Call) Run(run func(r admin.GetEncryptionAtRestApiRequest)) *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestExecute_Call
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestExecute_Call) RunAndReturn(...) *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestExecute_Call
- type EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestWithParams_Call
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestWithParams_Call) Return(_a0 admin.GetEncryptionAtRestApiRequest) ...
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestWithParams_Call) Run(run func(ctx context.Context, args *admin.GetEncryptionAtRestApiParams)) ...
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestWithParams_Call) RunAndReturn(...) ...
- type EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRest_Call
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRest_Call) Return(_a0 admin.GetEncryptionAtRestApiRequest) *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRest_Call
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRest_Call) Run(run func(ctx context.Context, groupId string)) *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRest_Call
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRest_Call) RunAndReturn(run func(context.Context, string) admin.GetEncryptionAtRestApiRequest) *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRest_Call
- type EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestExecute_Call
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestExecute_Call) Return(_a0 *admin.EncryptionAtRest, _a1 *http.Response, _a2 error) ...
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestExecute_Call) Run(run func(r admin.UpdateEncryptionAtRestApiRequest)) ...
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestExecute_Call) RunAndReturn(...) ...
- type EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestWithParams_Call
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestWithParams_Call) Return(_a0 admin.UpdateEncryptionAtRestApiRequest) ...
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestWithParams_Call) Run(run func(ctx context.Context, args *admin.UpdateEncryptionAtRestApiParams)) ...
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestWithParams_Call) RunAndReturn(...) ...
- type EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRest_Call
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRest_Call) Return(_a0 admin.UpdateEncryptionAtRestApiRequest) *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRest_Call
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRest_Call) Run(...) *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRest_Call
- func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRest_Call) RunAndReturn(...) *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRest_Call
- type GroupProjectService
- func (_m *GroupProjectService) AddAllTeamsToProject(ctx context.Context, groupID string, teamRole *[]admin.TeamRole) (*admin.PaginatedTeamRole, *http.Response, error)
- func (_m *GroupProjectService) DeleteProjectLimit(ctx context.Context, limitName string, projectID string) (map[string]interface{}, *http.Response, error)
- func (_m *GroupProjectService) EXPECT() *GroupProjectService_Expecter
- func (_m *GroupProjectService) GetProjectSettings(ctx context.Context, groupID string) (*admin.GroupSettings, *http.Response, error)
- func (_m *GroupProjectService) ListClusters(ctx context.Context, groupID string) (*admin.PaginatedAdvancedClusterDescription, *http.Response, error)
- func (_m *GroupProjectService) ListProjectLimits(ctx context.Context, groupID string) ([]admin.DataFederationLimit, *http.Response, error)
- func (_m *GroupProjectService) ListProjectTeams(ctx context.Context, groupID string) (*admin.PaginatedTeamRole, *http.Response, error)
- func (_m *GroupProjectService) RemoveProjectTeam(ctx context.Context, groupID string, teamID string) (*http.Response, error)
- func (_m *GroupProjectService) ReturnAllIPAddresses(ctx context.Context, groupID string) (*admin.GroupIPAddresses, *http.Response, error)
- func (_m *GroupProjectService) SetProjectLimit(ctx context.Context, limitName string, groupID string, ...) (*admin.DataFederationLimit, *http.Response, error)
- func (_m *GroupProjectService) UpdateProject(ctx context.Context, groupID string, groupUpdate *admin.GroupUpdate) (*admin.Group, *http.Response, error)
- func (_m *GroupProjectService) UpdateTeamRoles(ctx context.Context, groupID string, teamID string, teamRole *admin.TeamRole) (*admin.PaginatedTeamRole, *http.Response, error)
- type GroupProjectService_AddAllTeamsToProject_Call
- func (_c *GroupProjectService_AddAllTeamsToProject_Call) Return(_a0 *admin.PaginatedTeamRole, _a1 *http.Response, _a2 error) *GroupProjectService_AddAllTeamsToProject_Call
- func (_c *GroupProjectService_AddAllTeamsToProject_Call) Run(run func(ctx context.Context, groupID string, teamRole *[]admin.TeamRole)) *GroupProjectService_AddAllTeamsToProject_Call
- func (_c *GroupProjectService_AddAllTeamsToProject_Call) RunAndReturn(...) *GroupProjectService_AddAllTeamsToProject_Call
- type GroupProjectService_DeleteProjectLimit_Call
- func (_c *GroupProjectService_DeleteProjectLimit_Call) Return(_a0 map[string]interface{}, _a1 *http.Response, _a2 error) *GroupProjectService_DeleteProjectLimit_Call
- func (_c *GroupProjectService_DeleteProjectLimit_Call) Run(run func(ctx context.Context, limitName string, projectID string)) *GroupProjectService_DeleteProjectLimit_Call
- func (_c *GroupProjectService_DeleteProjectLimit_Call) RunAndReturn(...) *GroupProjectService_DeleteProjectLimit_Call
- type GroupProjectService_Expecter
- func (_e *GroupProjectService_Expecter) AddAllTeamsToProject(ctx interface{}, groupID interface{}, teamRole interface{}) *GroupProjectService_AddAllTeamsToProject_Call
- func (_e *GroupProjectService_Expecter) DeleteProjectLimit(ctx interface{}, limitName interface{}, projectID interface{}) *GroupProjectService_DeleteProjectLimit_Call
- func (_e *GroupProjectService_Expecter) GetProjectSettings(ctx interface{}, groupID interface{}) *GroupProjectService_GetProjectSettings_Call
- func (_e *GroupProjectService_Expecter) ListClusters(ctx interface{}, groupID interface{}) *GroupProjectService_ListClusters_Call
- func (_e *GroupProjectService_Expecter) ListProjectLimits(ctx interface{}, groupID interface{}) *GroupProjectService_ListProjectLimits_Call
- func (_e *GroupProjectService_Expecter) ListProjectTeams(ctx interface{}, groupID interface{}) *GroupProjectService_ListProjectTeams_Call
- func (_e *GroupProjectService_Expecter) RemoveProjectTeam(ctx interface{}, groupID interface{}, teamID interface{}) *GroupProjectService_RemoveProjectTeam_Call
- func (_e *GroupProjectService_Expecter) ReturnAllIPAddresses(ctx interface{}, groupID interface{}) *GroupProjectService_ReturnAllIPAddresses_Call
- func (_e *GroupProjectService_Expecter) SetProjectLimit(ctx interface{}, limitName interface{}, groupID interface{}, ...) *GroupProjectService_SetProjectLimit_Call
- func (_e *GroupProjectService_Expecter) UpdateProject(ctx interface{}, groupID interface{}, groupUpdate interface{}) *GroupProjectService_UpdateProject_Call
- func (_e *GroupProjectService_Expecter) UpdateTeamRoles(ctx interface{}, groupID interface{}, teamID interface{}, teamRole interface{}) *GroupProjectService_UpdateTeamRoles_Call
- type GroupProjectService_GetProjectSettings_Call
- func (_c *GroupProjectService_GetProjectSettings_Call) Return(_a0 *admin.GroupSettings, _a1 *http.Response, _a2 error) *GroupProjectService_GetProjectSettings_Call
- func (_c *GroupProjectService_GetProjectSettings_Call) Run(run func(ctx context.Context, groupID string)) *GroupProjectService_GetProjectSettings_Call
- func (_c *GroupProjectService_GetProjectSettings_Call) RunAndReturn(...) *GroupProjectService_GetProjectSettings_Call
- type GroupProjectService_ListClusters_Call
- func (_c *GroupProjectService_ListClusters_Call) Return(_a0 *admin.PaginatedAdvancedClusterDescription, _a1 *http.Response, _a2 error) *GroupProjectService_ListClusters_Call
- func (_c *GroupProjectService_ListClusters_Call) Run(run func(ctx context.Context, groupID string)) *GroupProjectService_ListClusters_Call
- func (_c *GroupProjectService_ListClusters_Call) RunAndReturn(...) *GroupProjectService_ListClusters_Call
- type GroupProjectService_ListProjectLimits_Call
- func (_c *GroupProjectService_ListProjectLimits_Call) Return(_a0 []admin.DataFederationLimit, _a1 *http.Response, _a2 error) *GroupProjectService_ListProjectLimits_Call
- func (_c *GroupProjectService_ListProjectLimits_Call) Run(run func(ctx context.Context, groupID string)) *GroupProjectService_ListProjectLimits_Call
- func (_c *GroupProjectService_ListProjectLimits_Call) RunAndReturn(...) *GroupProjectService_ListProjectLimits_Call
- type GroupProjectService_ListProjectTeams_Call
- func (_c *GroupProjectService_ListProjectTeams_Call) Return(_a0 *admin.PaginatedTeamRole, _a1 *http.Response, _a2 error) *GroupProjectService_ListProjectTeams_Call
- func (_c *GroupProjectService_ListProjectTeams_Call) Run(run func(ctx context.Context, groupID string)) *GroupProjectService_ListProjectTeams_Call
- func (_c *GroupProjectService_ListProjectTeams_Call) RunAndReturn(...) *GroupProjectService_ListProjectTeams_Call
- type GroupProjectService_RemoveProjectTeam_Call
- func (_c *GroupProjectService_RemoveProjectTeam_Call) Return(_a0 *http.Response, _a1 error) *GroupProjectService_RemoveProjectTeam_Call
- func (_c *GroupProjectService_RemoveProjectTeam_Call) Run(run func(ctx context.Context, groupID string, teamID string)) *GroupProjectService_RemoveProjectTeam_Call
- func (_c *GroupProjectService_RemoveProjectTeam_Call) RunAndReturn(run func(context.Context, string, string) (*http.Response, error)) *GroupProjectService_RemoveProjectTeam_Call
- type GroupProjectService_ReturnAllIPAddresses_Call
- func (_c *GroupProjectService_ReturnAllIPAddresses_Call) Return(_a0 *admin.GroupIPAddresses, _a1 *http.Response, _a2 error) *GroupProjectService_ReturnAllIPAddresses_Call
- func (_c *GroupProjectService_ReturnAllIPAddresses_Call) Run(run func(ctx context.Context, groupID string)) *GroupProjectService_ReturnAllIPAddresses_Call
- func (_c *GroupProjectService_ReturnAllIPAddresses_Call) RunAndReturn(...) *GroupProjectService_ReturnAllIPAddresses_Call
- type GroupProjectService_SetProjectLimit_Call
- func (_c *GroupProjectService_SetProjectLimit_Call) Return(_a0 *admin.DataFederationLimit, _a1 *http.Response, _a2 error) *GroupProjectService_SetProjectLimit_Call
- func (_c *GroupProjectService_SetProjectLimit_Call) Run(run func(ctx context.Context, limitName string, groupID string, ...)) *GroupProjectService_SetProjectLimit_Call
- func (_c *GroupProjectService_SetProjectLimit_Call) RunAndReturn(...) *GroupProjectService_SetProjectLimit_Call
- type GroupProjectService_UpdateProject_Call
- func (_c *GroupProjectService_UpdateProject_Call) Return(_a0 *admin.Group, _a1 *http.Response, _a2 error) *GroupProjectService_UpdateProject_Call
- func (_c *GroupProjectService_UpdateProject_Call) Run(run func(ctx context.Context, groupID string, groupUpdate *admin.GroupUpdate)) *GroupProjectService_UpdateProject_Call
- func (_c *GroupProjectService_UpdateProject_Call) RunAndReturn(...) *GroupProjectService_UpdateProject_Call
- type GroupProjectService_UpdateTeamRoles_Call
- func (_c *GroupProjectService_UpdateTeamRoles_Call) Return(_a0 *admin.PaginatedTeamRole, _a1 *http.Response, _a2 error) *GroupProjectService_UpdateTeamRoles_Call
- func (_c *GroupProjectService_UpdateTeamRoles_Call) Run(...) *GroupProjectService_UpdateTeamRoles_Call
- func (_c *GroupProjectService_UpdateTeamRoles_Call) RunAndReturn(...) *GroupProjectService_UpdateTeamRoles_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtlasSearchApi ¶ added in v1.15.2
AtlasSearchApi is an autogenerated mock type for the AtlasSearchApi type
func NewAtlasSearchApi ¶ added in v1.15.2
func NewAtlasSearchApi(t interface {
mock.TestingT
Cleanup(func())
}) *AtlasSearchApi
NewAtlasSearchApi creates a new instance of AtlasSearchApi. 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 (*AtlasSearchApi) CreateAtlasSearchDeployment ¶ added in v1.15.2
func (_m *AtlasSearchApi) CreateAtlasSearchDeployment(ctx context.Context, groupId string, clusterName string, apiSearchDeploymentRequest *admin.ApiSearchDeploymentRequest) admin.CreateAtlasSearchDeploymentApiRequest
CreateAtlasSearchDeployment provides a mock function with given fields: ctx, groupId, clusterName, apiSearchDeploymentRequest
func (*AtlasSearchApi) CreateAtlasSearchDeploymentExecute ¶ added in v1.15.2
func (_m *AtlasSearchApi) CreateAtlasSearchDeploymentExecute(r admin.CreateAtlasSearchDeploymentApiRequest) (*admin.ApiSearchDeploymentResponse, *http.Response, error)
CreateAtlasSearchDeploymentExecute provides a mock function with given fields: r
func (*AtlasSearchApi) CreateAtlasSearchDeploymentWithParams ¶ added in v1.15.2
func (_m *AtlasSearchApi) CreateAtlasSearchDeploymentWithParams(ctx context.Context, args *admin.CreateAtlasSearchDeploymentApiParams) admin.CreateAtlasSearchDeploymentApiRequest
CreateAtlasSearchDeploymentWithParams provides a mock function with given fields: ctx, args
func (*AtlasSearchApi) CreateAtlasSearchIndex ¶ added in v1.15.2
func (_m *AtlasSearchApi) CreateAtlasSearchIndex(ctx context.Context, groupId string, clusterName string, clusterSearchIndex *admin.ClusterSearchIndex) admin.CreateAtlasSearchIndexApiRequest
CreateAtlasSearchIndex provides a mock function with given fields: ctx, groupId, clusterName, clusterSearchIndex
func (*AtlasSearchApi) CreateAtlasSearchIndexExecute ¶ added in v1.15.2
func (_m *AtlasSearchApi) CreateAtlasSearchIndexExecute(r admin.CreateAtlasSearchIndexApiRequest) (*admin.ClusterSearchIndex, *http.Response, error)
CreateAtlasSearchIndexExecute provides a mock function with given fields: r
func (*AtlasSearchApi) CreateAtlasSearchIndexWithParams ¶ added in v1.15.2
func (_m *AtlasSearchApi) CreateAtlasSearchIndexWithParams(ctx context.Context, args *admin.CreateAtlasSearchIndexApiParams) admin.CreateAtlasSearchIndexApiRequest
CreateAtlasSearchIndexWithParams provides a mock function with given fields: ctx, args
func (*AtlasSearchApi) DeleteAtlasSearchDeployment ¶ added in v1.15.2
func (_m *AtlasSearchApi) DeleteAtlasSearchDeployment(ctx context.Context, groupId string, clusterName string) admin.DeleteAtlasSearchDeploymentApiRequest
DeleteAtlasSearchDeployment provides a mock function with given fields: ctx, groupId, clusterName
func (*AtlasSearchApi) DeleteAtlasSearchDeploymentExecute ¶ added in v1.15.2
func (_m *AtlasSearchApi) DeleteAtlasSearchDeploymentExecute(r admin.DeleteAtlasSearchDeploymentApiRequest) (*http.Response, error)
DeleteAtlasSearchDeploymentExecute provides a mock function with given fields: r
func (*AtlasSearchApi) DeleteAtlasSearchDeploymentWithParams ¶ added in v1.15.2
func (_m *AtlasSearchApi) DeleteAtlasSearchDeploymentWithParams(ctx context.Context, args *admin.DeleteAtlasSearchDeploymentApiParams) admin.DeleteAtlasSearchDeploymentApiRequest
DeleteAtlasSearchDeploymentWithParams provides a mock function with given fields: ctx, args
func (*AtlasSearchApi) DeleteAtlasSearchIndex ¶ added in v1.15.2
func (_m *AtlasSearchApi) DeleteAtlasSearchIndex(ctx context.Context, groupId string, clusterName string, indexId string) admin.DeleteAtlasSearchIndexApiRequest
DeleteAtlasSearchIndex provides a mock function with given fields: ctx, groupId, clusterName, indexId
func (*AtlasSearchApi) DeleteAtlasSearchIndexExecute ¶ added in v1.15.2
func (_m *AtlasSearchApi) DeleteAtlasSearchIndexExecute(r admin.DeleteAtlasSearchIndexApiRequest) (map[string]interface{}, *http.Response, error)
DeleteAtlasSearchIndexExecute provides a mock function with given fields: r
func (*AtlasSearchApi) DeleteAtlasSearchIndexWithParams ¶ added in v1.15.2
func (_m *AtlasSearchApi) DeleteAtlasSearchIndexWithParams(ctx context.Context, args *admin.DeleteAtlasSearchIndexApiParams) admin.DeleteAtlasSearchIndexApiRequest
DeleteAtlasSearchIndexWithParams provides a mock function with given fields: ctx, args
func (*AtlasSearchApi) EXPECT ¶ added in v1.15.2
func (_m *AtlasSearchApi) EXPECT() *AtlasSearchApi_Expecter
func (*AtlasSearchApi) GetAtlasSearchDeployment ¶ added in v1.15.2
func (_m *AtlasSearchApi) GetAtlasSearchDeployment(ctx context.Context, groupId string, clusterName string) admin.GetAtlasSearchDeploymentApiRequest
GetAtlasSearchDeployment provides a mock function with given fields: ctx, groupId, clusterName
func (*AtlasSearchApi) GetAtlasSearchDeploymentExecute ¶ added in v1.15.2
func (_m *AtlasSearchApi) GetAtlasSearchDeploymentExecute(r admin.GetAtlasSearchDeploymentApiRequest) (*admin.ApiSearchDeploymentResponse, *http.Response, error)
GetAtlasSearchDeploymentExecute provides a mock function with given fields: r
func (*AtlasSearchApi) GetAtlasSearchDeploymentWithParams ¶ added in v1.15.2
func (_m *AtlasSearchApi) GetAtlasSearchDeploymentWithParams(ctx context.Context, args *admin.GetAtlasSearchDeploymentApiParams) admin.GetAtlasSearchDeploymentApiRequest
GetAtlasSearchDeploymentWithParams provides a mock function with given fields: ctx, args
func (*AtlasSearchApi) GetAtlasSearchIndex ¶ added in v1.15.2
func (_m *AtlasSearchApi) GetAtlasSearchIndex(ctx context.Context, groupId string, clusterName string, indexId string) admin.GetAtlasSearchIndexApiRequest
GetAtlasSearchIndex provides a mock function with given fields: ctx, groupId, clusterName, indexId
func (*AtlasSearchApi) GetAtlasSearchIndexExecute ¶ added in v1.15.2
func (_m *AtlasSearchApi) GetAtlasSearchIndexExecute(r admin.GetAtlasSearchIndexApiRequest) (*admin.ClusterSearchIndex, *http.Response, error)
GetAtlasSearchIndexExecute provides a mock function with given fields: r
func (*AtlasSearchApi) GetAtlasSearchIndexWithParams ¶ added in v1.15.2
func (_m *AtlasSearchApi) GetAtlasSearchIndexWithParams(ctx context.Context, args *admin.GetAtlasSearchIndexApiParams) admin.GetAtlasSearchIndexApiRequest
GetAtlasSearchIndexWithParams provides a mock function with given fields: ctx, args
func (*AtlasSearchApi) ListAtlasSearchIndexes ¶ added in v1.15.2
func (_m *AtlasSearchApi) ListAtlasSearchIndexes(ctx context.Context, groupId string, clusterName string, collectionName string, databaseName string) admin.ListAtlasSearchIndexesApiRequest
ListAtlasSearchIndexes provides a mock function with given fields: ctx, groupId, clusterName, collectionName, databaseName
func (*AtlasSearchApi) ListAtlasSearchIndexesExecute ¶ added in v1.15.2
func (_m *AtlasSearchApi) ListAtlasSearchIndexesExecute(r admin.ListAtlasSearchIndexesApiRequest) ([]admin.ClusterSearchIndex, *http.Response, error)
ListAtlasSearchIndexesExecute provides a mock function with given fields: r
func (*AtlasSearchApi) ListAtlasSearchIndexesWithParams ¶ added in v1.15.2
func (_m *AtlasSearchApi) ListAtlasSearchIndexesWithParams(ctx context.Context, args *admin.ListAtlasSearchIndexesApiParams) admin.ListAtlasSearchIndexesApiRequest
ListAtlasSearchIndexesWithParams provides a mock function with given fields: ctx, args
func (*AtlasSearchApi) UpdateAtlasSearchDeployment ¶ added in v1.15.2
func (_m *AtlasSearchApi) UpdateAtlasSearchDeployment(ctx context.Context, groupId string, clusterName string, apiSearchDeploymentRequest *admin.ApiSearchDeploymentRequest) admin.UpdateAtlasSearchDeploymentApiRequest
UpdateAtlasSearchDeployment provides a mock function with given fields: ctx, groupId, clusterName, apiSearchDeploymentRequest
func (*AtlasSearchApi) UpdateAtlasSearchDeploymentExecute ¶ added in v1.15.2
func (_m *AtlasSearchApi) UpdateAtlasSearchDeploymentExecute(r admin.UpdateAtlasSearchDeploymentApiRequest) (*admin.ApiSearchDeploymentResponse, *http.Response, error)
UpdateAtlasSearchDeploymentExecute provides a mock function with given fields: r
func (*AtlasSearchApi) UpdateAtlasSearchDeploymentWithParams ¶ added in v1.15.2
func (_m *AtlasSearchApi) UpdateAtlasSearchDeploymentWithParams(ctx context.Context, args *admin.UpdateAtlasSearchDeploymentApiParams) admin.UpdateAtlasSearchDeploymentApiRequest
UpdateAtlasSearchDeploymentWithParams provides a mock function with given fields: ctx, args
func (*AtlasSearchApi) UpdateAtlasSearchIndex ¶ added in v1.15.2
func (_m *AtlasSearchApi) UpdateAtlasSearchIndex(ctx context.Context, groupId string, clusterName string, indexId string, clusterSearchIndex *admin.ClusterSearchIndex) admin.UpdateAtlasSearchIndexApiRequest
UpdateAtlasSearchIndex provides a mock function with given fields: ctx, groupId, clusterName, indexId, clusterSearchIndex
func (*AtlasSearchApi) UpdateAtlasSearchIndexExecute ¶ added in v1.15.2
func (_m *AtlasSearchApi) UpdateAtlasSearchIndexExecute(r admin.UpdateAtlasSearchIndexApiRequest) (*admin.ClusterSearchIndex, *http.Response, error)
UpdateAtlasSearchIndexExecute provides a mock function with given fields: r
func (*AtlasSearchApi) UpdateAtlasSearchIndexWithParams ¶ added in v1.15.2
func (_m *AtlasSearchApi) UpdateAtlasSearchIndexWithParams(ctx context.Context, args *admin.UpdateAtlasSearchIndexApiParams) admin.UpdateAtlasSearchIndexApiRequest
UpdateAtlasSearchIndexWithParams provides a mock function with given fields: ctx, args
type AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call ¶ added in v1.15.2
AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAtlasSearchDeploymentExecute'
func (*AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call) Return ¶ added in v1.15.2
func (_c *AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call) Return(_a0 *admin.ApiSearchDeploymentResponse, _a1 *http.Response, _a2 error) *AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call
func (*AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call) RunAndReturn(run func(admin.CreateAtlasSearchDeploymentApiRequest) (*admin.ApiSearchDeploymentResponse, *http.Response, error)) *AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call
type AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call ¶ added in v1.15.2
AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAtlasSearchDeploymentWithParams'
func (*AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call) Run(run func(ctx context.Context, args *admin.CreateAtlasSearchDeploymentApiParams)) *AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call
func (*AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call) RunAndReturn ¶ added in v1.15.2
type AtlasSearchApi_CreateAtlasSearchDeployment_Call ¶ added in v1.15.2
AtlasSearchApi_CreateAtlasSearchDeployment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAtlasSearchDeployment'
func (*AtlasSearchApi_CreateAtlasSearchDeployment_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_CreateAtlasSearchDeployment_Call) Run(run func(ctx context.Context, groupId string, clusterName string, apiSearchDeploymentRequest *admin.ApiSearchDeploymentRequest)) *AtlasSearchApi_CreateAtlasSearchDeployment_Call
func (*AtlasSearchApi_CreateAtlasSearchDeployment_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_CreateAtlasSearchDeployment_Call) RunAndReturn(run func(context.Context, string, string, *admin.ApiSearchDeploymentRequest) admin.CreateAtlasSearchDeploymentApiRequest) *AtlasSearchApi_CreateAtlasSearchDeployment_Call
type AtlasSearchApi_CreateAtlasSearchIndexExecute_Call ¶ added in v1.15.2
AtlasSearchApi_CreateAtlasSearchIndexExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAtlasSearchIndexExecute'
func (*AtlasSearchApi_CreateAtlasSearchIndexExecute_Call) Return ¶ added in v1.15.2
func (_c *AtlasSearchApi_CreateAtlasSearchIndexExecute_Call) Return(_a0 *admin.ClusterSearchIndex, _a1 *http.Response, _a2 error) *AtlasSearchApi_CreateAtlasSearchIndexExecute_Call
func (*AtlasSearchApi_CreateAtlasSearchIndexExecute_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_CreateAtlasSearchIndexExecute_Call) RunAndReturn(run func(admin.CreateAtlasSearchIndexApiRequest) (*admin.ClusterSearchIndex, *http.Response, error)) *AtlasSearchApi_CreateAtlasSearchIndexExecute_Call
type AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call ¶ added in v1.15.2
AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAtlasSearchIndexWithParams'
func (*AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call) Run(run func(ctx context.Context, args *admin.CreateAtlasSearchIndexApiParams)) *AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call
func (*AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call) RunAndReturn ¶ added in v1.15.2
type AtlasSearchApi_CreateAtlasSearchIndex_Call ¶ added in v1.15.2
AtlasSearchApi_CreateAtlasSearchIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAtlasSearchIndex'
func (*AtlasSearchApi_CreateAtlasSearchIndex_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_CreateAtlasSearchIndex_Call) Run(run func(ctx context.Context, groupId string, clusterName string, clusterSearchIndex *admin.ClusterSearchIndex)) *AtlasSearchApi_CreateAtlasSearchIndex_Call
func (*AtlasSearchApi_CreateAtlasSearchIndex_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_CreateAtlasSearchIndex_Call) RunAndReturn(run func(context.Context, string, string, *admin.ClusterSearchIndex) admin.CreateAtlasSearchIndexApiRequest) *AtlasSearchApi_CreateAtlasSearchIndex_Call
type AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call ¶ added in v1.15.2
AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAtlasSearchDeploymentExecute'
func (*AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call) Return ¶ added in v1.15.2
func (_c *AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call) Return(_a0 *http.Response, _a1 error) *AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call
func (*AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call) RunAndReturn(run func(admin.DeleteAtlasSearchDeploymentApiRequest) (*http.Response, error)) *AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call
type AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call ¶ added in v1.15.2
AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAtlasSearchDeploymentWithParams'
func (*AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call) Run(run func(ctx context.Context, args *admin.DeleteAtlasSearchDeploymentApiParams)) *AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call
func (*AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call) RunAndReturn ¶ added in v1.15.2
type AtlasSearchApi_DeleteAtlasSearchDeployment_Call ¶ added in v1.15.2
AtlasSearchApi_DeleteAtlasSearchDeployment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAtlasSearchDeployment'
func (*AtlasSearchApi_DeleteAtlasSearchDeployment_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_DeleteAtlasSearchDeployment_Call) Run(run func(ctx context.Context, groupId string, clusterName string)) *AtlasSearchApi_DeleteAtlasSearchDeployment_Call
func (*AtlasSearchApi_DeleteAtlasSearchDeployment_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_DeleteAtlasSearchDeployment_Call) RunAndReturn(run func(context.Context, string, string) admin.DeleteAtlasSearchDeploymentApiRequest) *AtlasSearchApi_DeleteAtlasSearchDeployment_Call
type AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call ¶ added in v1.15.2
AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAtlasSearchIndexExecute'
func (*AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call) Return ¶ added in v1.15.2
func (_c *AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call) Return(_a0 map[string]interface{}, _a1 *http.Response, _a2 error) *AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call
func (*AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call) RunAndReturn(run func(admin.DeleteAtlasSearchIndexApiRequest) (map[string]interface{}, *http.Response, error)) *AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call
type AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call ¶ added in v1.15.2
AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAtlasSearchIndexWithParams'
func (*AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call) Run(run func(ctx context.Context, args *admin.DeleteAtlasSearchIndexApiParams)) *AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call
func (*AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call) RunAndReturn ¶ added in v1.15.2
type AtlasSearchApi_DeleteAtlasSearchIndex_Call ¶ added in v1.15.2
AtlasSearchApi_DeleteAtlasSearchIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAtlasSearchIndex'
func (*AtlasSearchApi_DeleteAtlasSearchIndex_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_DeleteAtlasSearchIndex_Call) Run(run func(ctx context.Context, groupId string, clusterName string, indexId string)) *AtlasSearchApi_DeleteAtlasSearchIndex_Call
func (*AtlasSearchApi_DeleteAtlasSearchIndex_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_DeleteAtlasSearchIndex_Call) RunAndReturn(run func(context.Context, string, string, string) admin.DeleteAtlasSearchIndexApiRequest) *AtlasSearchApi_DeleteAtlasSearchIndex_Call
type AtlasSearchApi_Expecter ¶ added in v1.15.2
type AtlasSearchApi_Expecter struct {
// contains filtered or unexported fields
}
func (*AtlasSearchApi_Expecter) CreateAtlasSearchDeployment ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) CreateAtlasSearchDeployment(ctx interface{}, groupId interface{}, clusterName interface{}, apiSearchDeploymentRequest interface{}) *AtlasSearchApi_CreateAtlasSearchDeployment_Call
CreateAtlasSearchDeployment is a helper method to define mock.On call
- ctx context.Context
- groupId string
- clusterName string
- apiSearchDeploymentRequest *admin.ApiSearchDeploymentRequest
func (*AtlasSearchApi_Expecter) CreateAtlasSearchDeploymentExecute ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) CreateAtlasSearchDeploymentExecute(r interface{}) *AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call
CreateAtlasSearchDeploymentExecute is a helper method to define mock.On call
- r admin.CreateAtlasSearchDeploymentApiRequest
func (*AtlasSearchApi_Expecter) CreateAtlasSearchDeploymentWithParams ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) CreateAtlasSearchDeploymentWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call
CreateAtlasSearchDeploymentWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.CreateAtlasSearchDeploymentApiParams
func (*AtlasSearchApi_Expecter) CreateAtlasSearchIndex ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) CreateAtlasSearchIndex(ctx interface{}, groupId interface{}, clusterName interface{}, clusterSearchIndex interface{}) *AtlasSearchApi_CreateAtlasSearchIndex_Call
CreateAtlasSearchIndex is a helper method to define mock.On call
- ctx context.Context
- groupId string
- clusterName string
- clusterSearchIndex *admin.ClusterSearchIndex
func (*AtlasSearchApi_Expecter) CreateAtlasSearchIndexExecute ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) CreateAtlasSearchIndexExecute(r interface{}) *AtlasSearchApi_CreateAtlasSearchIndexExecute_Call
CreateAtlasSearchIndexExecute is a helper method to define mock.On call
- r admin.CreateAtlasSearchIndexApiRequest
func (*AtlasSearchApi_Expecter) CreateAtlasSearchIndexWithParams ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) CreateAtlasSearchIndexWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call
CreateAtlasSearchIndexWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.CreateAtlasSearchIndexApiParams
func (*AtlasSearchApi_Expecter) DeleteAtlasSearchDeployment ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) DeleteAtlasSearchDeployment(ctx interface{}, groupId interface{}, clusterName interface{}) *AtlasSearchApi_DeleteAtlasSearchDeployment_Call
DeleteAtlasSearchDeployment is a helper method to define mock.On call
- ctx context.Context
- groupId string
- clusterName string
func (*AtlasSearchApi_Expecter) DeleteAtlasSearchDeploymentExecute ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) DeleteAtlasSearchDeploymentExecute(r interface{}) *AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call
DeleteAtlasSearchDeploymentExecute is a helper method to define mock.On call
- r admin.DeleteAtlasSearchDeploymentApiRequest
func (*AtlasSearchApi_Expecter) DeleteAtlasSearchDeploymentWithParams ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) DeleteAtlasSearchDeploymentWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call
DeleteAtlasSearchDeploymentWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.DeleteAtlasSearchDeploymentApiParams
func (*AtlasSearchApi_Expecter) DeleteAtlasSearchIndex ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) DeleteAtlasSearchIndex(ctx interface{}, groupId interface{}, clusterName interface{}, indexId interface{}) *AtlasSearchApi_DeleteAtlasSearchIndex_Call
DeleteAtlasSearchIndex is a helper method to define mock.On call
- ctx context.Context
- groupId string
- clusterName string
- indexId string
func (*AtlasSearchApi_Expecter) DeleteAtlasSearchIndexExecute ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) DeleteAtlasSearchIndexExecute(r interface{}) *AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call
DeleteAtlasSearchIndexExecute is a helper method to define mock.On call
- r admin.DeleteAtlasSearchIndexApiRequest
func (*AtlasSearchApi_Expecter) DeleteAtlasSearchIndexWithParams ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) DeleteAtlasSearchIndexWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call
DeleteAtlasSearchIndexWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.DeleteAtlasSearchIndexApiParams
func (*AtlasSearchApi_Expecter) GetAtlasSearchDeployment ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) GetAtlasSearchDeployment(ctx interface{}, groupId interface{}, clusterName interface{}) *AtlasSearchApi_GetAtlasSearchDeployment_Call
GetAtlasSearchDeployment is a helper method to define mock.On call
- ctx context.Context
- groupId string
- clusterName string
func (*AtlasSearchApi_Expecter) GetAtlasSearchDeploymentExecute ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) GetAtlasSearchDeploymentExecute(r interface{}) *AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call
GetAtlasSearchDeploymentExecute is a helper method to define mock.On call
- r admin.GetAtlasSearchDeploymentApiRequest
func (*AtlasSearchApi_Expecter) GetAtlasSearchDeploymentWithParams ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) GetAtlasSearchDeploymentWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call
GetAtlasSearchDeploymentWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.GetAtlasSearchDeploymentApiParams
func (*AtlasSearchApi_Expecter) GetAtlasSearchIndex ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) GetAtlasSearchIndex(ctx interface{}, groupId interface{}, clusterName interface{}, indexId interface{}) *AtlasSearchApi_GetAtlasSearchIndex_Call
GetAtlasSearchIndex is a helper method to define mock.On call
- ctx context.Context
- groupId string
- clusterName string
- indexId string
func (*AtlasSearchApi_Expecter) GetAtlasSearchIndexExecute ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) GetAtlasSearchIndexExecute(r interface{}) *AtlasSearchApi_GetAtlasSearchIndexExecute_Call
GetAtlasSearchIndexExecute is a helper method to define mock.On call
- r admin.GetAtlasSearchIndexApiRequest
func (*AtlasSearchApi_Expecter) GetAtlasSearchIndexWithParams ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) GetAtlasSearchIndexWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_GetAtlasSearchIndexWithParams_Call
GetAtlasSearchIndexWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.GetAtlasSearchIndexApiParams
func (*AtlasSearchApi_Expecter) ListAtlasSearchIndexes ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) ListAtlasSearchIndexes(ctx interface{}, groupId interface{}, clusterName interface{}, collectionName interface{}, databaseName interface{}) *AtlasSearchApi_ListAtlasSearchIndexes_Call
ListAtlasSearchIndexes is a helper method to define mock.On call
- ctx context.Context
- groupId string
- clusterName string
- collectionName string
- databaseName string
func (*AtlasSearchApi_Expecter) ListAtlasSearchIndexesExecute ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) ListAtlasSearchIndexesExecute(r interface{}) *AtlasSearchApi_ListAtlasSearchIndexesExecute_Call
ListAtlasSearchIndexesExecute is a helper method to define mock.On call
- r admin.ListAtlasSearchIndexesApiRequest
func (*AtlasSearchApi_Expecter) ListAtlasSearchIndexesWithParams ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) ListAtlasSearchIndexesWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call
ListAtlasSearchIndexesWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.ListAtlasSearchIndexesApiParams
func (*AtlasSearchApi_Expecter) UpdateAtlasSearchDeployment ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) UpdateAtlasSearchDeployment(ctx interface{}, groupId interface{}, clusterName interface{}, apiSearchDeploymentRequest interface{}) *AtlasSearchApi_UpdateAtlasSearchDeployment_Call
UpdateAtlasSearchDeployment is a helper method to define mock.On call
- ctx context.Context
- groupId string
- clusterName string
- apiSearchDeploymentRequest *admin.ApiSearchDeploymentRequest
func (*AtlasSearchApi_Expecter) UpdateAtlasSearchDeploymentExecute ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) UpdateAtlasSearchDeploymentExecute(r interface{}) *AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call
UpdateAtlasSearchDeploymentExecute is a helper method to define mock.On call
- r admin.UpdateAtlasSearchDeploymentApiRequest
func (*AtlasSearchApi_Expecter) UpdateAtlasSearchDeploymentWithParams ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) UpdateAtlasSearchDeploymentWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call
UpdateAtlasSearchDeploymentWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.UpdateAtlasSearchDeploymentApiParams
func (*AtlasSearchApi_Expecter) UpdateAtlasSearchIndex ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) UpdateAtlasSearchIndex(ctx interface{}, groupId interface{}, clusterName interface{}, indexId interface{}, clusterSearchIndex interface{}) *AtlasSearchApi_UpdateAtlasSearchIndex_Call
UpdateAtlasSearchIndex is a helper method to define mock.On call
- ctx context.Context
- groupId string
- clusterName string
- indexId string
- clusterSearchIndex *admin.ClusterSearchIndex
func (*AtlasSearchApi_Expecter) UpdateAtlasSearchIndexExecute ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) UpdateAtlasSearchIndexExecute(r interface{}) *AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call
UpdateAtlasSearchIndexExecute is a helper method to define mock.On call
- r admin.UpdateAtlasSearchIndexApiRequest
func (*AtlasSearchApi_Expecter) UpdateAtlasSearchIndexWithParams ¶ added in v1.15.2
func (_e *AtlasSearchApi_Expecter) UpdateAtlasSearchIndexWithParams(ctx interface{}, args interface{}) *AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call
UpdateAtlasSearchIndexWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.UpdateAtlasSearchIndexApiParams
type AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call ¶ added in v1.15.2
AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAtlasSearchDeploymentExecute'
func (*AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call) Return ¶ added in v1.15.2
func (_c *AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call) Return(_a0 *admin.ApiSearchDeploymentResponse, _a1 *http.Response, _a2 error) *AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call
func (*AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call) RunAndReturn(run func(admin.GetAtlasSearchDeploymentApiRequest) (*admin.ApiSearchDeploymentResponse, *http.Response, error)) *AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call
type AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call ¶ added in v1.15.2
AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAtlasSearchDeploymentWithParams'
func (*AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call) Run(run func(ctx context.Context, args *admin.GetAtlasSearchDeploymentApiParams)) *AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call
func (*AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call) RunAndReturn ¶ added in v1.15.2
type AtlasSearchApi_GetAtlasSearchDeployment_Call ¶ added in v1.15.2
AtlasSearchApi_GetAtlasSearchDeployment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAtlasSearchDeployment'
func (*AtlasSearchApi_GetAtlasSearchDeployment_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_GetAtlasSearchDeployment_Call) Run(run func(ctx context.Context, groupId string, clusterName string)) *AtlasSearchApi_GetAtlasSearchDeployment_Call
func (*AtlasSearchApi_GetAtlasSearchDeployment_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_GetAtlasSearchDeployment_Call) RunAndReturn(run func(context.Context, string, string) admin.GetAtlasSearchDeploymentApiRequest) *AtlasSearchApi_GetAtlasSearchDeployment_Call
type AtlasSearchApi_GetAtlasSearchIndexExecute_Call ¶ added in v1.15.2
AtlasSearchApi_GetAtlasSearchIndexExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAtlasSearchIndexExecute'
func (*AtlasSearchApi_GetAtlasSearchIndexExecute_Call) Return ¶ added in v1.15.2
func (_c *AtlasSearchApi_GetAtlasSearchIndexExecute_Call) Return(_a0 *admin.ClusterSearchIndex, _a1 *http.Response, _a2 error) *AtlasSearchApi_GetAtlasSearchIndexExecute_Call
func (*AtlasSearchApi_GetAtlasSearchIndexExecute_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_GetAtlasSearchIndexExecute_Call) Run(run func(r admin.GetAtlasSearchIndexApiRequest)) *AtlasSearchApi_GetAtlasSearchIndexExecute_Call
func (*AtlasSearchApi_GetAtlasSearchIndexExecute_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_GetAtlasSearchIndexExecute_Call) RunAndReturn(run func(admin.GetAtlasSearchIndexApiRequest) (*admin.ClusterSearchIndex, *http.Response, error)) *AtlasSearchApi_GetAtlasSearchIndexExecute_Call
type AtlasSearchApi_GetAtlasSearchIndexWithParams_Call ¶ added in v1.15.2
AtlasSearchApi_GetAtlasSearchIndexWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAtlasSearchIndexWithParams'
func (*AtlasSearchApi_GetAtlasSearchIndexWithParams_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_GetAtlasSearchIndexWithParams_Call) Run(run func(ctx context.Context, args *admin.GetAtlasSearchIndexApiParams)) *AtlasSearchApi_GetAtlasSearchIndexWithParams_Call
func (*AtlasSearchApi_GetAtlasSearchIndexWithParams_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_GetAtlasSearchIndexWithParams_Call) RunAndReturn(run func(context.Context, *admin.GetAtlasSearchIndexApiParams) admin.GetAtlasSearchIndexApiRequest) *AtlasSearchApi_GetAtlasSearchIndexWithParams_Call
type AtlasSearchApi_GetAtlasSearchIndex_Call ¶ added in v1.15.2
AtlasSearchApi_GetAtlasSearchIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAtlasSearchIndex'
func (*AtlasSearchApi_GetAtlasSearchIndex_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_GetAtlasSearchIndex_Call) Run(run func(ctx context.Context, groupId string, clusterName string, indexId string)) *AtlasSearchApi_GetAtlasSearchIndex_Call
func (*AtlasSearchApi_GetAtlasSearchIndex_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_GetAtlasSearchIndex_Call) RunAndReturn(run func(context.Context, string, string, string) admin.GetAtlasSearchIndexApiRequest) *AtlasSearchApi_GetAtlasSearchIndex_Call
type AtlasSearchApi_ListAtlasSearchIndexesExecute_Call ¶ added in v1.15.2
AtlasSearchApi_ListAtlasSearchIndexesExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAtlasSearchIndexesExecute'
func (*AtlasSearchApi_ListAtlasSearchIndexesExecute_Call) Return ¶ added in v1.15.2
func (_c *AtlasSearchApi_ListAtlasSearchIndexesExecute_Call) Return(_a0 []admin.ClusterSearchIndex, _a1 *http.Response, _a2 error) *AtlasSearchApi_ListAtlasSearchIndexesExecute_Call
func (*AtlasSearchApi_ListAtlasSearchIndexesExecute_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_ListAtlasSearchIndexesExecute_Call) RunAndReturn(run func(admin.ListAtlasSearchIndexesApiRequest) ([]admin.ClusterSearchIndex, *http.Response, error)) *AtlasSearchApi_ListAtlasSearchIndexesExecute_Call
type AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call ¶ added in v1.15.2
AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAtlasSearchIndexesWithParams'
func (*AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call) Run(run func(ctx context.Context, args *admin.ListAtlasSearchIndexesApiParams)) *AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call
func (*AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call) RunAndReturn ¶ added in v1.15.2
type AtlasSearchApi_ListAtlasSearchIndexes_Call ¶ added in v1.15.2
AtlasSearchApi_ListAtlasSearchIndexes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAtlasSearchIndexes'
func (*AtlasSearchApi_ListAtlasSearchIndexes_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_ListAtlasSearchIndexes_Call) Run(run func(ctx context.Context, groupId string, clusterName string, collectionName string, databaseName string)) *AtlasSearchApi_ListAtlasSearchIndexes_Call
func (*AtlasSearchApi_ListAtlasSearchIndexes_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_ListAtlasSearchIndexes_Call) RunAndReturn(run func(context.Context, string, string, string, string) admin.ListAtlasSearchIndexesApiRequest) *AtlasSearchApi_ListAtlasSearchIndexes_Call
type AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call ¶ added in v1.15.2
AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAtlasSearchDeploymentExecute'
func (*AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call) Return ¶ added in v1.15.2
func (_c *AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call) Return(_a0 *admin.ApiSearchDeploymentResponse, _a1 *http.Response, _a2 error) *AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call
func (*AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call) RunAndReturn(run func(admin.UpdateAtlasSearchDeploymentApiRequest) (*admin.ApiSearchDeploymentResponse, *http.Response, error)) *AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call
type AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call ¶ added in v1.15.2
AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAtlasSearchDeploymentWithParams'
func (*AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call) Run(run func(ctx context.Context, args *admin.UpdateAtlasSearchDeploymentApiParams)) *AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call
func (*AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call) RunAndReturn ¶ added in v1.15.2
type AtlasSearchApi_UpdateAtlasSearchDeployment_Call ¶ added in v1.15.2
AtlasSearchApi_UpdateAtlasSearchDeployment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAtlasSearchDeployment'
func (*AtlasSearchApi_UpdateAtlasSearchDeployment_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_UpdateAtlasSearchDeployment_Call) Run(run func(ctx context.Context, groupId string, clusterName string, apiSearchDeploymentRequest *admin.ApiSearchDeploymentRequest)) *AtlasSearchApi_UpdateAtlasSearchDeployment_Call
func (*AtlasSearchApi_UpdateAtlasSearchDeployment_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_UpdateAtlasSearchDeployment_Call) RunAndReturn(run func(context.Context, string, string, *admin.ApiSearchDeploymentRequest) admin.UpdateAtlasSearchDeploymentApiRequest) *AtlasSearchApi_UpdateAtlasSearchDeployment_Call
type AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call ¶ added in v1.15.2
AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAtlasSearchIndexExecute'
func (*AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call) Return ¶ added in v1.15.2
func (_c *AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call) Return(_a0 *admin.ClusterSearchIndex, _a1 *http.Response, _a2 error) *AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call
func (*AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call) RunAndReturn(run func(admin.UpdateAtlasSearchIndexApiRequest) (*admin.ClusterSearchIndex, *http.Response, error)) *AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call
type AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call ¶ added in v1.15.2
AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAtlasSearchIndexWithParams'
func (*AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call) Run(run func(ctx context.Context, args *admin.UpdateAtlasSearchIndexApiParams)) *AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call
func (*AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call) RunAndReturn ¶ added in v1.15.2
type AtlasSearchApi_UpdateAtlasSearchIndex_Call ¶ added in v1.15.2
AtlasSearchApi_UpdateAtlasSearchIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAtlasSearchIndex'
func (*AtlasSearchApi_UpdateAtlasSearchIndex_Call) Run ¶ added in v1.15.2
func (_c *AtlasSearchApi_UpdateAtlasSearchIndex_Call) Run(run func(ctx context.Context, groupId string, clusterName string, indexId string, clusterSearchIndex *admin.ClusterSearchIndex)) *AtlasSearchApi_UpdateAtlasSearchIndex_Call
func (*AtlasSearchApi_UpdateAtlasSearchIndex_Call) RunAndReturn ¶ added in v1.15.2
func (_c *AtlasSearchApi_UpdateAtlasSearchIndex_Call) RunAndReturn(run func(context.Context, string, string, string, *admin.ClusterSearchIndex) admin.UpdateAtlasSearchIndexApiRequest) *AtlasSearchApi_UpdateAtlasSearchIndex_Call
type ClusterService ¶
ClusterService is an autogenerated mock type for the ClusterService type
func NewClusterService ¶
func NewClusterService(t interface {
mock.TestingT
Cleanup(func())
}) *ClusterService
NewClusterService creates a new instance of ClusterService. 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 (*ClusterService) EXPECT ¶ added in v1.15.2
func (_m *ClusterService) EXPECT() *ClusterService_Expecter
func (*ClusterService) Get ¶
func (_m *ClusterService) Get(ctx context.Context, groupID string, clusterName string) (*admin.AdvancedClusterDescription, *http.Response, error)
Get provides a mock function with given fields: ctx, groupID, clusterName
func (*ClusterService) List ¶
func (_m *ClusterService) List(ctx context.Context, options *admin.ListClustersApiParams) (*admin.PaginatedAdvancedClusterDescription, *http.Response, error)
List provides a mock function with given fields: ctx, options
type ClusterService_Expecter ¶ added in v1.15.2
type ClusterService_Expecter struct {
// contains filtered or unexported fields
}
func (*ClusterService_Expecter) Get ¶ added in v1.15.2
func (_e *ClusterService_Expecter) Get(ctx interface{}, groupID interface{}, clusterName interface{}) *ClusterService_Get_Call
Get is a helper method to define mock.On call
- ctx context.Context
- groupID string
- clusterName string
func (*ClusterService_Expecter) List ¶ added in v1.15.2
func (_e *ClusterService_Expecter) List(ctx interface{}, options interface{}) *ClusterService_List_Call
List is a helper method to define mock.On call
- ctx context.Context
- options *admin.ListClustersApiParams
type ClusterService_Get_Call ¶ added in v1.15.2
ClusterService_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*ClusterService_Get_Call) Return ¶ added in v1.15.2
func (_c *ClusterService_Get_Call) Return(_a0 *admin.AdvancedClusterDescription, _a1 *http.Response, _a2 error) *ClusterService_Get_Call
func (*ClusterService_Get_Call) Run ¶ added in v1.15.2
func (_c *ClusterService_Get_Call) Run(run func(ctx context.Context, groupID string, clusterName string)) *ClusterService_Get_Call
func (*ClusterService_Get_Call) RunAndReturn ¶ added in v1.15.2
func (_c *ClusterService_Get_Call) RunAndReturn(run func(context.Context, string, string) (*admin.AdvancedClusterDescription, *http.Response, error)) *ClusterService_Get_Call
type ClusterService_List_Call ¶ added in v1.15.2
ClusterService_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'
func (*ClusterService_List_Call) Return ¶ added in v1.15.2
func (_c *ClusterService_List_Call) Return(_a0 *admin.PaginatedAdvancedClusterDescription, _a1 *http.Response, _a2 error) *ClusterService_List_Call
func (*ClusterService_List_Call) Run ¶ added in v1.15.2
func (_c *ClusterService_List_Call) Run(run func(ctx context.Context, options *admin.ListClustersApiParams)) *ClusterService_List_Call
func (*ClusterService_List_Call) RunAndReturn ¶ added in v1.15.2
func (_c *ClusterService_List_Call) RunAndReturn(run func(context.Context, *admin.ListClustersApiParams) (*admin.PaginatedAdvancedClusterDescription, *http.Response, error)) *ClusterService_List_Call
type EncryptionAtRestUsingCustomerKeyManagementApi ¶
EncryptionAtRestUsingCustomerKeyManagementApi is an autogenerated mock type for the EncryptionAtRestUsingCustomerKeyManagementApi type
func NewEncryptionAtRestUsingCustomerKeyManagementApi ¶
func NewEncryptionAtRestUsingCustomerKeyManagementApi(t interface {
mock.TestingT
Cleanup(func())
}) *EncryptionAtRestUsingCustomerKeyManagementApi
NewEncryptionAtRestUsingCustomerKeyManagementApi creates a new instance of EncryptionAtRestUsingCustomerKeyManagementApi. 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 (*EncryptionAtRestUsingCustomerKeyManagementApi) GetEncryptionAtRest ¶
func (_m *EncryptionAtRestUsingCustomerKeyManagementApi) GetEncryptionAtRest(ctx context.Context, groupId string) admin.GetEncryptionAtRestApiRequest
GetEncryptionAtRest provides a mock function with given fields: ctx, groupId
func (*EncryptionAtRestUsingCustomerKeyManagementApi) GetEncryptionAtRestExecute ¶
func (_m *EncryptionAtRestUsingCustomerKeyManagementApi) GetEncryptionAtRestExecute(r admin.GetEncryptionAtRestApiRequest) (*admin.EncryptionAtRest, *http.Response, error)
GetEncryptionAtRestExecute provides a mock function with given fields: r
func (*EncryptionAtRestUsingCustomerKeyManagementApi) GetEncryptionAtRestWithParams ¶
func (_m *EncryptionAtRestUsingCustomerKeyManagementApi) GetEncryptionAtRestWithParams(ctx context.Context, args *admin.GetEncryptionAtRestApiParams) admin.GetEncryptionAtRestApiRequest
GetEncryptionAtRestWithParams provides a mock function with given fields: ctx, args
func (*EncryptionAtRestUsingCustomerKeyManagementApi) UpdateEncryptionAtRest ¶
func (_m *EncryptionAtRestUsingCustomerKeyManagementApi) UpdateEncryptionAtRest(ctx context.Context, groupId string, encryptionAtRest *admin.EncryptionAtRest) admin.UpdateEncryptionAtRestApiRequest
UpdateEncryptionAtRest provides a mock function with given fields: ctx, groupId, encryptionAtRest
func (*EncryptionAtRestUsingCustomerKeyManagementApi) UpdateEncryptionAtRestExecute ¶
func (_m *EncryptionAtRestUsingCustomerKeyManagementApi) UpdateEncryptionAtRestExecute(r admin.UpdateEncryptionAtRestApiRequest) (*admin.EncryptionAtRest, *http.Response, error)
UpdateEncryptionAtRestExecute provides a mock function with given fields: r
func (*EncryptionAtRestUsingCustomerKeyManagementApi) UpdateEncryptionAtRestWithParams ¶
func (_m *EncryptionAtRestUsingCustomerKeyManagementApi) UpdateEncryptionAtRestWithParams(ctx context.Context, args *admin.UpdateEncryptionAtRestApiParams) admin.UpdateEncryptionAtRestApiRequest
UpdateEncryptionAtRestWithParams provides a mock function with given fields: ctx, args
type EncryptionAtRestUsingCustomerKeyManagementApi_Expecter ¶
type EncryptionAtRestUsingCustomerKeyManagementApi_Expecter struct {
// contains filtered or unexported fields
}
func (*EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) GetEncryptionAtRest ¶
func (_e *EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) GetEncryptionAtRest(ctx interface{}, groupId interface{}) *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRest_Call
GetEncryptionAtRest is a helper method to define mock.On call
- ctx context.Context
- groupId string
func (*EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) GetEncryptionAtRestExecute ¶
func (_e *EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) GetEncryptionAtRestExecute(r interface{}) *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestExecute_Call
GetEncryptionAtRestExecute is a helper method to define mock.On call
- r admin.GetEncryptionAtRestApiRequest
func (*EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) GetEncryptionAtRestWithParams ¶
func (_e *EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) GetEncryptionAtRestWithParams(ctx interface{}, args interface{}) *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestWithParams_Call
GetEncryptionAtRestWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.GetEncryptionAtRestApiParams
func (*EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) UpdateEncryptionAtRest ¶
func (_e *EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) UpdateEncryptionAtRest(ctx interface{}, groupId interface{}, encryptionAtRest interface{}) *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRest_Call
UpdateEncryptionAtRest is a helper method to define mock.On call
- ctx context.Context
- groupId string
- encryptionAtRest *admin.EncryptionAtRest
func (*EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) UpdateEncryptionAtRestExecute ¶
func (_e *EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) UpdateEncryptionAtRestExecute(r interface{}) *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestExecute_Call
UpdateEncryptionAtRestExecute is a helper method to define mock.On call
- r admin.UpdateEncryptionAtRestApiRequest
func (*EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) UpdateEncryptionAtRestWithParams ¶
func (_e *EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) UpdateEncryptionAtRestWithParams(ctx interface{}, args interface{}) *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestWithParams_Call
UpdateEncryptionAtRestWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.UpdateEncryptionAtRestApiParams
type EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestExecute_Call ¶
type EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestExecute_Call struct {
*mock.Call
}
EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEncryptionAtRestExecute'
func (*EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestExecute_Call) RunAndReturn ¶
type EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestWithParams_Call ¶
type EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestWithParams_Call struct {
*mock.Call
}
EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEncryptionAtRestWithParams'
func (*EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRestWithParams_Call) RunAndReturn ¶
type EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRest_Call ¶
EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEncryptionAtRest'
func (*EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRest_Call) Run ¶
func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRest_Call) Run(run func(ctx context.Context, groupId string)) *EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRest_Call
func (*EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRest_Call) RunAndReturn ¶
type EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestExecute_Call ¶
type EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestExecute_Call struct {
*mock.Call
}
EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateEncryptionAtRestExecute'
func (*EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestExecute_Call) RunAndReturn ¶
type EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestWithParams_Call ¶
type EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestWithParams_Call struct {
*mock.Call
}
EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateEncryptionAtRestWithParams'
func (*EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestWithParams_Call) Return ¶
func (*EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRestWithParams_Call) RunAndReturn ¶
type EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRest_Call ¶
type EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRest_Call struct {
*mock.Call
}
EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateEncryptionAtRest'
func (*EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRest_Call) Run ¶
func (_c *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRest_Call) Run(run func(ctx context.Context, groupId string, encryptionAtRest *admin.EncryptionAtRest)) *EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRest_Call
func (*EncryptionAtRestUsingCustomerKeyManagementApi_UpdateEncryptionAtRest_Call) RunAndReturn ¶
type GroupProjectService ¶
GroupProjectService is an autogenerated mock type for the GroupProjectService type
func NewGroupProjectService ¶
func NewGroupProjectService(t interface {
mock.TestingT
Cleanup(func())
}) *GroupProjectService
NewGroupProjectService creates a new instance of GroupProjectService. 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 (*GroupProjectService) AddAllTeamsToProject ¶
func (_m *GroupProjectService) AddAllTeamsToProject(ctx context.Context, groupID string, teamRole *[]admin.TeamRole) (*admin.PaginatedTeamRole, *http.Response, error)
AddAllTeamsToProject provides a mock function with given fields: ctx, groupID, teamRole
func (*GroupProjectService) DeleteProjectLimit ¶
func (_m *GroupProjectService) DeleteProjectLimit(ctx context.Context, limitName string, projectID string) (map[string]interface{}, *http.Response, error)
DeleteProjectLimit provides a mock function with given fields: ctx, limitName, projectID
func (*GroupProjectService) EXPECT ¶ added in v1.15.2
func (_m *GroupProjectService) EXPECT() *GroupProjectService_Expecter
func (*GroupProjectService) GetProjectSettings ¶
func (_m *GroupProjectService) GetProjectSettings(ctx context.Context, groupID string) (*admin.GroupSettings, *http.Response, error)
GetProjectSettings provides a mock function with given fields: ctx, groupID
func (*GroupProjectService) ListClusters ¶
func (_m *GroupProjectService) ListClusters(ctx context.Context, groupID string) (*admin.PaginatedAdvancedClusterDescription, *http.Response, error)
ListClusters provides a mock function with given fields: ctx, groupID
func (*GroupProjectService) ListProjectLimits ¶
func (_m *GroupProjectService) ListProjectLimits(ctx context.Context, groupID string) ([]admin.DataFederationLimit, *http.Response, error)
ListProjectLimits provides a mock function with given fields: ctx, groupID
func (*GroupProjectService) ListProjectTeams ¶
func (_m *GroupProjectService) ListProjectTeams(ctx context.Context, groupID string) (*admin.PaginatedTeamRole, *http.Response, error)
ListProjectTeams provides a mock function with given fields: ctx, groupID
func (*GroupProjectService) RemoveProjectTeam ¶
func (_m *GroupProjectService) RemoveProjectTeam(ctx context.Context, groupID string, teamID string) (*http.Response, error)
RemoveProjectTeam provides a mock function with given fields: ctx, groupID, teamID
func (*GroupProjectService) ReturnAllIPAddresses ¶
func (_m *GroupProjectService) ReturnAllIPAddresses(ctx context.Context, groupID string) (*admin.GroupIPAddresses, *http.Response, error)
ReturnAllIPAddresses provides a mock function with given fields: ctx, groupID
func (*GroupProjectService) SetProjectLimit ¶
func (_m *GroupProjectService) SetProjectLimit(ctx context.Context, limitName string, groupID string, dataFederationLimit *admin.DataFederationLimit) (*admin.DataFederationLimit, *http.Response, error)
SetProjectLimit provides a mock function with given fields: ctx, limitName, groupID, dataFederationLimit
func (*GroupProjectService) UpdateProject ¶
func (_m *GroupProjectService) UpdateProject(ctx context.Context, groupID string, groupUpdate *admin.GroupUpdate) (*admin.Group, *http.Response, error)
UpdateProject provides a mock function with given fields: ctx, groupID, groupUpdate
func (*GroupProjectService) UpdateTeamRoles ¶
func (_m *GroupProjectService) UpdateTeamRoles(ctx context.Context, groupID string, teamID string, teamRole *admin.TeamRole) (*admin.PaginatedTeamRole, *http.Response, error)
UpdateTeamRoles provides a mock function with given fields: ctx, groupID, teamID, teamRole
type GroupProjectService_AddAllTeamsToProject_Call ¶ added in v1.15.2
GroupProjectService_AddAllTeamsToProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddAllTeamsToProject'
func (*GroupProjectService_AddAllTeamsToProject_Call) Return ¶ added in v1.15.2
func (_c *GroupProjectService_AddAllTeamsToProject_Call) Return(_a0 *admin.PaginatedTeamRole, _a1 *http.Response, _a2 error) *GroupProjectService_AddAllTeamsToProject_Call
func (*GroupProjectService_AddAllTeamsToProject_Call) Run ¶ added in v1.15.2
func (_c *GroupProjectService_AddAllTeamsToProject_Call) Run(run func(ctx context.Context, groupID string, teamRole *[]admin.TeamRole)) *GroupProjectService_AddAllTeamsToProject_Call
func (*GroupProjectService_AddAllTeamsToProject_Call) RunAndReturn ¶ added in v1.15.2
func (_c *GroupProjectService_AddAllTeamsToProject_Call) RunAndReturn(run func(context.Context, string, *[]admin.TeamRole) (*admin.PaginatedTeamRole, *http.Response, error)) *GroupProjectService_AddAllTeamsToProject_Call
type GroupProjectService_DeleteProjectLimit_Call ¶ added in v1.15.2
GroupProjectService_DeleteProjectLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectLimit'
func (*GroupProjectService_DeleteProjectLimit_Call) Return ¶ added in v1.15.2
func (_c *GroupProjectService_DeleteProjectLimit_Call) Return(_a0 map[string]interface{}, _a1 *http.Response, _a2 error) *GroupProjectService_DeleteProjectLimit_Call
func (*GroupProjectService_DeleteProjectLimit_Call) Run ¶ added in v1.15.2
func (_c *GroupProjectService_DeleteProjectLimit_Call) Run(run func(ctx context.Context, limitName string, projectID string)) *GroupProjectService_DeleteProjectLimit_Call
func (*GroupProjectService_DeleteProjectLimit_Call) RunAndReturn ¶ added in v1.15.2
func (_c *GroupProjectService_DeleteProjectLimit_Call) RunAndReturn(run func(context.Context, string, string) (map[string]interface{}, *http.Response, error)) *GroupProjectService_DeleteProjectLimit_Call
type GroupProjectService_Expecter ¶ added in v1.15.2
type GroupProjectService_Expecter struct {
// contains filtered or unexported fields
}
func (*GroupProjectService_Expecter) AddAllTeamsToProject ¶ added in v1.15.2
func (_e *GroupProjectService_Expecter) AddAllTeamsToProject(ctx interface{}, groupID interface{}, teamRole interface{}) *GroupProjectService_AddAllTeamsToProject_Call
AddAllTeamsToProject is a helper method to define mock.On call
- ctx context.Context
- groupID string
- teamRole *[]admin.TeamRole
func (*GroupProjectService_Expecter) DeleteProjectLimit ¶ added in v1.15.2
func (_e *GroupProjectService_Expecter) DeleteProjectLimit(ctx interface{}, limitName interface{}, projectID interface{}) *GroupProjectService_DeleteProjectLimit_Call
DeleteProjectLimit is a helper method to define mock.On call
- ctx context.Context
- limitName string
- projectID string
func (*GroupProjectService_Expecter) GetProjectSettings ¶ added in v1.15.2
func (_e *GroupProjectService_Expecter) GetProjectSettings(ctx interface{}, groupID interface{}) *GroupProjectService_GetProjectSettings_Call
GetProjectSettings is a helper method to define mock.On call
- ctx context.Context
- groupID string
func (*GroupProjectService_Expecter) ListClusters ¶ added in v1.15.2
func (_e *GroupProjectService_Expecter) ListClusters(ctx interface{}, groupID interface{}) *GroupProjectService_ListClusters_Call
ListClusters is a helper method to define mock.On call
- ctx context.Context
- groupID string
func (*GroupProjectService_Expecter) ListProjectLimits ¶ added in v1.15.2
func (_e *GroupProjectService_Expecter) ListProjectLimits(ctx interface{}, groupID interface{}) *GroupProjectService_ListProjectLimits_Call
ListProjectLimits is a helper method to define mock.On call
- ctx context.Context
- groupID string
func (*GroupProjectService_Expecter) ListProjectTeams ¶ added in v1.15.2
func (_e *GroupProjectService_Expecter) ListProjectTeams(ctx interface{}, groupID interface{}) *GroupProjectService_ListProjectTeams_Call
ListProjectTeams is a helper method to define mock.On call
- ctx context.Context
- groupID string
func (*GroupProjectService_Expecter) RemoveProjectTeam ¶ added in v1.15.2
func (_e *GroupProjectService_Expecter) RemoveProjectTeam(ctx interface{}, groupID interface{}, teamID interface{}) *GroupProjectService_RemoveProjectTeam_Call
RemoveProjectTeam is a helper method to define mock.On call
- ctx context.Context
- groupID string
- teamID string
func (*GroupProjectService_Expecter) ReturnAllIPAddresses ¶ added in v1.15.2
func (_e *GroupProjectService_Expecter) ReturnAllIPAddresses(ctx interface{}, groupID interface{}) *GroupProjectService_ReturnAllIPAddresses_Call
ReturnAllIPAddresses is a helper method to define mock.On call
- ctx context.Context
- groupID string
func (*GroupProjectService_Expecter) SetProjectLimit ¶ added in v1.15.2
func (_e *GroupProjectService_Expecter) SetProjectLimit(ctx interface{}, limitName interface{}, groupID interface{}, dataFederationLimit interface{}) *GroupProjectService_SetProjectLimit_Call
SetProjectLimit is a helper method to define mock.On call
- ctx context.Context
- limitName string
- groupID string
- dataFederationLimit *admin.DataFederationLimit
func (*GroupProjectService_Expecter) UpdateProject ¶ added in v1.15.2
func (_e *GroupProjectService_Expecter) UpdateProject(ctx interface{}, groupID interface{}, groupUpdate interface{}) *GroupProjectService_UpdateProject_Call
UpdateProject is a helper method to define mock.On call
- ctx context.Context
- groupID string
- groupUpdate *admin.GroupUpdate
func (*GroupProjectService_Expecter) UpdateTeamRoles ¶ added in v1.15.2
func (_e *GroupProjectService_Expecter) UpdateTeamRoles(ctx interface{}, groupID interface{}, teamID interface{}, teamRole interface{}) *GroupProjectService_UpdateTeamRoles_Call
UpdateTeamRoles is a helper method to define mock.On call
- ctx context.Context
- groupID string
- teamID string
- teamRole *admin.TeamRole
type GroupProjectService_GetProjectSettings_Call ¶ added in v1.15.2
GroupProjectService_GetProjectSettings_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectSettings'
func (*GroupProjectService_GetProjectSettings_Call) Return ¶ added in v1.15.2
func (_c *GroupProjectService_GetProjectSettings_Call) Return(_a0 *admin.GroupSettings, _a1 *http.Response, _a2 error) *GroupProjectService_GetProjectSettings_Call
func (*GroupProjectService_GetProjectSettings_Call) Run ¶ added in v1.15.2
func (_c *GroupProjectService_GetProjectSettings_Call) Run(run func(ctx context.Context, groupID string)) *GroupProjectService_GetProjectSettings_Call
func (*GroupProjectService_GetProjectSettings_Call) RunAndReturn ¶ added in v1.15.2
func (_c *GroupProjectService_GetProjectSettings_Call) RunAndReturn(run func(context.Context, string) (*admin.GroupSettings, *http.Response, error)) *GroupProjectService_GetProjectSettings_Call
type GroupProjectService_ListClusters_Call ¶ added in v1.15.2
GroupProjectService_ListClusters_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusters'
func (*GroupProjectService_ListClusters_Call) Return ¶ added in v1.15.2
func (_c *GroupProjectService_ListClusters_Call) Return(_a0 *admin.PaginatedAdvancedClusterDescription, _a1 *http.Response, _a2 error) *GroupProjectService_ListClusters_Call
func (*GroupProjectService_ListClusters_Call) Run ¶ added in v1.15.2
func (_c *GroupProjectService_ListClusters_Call) Run(run func(ctx context.Context, groupID string)) *GroupProjectService_ListClusters_Call
func (*GroupProjectService_ListClusters_Call) RunAndReturn ¶ added in v1.15.2
func (_c *GroupProjectService_ListClusters_Call) RunAndReturn(run func(context.Context, string) (*admin.PaginatedAdvancedClusterDescription, *http.Response, error)) *GroupProjectService_ListClusters_Call
type GroupProjectService_ListProjectLimits_Call ¶ added in v1.15.2
GroupProjectService_ListProjectLimits_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectLimits'
func (*GroupProjectService_ListProjectLimits_Call) Return ¶ added in v1.15.2
func (_c *GroupProjectService_ListProjectLimits_Call) Return(_a0 []admin.DataFederationLimit, _a1 *http.Response, _a2 error) *GroupProjectService_ListProjectLimits_Call
func (*GroupProjectService_ListProjectLimits_Call) Run ¶ added in v1.15.2
func (_c *GroupProjectService_ListProjectLimits_Call) Run(run func(ctx context.Context, groupID string)) *GroupProjectService_ListProjectLimits_Call
func (*GroupProjectService_ListProjectLimits_Call) RunAndReturn ¶ added in v1.15.2
func (_c *GroupProjectService_ListProjectLimits_Call) RunAndReturn(run func(context.Context, string) ([]admin.DataFederationLimit, *http.Response, error)) *GroupProjectService_ListProjectLimits_Call
type GroupProjectService_ListProjectTeams_Call ¶ added in v1.15.2
GroupProjectService_ListProjectTeams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectTeams'
func (*GroupProjectService_ListProjectTeams_Call) Return ¶ added in v1.15.2
func (_c *GroupProjectService_ListProjectTeams_Call) Return(_a0 *admin.PaginatedTeamRole, _a1 *http.Response, _a2 error) *GroupProjectService_ListProjectTeams_Call
func (*GroupProjectService_ListProjectTeams_Call) Run ¶ added in v1.15.2
func (_c *GroupProjectService_ListProjectTeams_Call) Run(run func(ctx context.Context, groupID string)) *GroupProjectService_ListProjectTeams_Call
func (*GroupProjectService_ListProjectTeams_Call) RunAndReturn ¶ added in v1.15.2
func (_c *GroupProjectService_ListProjectTeams_Call) RunAndReturn(run func(context.Context, string) (*admin.PaginatedTeamRole, *http.Response, error)) *GroupProjectService_ListProjectTeams_Call
type GroupProjectService_RemoveProjectTeam_Call ¶ added in v1.15.2
GroupProjectService_RemoveProjectTeam_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveProjectTeam'
func (*GroupProjectService_RemoveProjectTeam_Call) Return ¶ added in v1.15.2
func (_c *GroupProjectService_RemoveProjectTeam_Call) Return(_a0 *http.Response, _a1 error) *GroupProjectService_RemoveProjectTeam_Call
func (*GroupProjectService_RemoveProjectTeam_Call) Run ¶ added in v1.15.2
func (_c *GroupProjectService_RemoveProjectTeam_Call) Run(run func(ctx context.Context, groupID string, teamID string)) *GroupProjectService_RemoveProjectTeam_Call
func (*GroupProjectService_RemoveProjectTeam_Call) RunAndReturn ¶ added in v1.15.2
func (_c *GroupProjectService_RemoveProjectTeam_Call) RunAndReturn(run func(context.Context, string, string) (*http.Response, error)) *GroupProjectService_RemoveProjectTeam_Call
type GroupProjectService_ReturnAllIPAddresses_Call ¶ added in v1.15.2
GroupProjectService_ReturnAllIPAddresses_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReturnAllIPAddresses'
func (*GroupProjectService_ReturnAllIPAddresses_Call) Return ¶ added in v1.15.2
func (_c *GroupProjectService_ReturnAllIPAddresses_Call) Return(_a0 *admin.GroupIPAddresses, _a1 *http.Response, _a2 error) *GroupProjectService_ReturnAllIPAddresses_Call
func (*GroupProjectService_ReturnAllIPAddresses_Call) Run ¶ added in v1.15.2
func (_c *GroupProjectService_ReturnAllIPAddresses_Call) Run(run func(ctx context.Context, groupID string)) *GroupProjectService_ReturnAllIPAddresses_Call
func (*GroupProjectService_ReturnAllIPAddresses_Call) RunAndReturn ¶ added in v1.15.2
func (_c *GroupProjectService_ReturnAllIPAddresses_Call) RunAndReturn(run func(context.Context, string) (*admin.GroupIPAddresses, *http.Response, error)) *GroupProjectService_ReturnAllIPAddresses_Call
type GroupProjectService_SetProjectLimit_Call ¶ added in v1.15.2
GroupProjectService_SetProjectLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetProjectLimit'
func (*GroupProjectService_SetProjectLimit_Call) Return ¶ added in v1.15.2
func (_c *GroupProjectService_SetProjectLimit_Call) Return(_a0 *admin.DataFederationLimit, _a1 *http.Response, _a2 error) *GroupProjectService_SetProjectLimit_Call
func (*GroupProjectService_SetProjectLimit_Call) Run ¶ added in v1.15.2
func (_c *GroupProjectService_SetProjectLimit_Call) Run(run func(ctx context.Context, limitName string, groupID string, dataFederationLimit *admin.DataFederationLimit)) *GroupProjectService_SetProjectLimit_Call
func (*GroupProjectService_SetProjectLimit_Call) RunAndReturn ¶ added in v1.15.2
func (_c *GroupProjectService_SetProjectLimit_Call) RunAndReturn(run func(context.Context, string, string, *admin.DataFederationLimit) (*admin.DataFederationLimit, *http.Response, error)) *GroupProjectService_SetProjectLimit_Call
type GroupProjectService_UpdateProject_Call ¶ added in v1.15.2
GroupProjectService_UpdateProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProject'
func (*GroupProjectService_UpdateProject_Call) Return ¶ added in v1.15.2
func (_c *GroupProjectService_UpdateProject_Call) Return(_a0 *admin.Group, _a1 *http.Response, _a2 error) *GroupProjectService_UpdateProject_Call
func (*GroupProjectService_UpdateProject_Call) Run ¶ added in v1.15.2
func (_c *GroupProjectService_UpdateProject_Call) Run(run func(ctx context.Context, groupID string, groupUpdate *admin.GroupUpdate)) *GroupProjectService_UpdateProject_Call
func (*GroupProjectService_UpdateProject_Call) RunAndReturn ¶ added in v1.15.2
func (_c *GroupProjectService_UpdateProject_Call) RunAndReturn(run func(context.Context, string, *admin.GroupUpdate) (*admin.Group, *http.Response, error)) *GroupProjectService_UpdateProject_Call
type GroupProjectService_UpdateTeamRoles_Call ¶ added in v1.15.2
GroupProjectService_UpdateTeamRoles_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateTeamRoles'
func (*GroupProjectService_UpdateTeamRoles_Call) Return ¶ added in v1.15.2
func (_c *GroupProjectService_UpdateTeamRoles_Call) Return(_a0 *admin.PaginatedTeamRole, _a1 *http.Response, _a2 error) *GroupProjectService_UpdateTeamRoles_Call
func (*GroupProjectService_UpdateTeamRoles_Call) Run ¶ added in v1.15.2
func (_c *GroupProjectService_UpdateTeamRoles_Call) Run(run func(ctx context.Context, groupID string, teamID string, teamRole *admin.TeamRole)) *GroupProjectService_UpdateTeamRoles_Call
func (*GroupProjectService_UpdateTeamRoles_Call) RunAndReturn ¶ added in v1.15.2
func (_c *GroupProjectService_UpdateTeamRoles_Call) RunAndReturn(run func(context.Context, string, string, *admin.TeamRole) (*admin.PaginatedTeamRole, *http.Response, error)) *GroupProjectService_UpdateTeamRoles_Call