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 ClustersApi
- func (_m *ClustersApi) CreateCluster(ctx context.Context, groupId string, ...) admin.CreateClusterApiRequest
- func (_m *ClustersApi) CreateClusterExecute(r admin.CreateClusterApiRequest) (*admin.AdvancedClusterDescription, *http.Response, error)
- func (_m *ClustersApi) CreateClusterWithParams(ctx context.Context, args *admin.CreateClusterApiParams) admin.CreateClusterApiRequest
- func (_m *ClustersApi) DeleteCluster(ctx context.Context, groupId string, clusterName string) admin.DeleteClusterApiRequest
- func (_m *ClustersApi) DeleteClusterExecute(r admin.DeleteClusterApiRequest) (*http.Response, error)
- func (_m *ClustersApi) DeleteClusterWithParams(ctx context.Context, args *admin.DeleteClusterApiParams) admin.DeleteClusterApiRequest
- func (_m *ClustersApi) EXPECT() *ClustersApi_Expecter
- func (_m *ClustersApi) GetCluster(ctx context.Context, groupId string, clusterName string) admin.GetClusterApiRequest
- func (_m *ClustersApi) GetClusterAdvancedConfiguration(ctx context.Context, groupId string, clusterName string) admin.GetClusterAdvancedConfigurationApiRequest
- func (_m *ClustersApi) GetClusterAdvancedConfigurationExecute(r admin.GetClusterAdvancedConfigurationApiRequest) (*admin.ClusterDescriptionProcessArgs, *http.Response, error)
- func (_m *ClustersApi) GetClusterAdvancedConfigurationWithParams(ctx context.Context, args *admin.GetClusterAdvancedConfigurationApiParams) admin.GetClusterAdvancedConfigurationApiRequest
- func (_m *ClustersApi) GetClusterExecute(r admin.GetClusterApiRequest) (*admin.AdvancedClusterDescription, *http.Response, error)
- func (_m *ClustersApi) GetClusterStatus(ctx context.Context, groupId string, clusterName string) admin.GetClusterStatusApiRequest
- func (_m *ClustersApi) GetClusterStatusExecute(r admin.GetClusterStatusApiRequest) (*admin.ClusterStatus, *http.Response, error)
- func (_m *ClustersApi) GetClusterStatusWithParams(ctx context.Context, args *admin.GetClusterStatusApiParams) admin.GetClusterStatusApiRequest
- func (_m *ClustersApi) GetClusterWithParams(ctx context.Context, args *admin.GetClusterApiParams) admin.GetClusterApiRequest
- func (_m *ClustersApi) GetSampleDatasetLoadStatus(ctx context.Context, groupId string, sampleDatasetId string) admin.GetSampleDatasetLoadStatusApiRequest
- func (_m *ClustersApi) GetSampleDatasetLoadStatusExecute(r admin.GetSampleDatasetLoadStatusApiRequest) (*admin.SampleDatasetStatus, *http.Response, error)
- func (_m *ClustersApi) GetSampleDatasetLoadStatusWithParams(ctx context.Context, args *admin.GetSampleDatasetLoadStatusApiParams) admin.GetSampleDatasetLoadStatusApiRequest
- func (_m *ClustersApi) ListCloudProviderRegions(ctx context.Context, groupId string) admin.ListCloudProviderRegionsApiRequest
- func (_m *ClustersApi) ListCloudProviderRegionsExecute(r admin.ListCloudProviderRegionsApiRequest) (*admin.PaginatedApiAtlasProviderRegions, *http.Response, error)
- func (_m *ClustersApi) ListCloudProviderRegionsWithParams(ctx context.Context, args *admin.ListCloudProviderRegionsApiParams) admin.ListCloudProviderRegionsApiRequest
- func (_m *ClustersApi) ListClusters(ctx context.Context, groupId string) admin.ListClustersApiRequest
- func (_m *ClustersApi) ListClustersExecute(r admin.ListClustersApiRequest) (*admin.PaginatedAdvancedClusterDescription, *http.Response, error)
- func (_m *ClustersApi) ListClustersForAllProjects(ctx context.Context) admin.ListClustersForAllProjectsApiRequest
- func (_m *ClustersApi) ListClustersForAllProjectsExecute(r admin.ListClustersForAllProjectsApiRequest) (*admin.PaginatedOrgGroup, *http.Response, error)
- func (_m *ClustersApi) ListClustersForAllProjectsWithParams(ctx context.Context, args *admin.ListClustersForAllProjectsApiParams) admin.ListClustersForAllProjectsApiRequest
- func (_m *ClustersApi) ListClustersWithParams(ctx context.Context, args *admin.ListClustersApiParams) admin.ListClustersApiRequest
- func (_m *ClustersApi) LoadSampleDataset(ctx context.Context, groupId string, name string) admin.LoadSampleDatasetApiRequest
- func (_m *ClustersApi) LoadSampleDatasetExecute(r admin.LoadSampleDatasetApiRequest) (*admin.SampleDatasetStatus, *http.Response, error)
- func (_m *ClustersApi) LoadSampleDatasetWithParams(ctx context.Context, args *admin.LoadSampleDatasetApiParams) admin.LoadSampleDatasetApiRequest
- func (_m *ClustersApi) TestFailover(ctx context.Context, groupId string, clusterName string) admin.TestFailoverApiRequest
- func (_m *ClustersApi) TestFailoverExecute(r admin.TestFailoverApiRequest) (*http.Response, error)
- func (_m *ClustersApi) TestFailoverWithParams(ctx context.Context, args *admin.TestFailoverApiParams) admin.TestFailoverApiRequest
- func (_m *ClustersApi) UpdateCluster(ctx context.Context, groupId string, clusterName string, ...) admin.UpdateClusterApiRequest
- func (_m *ClustersApi) UpdateClusterAdvancedConfiguration(ctx context.Context, groupId string, clusterName string, ...) admin.UpdateClusterAdvancedConfigurationApiRequest
- func (_m *ClustersApi) UpdateClusterAdvancedConfigurationExecute(r admin.UpdateClusterAdvancedConfigurationApiRequest) (*admin.ClusterDescriptionProcessArgs, *http.Response, error)
- func (_m *ClustersApi) UpdateClusterAdvancedConfigurationWithParams(ctx context.Context, args *admin.UpdateClusterAdvancedConfigurationApiParams) admin.UpdateClusterAdvancedConfigurationApiRequest
- func (_m *ClustersApi) UpdateClusterExecute(r admin.UpdateClusterApiRequest) (*admin.AdvancedClusterDescription, *http.Response, error)
- func (_m *ClustersApi) UpdateClusterWithParams(ctx context.Context, args *admin.UpdateClusterApiParams) admin.UpdateClusterApiRequest
- func (_m *ClustersApi) UpgradeSharedCluster(ctx context.Context, groupId string, ...) admin.UpgradeSharedClusterApiRequest
- func (_m *ClustersApi) UpgradeSharedClusterExecute(r admin.UpgradeSharedClusterApiRequest) (*admin.LegacyAtlasCluster, *http.Response, error)
- func (_m *ClustersApi) UpgradeSharedClusterToServerless(ctx context.Context, groupId string, ...) admin.UpgradeSharedClusterToServerlessApiRequest
- func (_m *ClustersApi) UpgradeSharedClusterToServerlessExecute(r admin.UpgradeSharedClusterToServerlessApiRequest) (*admin.ServerlessInstanceDescription, *http.Response, error)
- func (_m *ClustersApi) UpgradeSharedClusterToServerlessWithParams(ctx context.Context, args *admin.UpgradeSharedClusterToServerlessApiParams) admin.UpgradeSharedClusterToServerlessApiRequest
- func (_m *ClustersApi) UpgradeSharedClusterWithParams(ctx context.Context, args *admin.UpgradeSharedClusterApiParams) admin.UpgradeSharedClusterApiRequest
- type ClustersApi_CreateClusterExecute_Call
- func (_c *ClustersApi_CreateClusterExecute_Call) Return(_a0 *admin.AdvancedClusterDescription, _a1 *http.Response, _a2 error) *ClustersApi_CreateClusterExecute_Call
- func (_c *ClustersApi_CreateClusterExecute_Call) Run(run func(r admin.CreateClusterApiRequest)) *ClustersApi_CreateClusterExecute_Call
- func (_c *ClustersApi_CreateClusterExecute_Call) RunAndReturn(...) *ClustersApi_CreateClusterExecute_Call
- type ClustersApi_CreateClusterWithParams_Call
- func (_c *ClustersApi_CreateClusterWithParams_Call) Return(_a0 admin.CreateClusterApiRequest) *ClustersApi_CreateClusterWithParams_Call
- func (_c *ClustersApi_CreateClusterWithParams_Call) Run(run func(ctx context.Context, args *admin.CreateClusterApiParams)) *ClustersApi_CreateClusterWithParams_Call
- func (_c *ClustersApi_CreateClusterWithParams_Call) RunAndReturn(...) *ClustersApi_CreateClusterWithParams_Call
- type ClustersApi_CreateCluster_Call
- func (_c *ClustersApi_CreateCluster_Call) Return(_a0 admin.CreateClusterApiRequest) *ClustersApi_CreateCluster_Call
- func (_c *ClustersApi_CreateCluster_Call) Run(run func(ctx context.Context, groupId string, ...)) *ClustersApi_CreateCluster_Call
- func (_c *ClustersApi_CreateCluster_Call) RunAndReturn(...) *ClustersApi_CreateCluster_Call
- type ClustersApi_DeleteClusterExecute_Call
- func (_c *ClustersApi_DeleteClusterExecute_Call) Return(_a0 *http.Response, _a1 error) *ClustersApi_DeleteClusterExecute_Call
- func (_c *ClustersApi_DeleteClusterExecute_Call) Run(run func(r admin.DeleteClusterApiRequest)) *ClustersApi_DeleteClusterExecute_Call
- func (_c *ClustersApi_DeleteClusterExecute_Call) RunAndReturn(run func(admin.DeleteClusterApiRequest) (*http.Response, error)) *ClustersApi_DeleteClusterExecute_Call
- type ClustersApi_DeleteClusterWithParams_Call
- func (_c *ClustersApi_DeleteClusterWithParams_Call) Return(_a0 admin.DeleteClusterApiRequest) *ClustersApi_DeleteClusterWithParams_Call
- func (_c *ClustersApi_DeleteClusterWithParams_Call) Run(run func(ctx context.Context, args *admin.DeleteClusterApiParams)) *ClustersApi_DeleteClusterWithParams_Call
- func (_c *ClustersApi_DeleteClusterWithParams_Call) RunAndReturn(...) *ClustersApi_DeleteClusterWithParams_Call
- type ClustersApi_DeleteCluster_Call
- func (_c *ClustersApi_DeleteCluster_Call) Return(_a0 admin.DeleteClusterApiRequest) *ClustersApi_DeleteCluster_Call
- func (_c *ClustersApi_DeleteCluster_Call) Run(run func(ctx context.Context, groupId string, clusterName string)) *ClustersApi_DeleteCluster_Call
- func (_c *ClustersApi_DeleteCluster_Call) RunAndReturn(run func(context.Context, string, string) admin.DeleteClusterApiRequest) *ClustersApi_DeleteCluster_Call
- type ClustersApi_Expecter
- func (_e *ClustersApi_Expecter) CreateCluster(ctx interface{}, groupId interface{}, advancedClusterDescription interface{}) *ClustersApi_CreateCluster_Call
- func (_e *ClustersApi_Expecter) CreateClusterExecute(r interface{}) *ClustersApi_CreateClusterExecute_Call
- func (_e *ClustersApi_Expecter) CreateClusterWithParams(ctx interface{}, args interface{}) *ClustersApi_CreateClusterWithParams_Call
- func (_e *ClustersApi_Expecter) DeleteCluster(ctx interface{}, groupId interface{}, clusterName interface{}) *ClustersApi_DeleteCluster_Call
- func (_e *ClustersApi_Expecter) DeleteClusterExecute(r interface{}) *ClustersApi_DeleteClusterExecute_Call
- func (_e *ClustersApi_Expecter) DeleteClusterWithParams(ctx interface{}, args interface{}) *ClustersApi_DeleteClusterWithParams_Call
- func (_e *ClustersApi_Expecter) GetCluster(ctx interface{}, groupId interface{}, clusterName interface{}) *ClustersApi_GetCluster_Call
- func (_e *ClustersApi_Expecter) GetClusterAdvancedConfiguration(ctx interface{}, groupId interface{}, clusterName interface{}) *ClustersApi_GetClusterAdvancedConfiguration_Call
- func (_e *ClustersApi_Expecter) GetClusterAdvancedConfigurationExecute(r interface{}) *ClustersApi_GetClusterAdvancedConfigurationExecute_Call
- func (_e *ClustersApi_Expecter) GetClusterAdvancedConfigurationWithParams(ctx interface{}, args interface{}) *ClustersApi_GetClusterAdvancedConfigurationWithParams_Call
- func (_e *ClustersApi_Expecter) GetClusterExecute(r interface{}) *ClustersApi_GetClusterExecute_Call
- func (_e *ClustersApi_Expecter) GetClusterStatus(ctx interface{}, groupId interface{}, clusterName interface{}) *ClustersApi_GetClusterStatus_Call
- func (_e *ClustersApi_Expecter) GetClusterStatusExecute(r interface{}) *ClustersApi_GetClusterStatusExecute_Call
- func (_e *ClustersApi_Expecter) GetClusterStatusWithParams(ctx interface{}, args interface{}) *ClustersApi_GetClusterStatusWithParams_Call
- func (_e *ClustersApi_Expecter) GetClusterWithParams(ctx interface{}, args interface{}) *ClustersApi_GetClusterWithParams_Call
- func (_e *ClustersApi_Expecter) GetSampleDatasetLoadStatus(ctx interface{}, groupId interface{}, sampleDatasetId interface{}) *ClustersApi_GetSampleDatasetLoadStatus_Call
- func (_e *ClustersApi_Expecter) GetSampleDatasetLoadStatusExecute(r interface{}) *ClustersApi_GetSampleDatasetLoadStatusExecute_Call
- func (_e *ClustersApi_Expecter) GetSampleDatasetLoadStatusWithParams(ctx interface{}, args interface{}) *ClustersApi_GetSampleDatasetLoadStatusWithParams_Call
- func (_e *ClustersApi_Expecter) ListCloudProviderRegions(ctx interface{}, groupId interface{}) *ClustersApi_ListCloudProviderRegions_Call
- func (_e *ClustersApi_Expecter) ListCloudProviderRegionsExecute(r interface{}) *ClustersApi_ListCloudProviderRegionsExecute_Call
- func (_e *ClustersApi_Expecter) ListCloudProviderRegionsWithParams(ctx interface{}, args interface{}) *ClustersApi_ListCloudProviderRegionsWithParams_Call
- func (_e *ClustersApi_Expecter) ListClusters(ctx interface{}, groupId interface{}) *ClustersApi_ListClusters_Call
- func (_e *ClustersApi_Expecter) ListClustersExecute(r interface{}) *ClustersApi_ListClustersExecute_Call
- func (_e *ClustersApi_Expecter) ListClustersForAllProjects(ctx interface{}) *ClustersApi_ListClustersForAllProjects_Call
- func (_e *ClustersApi_Expecter) ListClustersForAllProjectsExecute(r interface{}) *ClustersApi_ListClustersForAllProjectsExecute_Call
- func (_e *ClustersApi_Expecter) ListClustersForAllProjectsWithParams(ctx interface{}, args interface{}) *ClustersApi_ListClustersForAllProjectsWithParams_Call
- func (_e *ClustersApi_Expecter) ListClustersWithParams(ctx interface{}, args interface{}) *ClustersApi_ListClustersWithParams_Call
- func (_e *ClustersApi_Expecter) LoadSampleDataset(ctx interface{}, groupId interface{}, name interface{}) *ClustersApi_LoadSampleDataset_Call
- func (_e *ClustersApi_Expecter) LoadSampleDatasetExecute(r interface{}) *ClustersApi_LoadSampleDatasetExecute_Call
- func (_e *ClustersApi_Expecter) LoadSampleDatasetWithParams(ctx interface{}, args interface{}) *ClustersApi_LoadSampleDatasetWithParams_Call
- func (_e *ClustersApi_Expecter) TestFailover(ctx interface{}, groupId interface{}, clusterName interface{}) *ClustersApi_TestFailover_Call
- func (_e *ClustersApi_Expecter) TestFailoverExecute(r interface{}) *ClustersApi_TestFailoverExecute_Call
- func (_e *ClustersApi_Expecter) TestFailoverWithParams(ctx interface{}, args interface{}) *ClustersApi_TestFailoverWithParams_Call
- func (_e *ClustersApi_Expecter) UpdateCluster(ctx interface{}, groupId interface{}, clusterName interface{}, ...) *ClustersApi_UpdateCluster_Call
- func (_e *ClustersApi_Expecter) UpdateClusterAdvancedConfiguration(ctx interface{}, groupId interface{}, clusterName interface{}, ...) *ClustersApi_UpdateClusterAdvancedConfiguration_Call
- func (_e *ClustersApi_Expecter) UpdateClusterAdvancedConfigurationExecute(r interface{}) *ClustersApi_UpdateClusterAdvancedConfigurationExecute_Call
- func (_e *ClustersApi_Expecter) UpdateClusterAdvancedConfigurationWithParams(ctx interface{}, args interface{}) *ClustersApi_UpdateClusterAdvancedConfigurationWithParams_Call
- func (_e *ClustersApi_Expecter) UpdateClusterExecute(r interface{}) *ClustersApi_UpdateClusterExecute_Call
- func (_e *ClustersApi_Expecter) UpdateClusterWithParams(ctx interface{}, args interface{}) *ClustersApi_UpdateClusterWithParams_Call
- func (_e *ClustersApi_Expecter) UpgradeSharedCluster(ctx interface{}, groupId interface{}, ...) *ClustersApi_UpgradeSharedCluster_Call
- func (_e *ClustersApi_Expecter) UpgradeSharedClusterExecute(r interface{}) *ClustersApi_UpgradeSharedClusterExecute_Call
- func (_e *ClustersApi_Expecter) UpgradeSharedClusterToServerless(ctx interface{}, groupId interface{}, ...) *ClustersApi_UpgradeSharedClusterToServerless_Call
- func (_e *ClustersApi_Expecter) UpgradeSharedClusterToServerlessExecute(r interface{}) *ClustersApi_UpgradeSharedClusterToServerlessExecute_Call
- func (_e *ClustersApi_Expecter) UpgradeSharedClusterToServerlessWithParams(ctx interface{}, args interface{}) *ClustersApi_UpgradeSharedClusterToServerlessWithParams_Call
- func (_e *ClustersApi_Expecter) UpgradeSharedClusterWithParams(ctx interface{}, args interface{}) *ClustersApi_UpgradeSharedClusterWithParams_Call
- type ClustersApi_GetClusterAdvancedConfigurationExecute_Call
- func (_c *ClustersApi_GetClusterAdvancedConfigurationExecute_Call) Return(_a0 *admin.ClusterDescriptionProcessArgs, _a1 *http.Response, _a2 error) *ClustersApi_GetClusterAdvancedConfigurationExecute_Call
- func (_c *ClustersApi_GetClusterAdvancedConfigurationExecute_Call) Run(run func(r admin.GetClusterAdvancedConfigurationApiRequest)) *ClustersApi_GetClusterAdvancedConfigurationExecute_Call
- func (_c *ClustersApi_GetClusterAdvancedConfigurationExecute_Call) RunAndReturn(...) *ClustersApi_GetClusterAdvancedConfigurationExecute_Call
- type ClustersApi_GetClusterAdvancedConfigurationWithParams_Call
- func (_c *ClustersApi_GetClusterAdvancedConfigurationWithParams_Call) Return(_a0 admin.GetClusterAdvancedConfigurationApiRequest) *ClustersApi_GetClusterAdvancedConfigurationWithParams_Call
- func (_c *ClustersApi_GetClusterAdvancedConfigurationWithParams_Call) Run(...) *ClustersApi_GetClusterAdvancedConfigurationWithParams_Call
- func (_c *ClustersApi_GetClusterAdvancedConfigurationWithParams_Call) RunAndReturn(...) *ClustersApi_GetClusterAdvancedConfigurationWithParams_Call
- type ClustersApi_GetClusterAdvancedConfiguration_Call
- func (_c *ClustersApi_GetClusterAdvancedConfiguration_Call) Return(_a0 admin.GetClusterAdvancedConfigurationApiRequest) *ClustersApi_GetClusterAdvancedConfiguration_Call
- func (_c *ClustersApi_GetClusterAdvancedConfiguration_Call) Run(run func(ctx context.Context, groupId string, clusterName string)) *ClustersApi_GetClusterAdvancedConfiguration_Call
- func (_c *ClustersApi_GetClusterAdvancedConfiguration_Call) RunAndReturn(...) *ClustersApi_GetClusterAdvancedConfiguration_Call
- type ClustersApi_GetClusterExecute_Call
- func (_c *ClustersApi_GetClusterExecute_Call) Return(_a0 *admin.AdvancedClusterDescription, _a1 *http.Response, _a2 error) *ClustersApi_GetClusterExecute_Call
- func (_c *ClustersApi_GetClusterExecute_Call) Run(run func(r admin.GetClusterApiRequest)) *ClustersApi_GetClusterExecute_Call
- func (_c *ClustersApi_GetClusterExecute_Call) RunAndReturn(...) *ClustersApi_GetClusterExecute_Call
- type ClustersApi_GetClusterStatusExecute_Call
- func (_c *ClustersApi_GetClusterStatusExecute_Call) Return(_a0 *admin.ClusterStatus, _a1 *http.Response, _a2 error) *ClustersApi_GetClusterStatusExecute_Call
- func (_c *ClustersApi_GetClusterStatusExecute_Call) Run(run func(r admin.GetClusterStatusApiRequest)) *ClustersApi_GetClusterStatusExecute_Call
- func (_c *ClustersApi_GetClusterStatusExecute_Call) RunAndReturn(...) *ClustersApi_GetClusterStatusExecute_Call
- type ClustersApi_GetClusterStatusWithParams_Call
- func (_c *ClustersApi_GetClusterStatusWithParams_Call) Return(_a0 admin.GetClusterStatusApiRequest) *ClustersApi_GetClusterStatusWithParams_Call
- func (_c *ClustersApi_GetClusterStatusWithParams_Call) Run(run func(ctx context.Context, args *admin.GetClusterStatusApiParams)) *ClustersApi_GetClusterStatusWithParams_Call
- func (_c *ClustersApi_GetClusterStatusWithParams_Call) RunAndReturn(...) *ClustersApi_GetClusterStatusWithParams_Call
- type ClustersApi_GetClusterStatus_Call
- func (_c *ClustersApi_GetClusterStatus_Call) Return(_a0 admin.GetClusterStatusApiRequest) *ClustersApi_GetClusterStatus_Call
- func (_c *ClustersApi_GetClusterStatus_Call) Run(run func(ctx context.Context, groupId string, clusterName string)) *ClustersApi_GetClusterStatus_Call
- func (_c *ClustersApi_GetClusterStatus_Call) RunAndReturn(run func(context.Context, string, string) admin.GetClusterStatusApiRequest) *ClustersApi_GetClusterStatus_Call
- type ClustersApi_GetClusterWithParams_Call
- func (_c *ClustersApi_GetClusterWithParams_Call) Return(_a0 admin.GetClusterApiRequest) *ClustersApi_GetClusterWithParams_Call
- func (_c *ClustersApi_GetClusterWithParams_Call) Run(run func(ctx context.Context, args *admin.GetClusterApiParams)) *ClustersApi_GetClusterWithParams_Call
- func (_c *ClustersApi_GetClusterWithParams_Call) RunAndReturn(...) *ClustersApi_GetClusterWithParams_Call
- type ClustersApi_GetCluster_Call
- func (_c *ClustersApi_GetCluster_Call) Return(_a0 admin.GetClusterApiRequest) *ClustersApi_GetCluster_Call
- func (_c *ClustersApi_GetCluster_Call) Run(run func(ctx context.Context, groupId string, clusterName string)) *ClustersApi_GetCluster_Call
- func (_c *ClustersApi_GetCluster_Call) RunAndReturn(run func(context.Context, string, string) admin.GetClusterApiRequest) *ClustersApi_GetCluster_Call
- type ClustersApi_GetSampleDatasetLoadStatusExecute_Call
- func (_c *ClustersApi_GetSampleDatasetLoadStatusExecute_Call) Return(_a0 *admin.SampleDatasetStatus, _a1 *http.Response, _a2 error) *ClustersApi_GetSampleDatasetLoadStatusExecute_Call
- func (_c *ClustersApi_GetSampleDatasetLoadStatusExecute_Call) Run(run func(r admin.GetSampleDatasetLoadStatusApiRequest)) *ClustersApi_GetSampleDatasetLoadStatusExecute_Call
- func (_c *ClustersApi_GetSampleDatasetLoadStatusExecute_Call) RunAndReturn(...) *ClustersApi_GetSampleDatasetLoadStatusExecute_Call
- type ClustersApi_GetSampleDatasetLoadStatusWithParams_Call
- func (_c *ClustersApi_GetSampleDatasetLoadStatusWithParams_Call) Return(_a0 admin.GetSampleDatasetLoadStatusApiRequest) *ClustersApi_GetSampleDatasetLoadStatusWithParams_Call
- func (_c *ClustersApi_GetSampleDatasetLoadStatusWithParams_Call) Run(run func(ctx context.Context, args *admin.GetSampleDatasetLoadStatusApiParams)) *ClustersApi_GetSampleDatasetLoadStatusWithParams_Call
- func (_c *ClustersApi_GetSampleDatasetLoadStatusWithParams_Call) RunAndReturn(...) *ClustersApi_GetSampleDatasetLoadStatusWithParams_Call
- type ClustersApi_GetSampleDatasetLoadStatus_Call
- func (_c *ClustersApi_GetSampleDatasetLoadStatus_Call) Return(_a0 admin.GetSampleDatasetLoadStatusApiRequest) *ClustersApi_GetSampleDatasetLoadStatus_Call
- func (_c *ClustersApi_GetSampleDatasetLoadStatus_Call) Run(run func(ctx context.Context, groupId string, sampleDatasetId string)) *ClustersApi_GetSampleDatasetLoadStatus_Call
- func (_c *ClustersApi_GetSampleDatasetLoadStatus_Call) RunAndReturn(...) *ClustersApi_GetSampleDatasetLoadStatus_Call
- type ClustersApi_ListCloudProviderRegionsExecute_Call
- func (_c *ClustersApi_ListCloudProviderRegionsExecute_Call) Return(_a0 *admin.PaginatedApiAtlasProviderRegions, _a1 *http.Response, _a2 error) *ClustersApi_ListCloudProviderRegionsExecute_Call
- func (_c *ClustersApi_ListCloudProviderRegionsExecute_Call) Run(run func(r admin.ListCloudProviderRegionsApiRequest)) *ClustersApi_ListCloudProviderRegionsExecute_Call
- func (_c *ClustersApi_ListCloudProviderRegionsExecute_Call) RunAndReturn(...) *ClustersApi_ListCloudProviderRegionsExecute_Call
- type ClustersApi_ListCloudProviderRegionsWithParams_Call
- func (_c *ClustersApi_ListCloudProviderRegionsWithParams_Call) Return(_a0 admin.ListCloudProviderRegionsApiRequest) *ClustersApi_ListCloudProviderRegionsWithParams_Call
- func (_c *ClustersApi_ListCloudProviderRegionsWithParams_Call) Run(run func(ctx context.Context, args *admin.ListCloudProviderRegionsApiParams)) *ClustersApi_ListCloudProviderRegionsWithParams_Call
- func (_c *ClustersApi_ListCloudProviderRegionsWithParams_Call) RunAndReturn(...) *ClustersApi_ListCloudProviderRegionsWithParams_Call
- type ClustersApi_ListCloudProviderRegions_Call
- func (_c *ClustersApi_ListCloudProviderRegions_Call) Return(_a0 admin.ListCloudProviderRegionsApiRequest) *ClustersApi_ListCloudProviderRegions_Call
- func (_c *ClustersApi_ListCloudProviderRegions_Call) Run(run func(ctx context.Context, groupId string)) *ClustersApi_ListCloudProviderRegions_Call
- func (_c *ClustersApi_ListCloudProviderRegions_Call) RunAndReturn(run func(context.Context, string) admin.ListCloudProviderRegionsApiRequest) *ClustersApi_ListCloudProviderRegions_Call
- type ClustersApi_ListClustersExecute_Call
- func (_c *ClustersApi_ListClustersExecute_Call) Return(_a0 *admin.PaginatedAdvancedClusterDescription, _a1 *http.Response, _a2 error) *ClustersApi_ListClustersExecute_Call
- func (_c *ClustersApi_ListClustersExecute_Call) Run(run func(r admin.ListClustersApiRequest)) *ClustersApi_ListClustersExecute_Call
- func (_c *ClustersApi_ListClustersExecute_Call) RunAndReturn(...) *ClustersApi_ListClustersExecute_Call
- type ClustersApi_ListClustersForAllProjectsExecute_Call
- func (_c *ClustersApi_ListClustersForAllProjectsExecute_Call) Return(_a0 *admin.PaginatedOrgGroup, _a1 *http.Response, _a2 error) *ClustersApi_ListClustersForAllProjectsExecute_Call
- func (_c *ClustersApi_ListClustersForAllProjectsExecute_Call) Run(run func(r admin.ListClustersForAllProjectsApiRequest)) *ClustersApi_ListClustersForAllProjectsExecute_Call
- func (_c *ClustersApi_ListClustersForAllProjectsExecute_Call) RunAndReturn(...) *ClustersApi_ListClustersForAllProjectsExecute_Call
- type ClustersApi_ListClustersForAllProjectsWithParams_Call
- func (_c *ClustersApi_ListClustersForAllProjectsWithParams_Call) Return(_a0 admin.ListClustersForAllProjectsApiRequest) *ClustersApi_ListClustersForAllProjectsWithParams_Call
- func (_c *ClustersApi_ListClustersForAllProjectsWithParams_Call) Run(run func(ctx context.Context, args *admin.ListClustersForAllProjectsApiParams)) *ClustersApi_ListClustersForAllProjectsWithParams_Call
- func (_c *ClustersApi_ListClustersForAllProjectsWithParams_Call) RunAndReturn(...) *ClustersApi_ListClustersForAllProjectsWithParams_Call
- type ClustersApi_ListClustersForAllProjects_Call
- func (_c *ClustersApi_ListClustersForAllProjects_Call) Return(_a0 admin.ListClustersForAllProjectsApiRequest) *ClustersApi_ListClustersForAllProjects_Call
- func (_c *ClustersApi_ListClustersForAllProjects_Call) Run(run func(ctx context.Context)) *ClustersApi_ListClustersForAllProjects_Call
- func (_c *ClustersApi_ListClustersForAllProjects_Call) RunAndReturn(run func(context.Context) admin.ListClustersForAllProjectsApiRequest) *ClustersApi_ListClustersForAllProjects_Call
- type ClustersApi_ListClustersWithParams_Call
- func (_c *ClustersApi_ListClustersWithParams_Call) Return(_a0 admin.ListClustersApiRequest) *ClustersApi_ListClustersWithParams_Call
- func (_c *ClustersApi_ListClustersWithParams_Call) Run(run func(ctx context.Context, args *admin.ListClustersApiParams)) *ClustersApi_ListClustersWithParams_Call
- func (_c *ClustersApi_ListClustersWithParams_Call) RunAndReturn(...) *ClustersApi_ListClustersWithParams_Call
- type ClustersApi_ListClusters_Call
- func (_c *ClustersApi_ListClusters_Call) Return(_a0 admin.ListClustersApiRequest) *ClustersApi_ListClusters_Call
- func (_c *ClustersApi_ListClusters_Call) Run(run func(ctx context.Context, groupId string)) *ClustersApi_ListClusters_Call
- func (_c *ClustersApi_ListClusters_Call) RunAndReturn(run func(context.Context, string) admin.ListClustersApiRequest) *ClustersApi_ListClusters_Call
- type ClustersApi_LoadSampleDatasetExecute_Call
- func (_c *ClustersApi_LoadSampleDatasetExecute_Call) Return(_a0 *admin.SampleDatasetStatus, _a1 *http.Response, _a2 error) *ClustersApi_LoadSampleDatasetExecute_Call
- func (_c *ClustersApi_LoadSampleDatasetExecute_Call) Run(run func(r admin.LoadSampleDatasetApiRequest)) *ClustersApi_LoadSampleDatasetExecute_Call
- func (_c *ClustersApi_LoadSampleDatasetExecute_Call) RunAndReturn(...) *ClustersApi_LoadSampleDatasetExecute_Call
- type ClustersApi_LoadSampleDatasetWithParams_Call
- func (_c *ClustersApi_LoadSampleDatasetWithParams_Call) Return(_a0 admin.LoadSampleDatasetApiRequest) *ClustersApi_LoadSampleDatasetWithParams_Call
- func (_c *ClustersApi_LoadSampleDatasetWithParams_Call) Run(run func(ctx context.Context, args *admin.LoadSampleDatasetApiParams)) *ClustersApi_LoadSampleDatasetWithParams_Call
- func (_c *ClustersApi_LoadSampleDatasetWithParams_Call) RunAndReturn(...) *ClustersApi_LoadSampleDatasetWithParams_Call
- type ClustersApi_LoadSampleDataset_Call
- func (_c *ClustersApi_LoadSampleDataset_Call) Return(_a0 admin.LoadSampleDatasetApiRequest) *ClustersApi_LoadSampleDataset_Call
- func (_c *ClustersApi_LoadSampleDataset_Call) Run(run func(ctx context.Context, groupId string, name string)) *ClustersApi_LoadSampleDataset_Call
- func (_c *ClustersApi_LoadSampleDataset_Call) RunAndReturn(run func(context.Context, string, string) admin.LoadSampleDatasetApiRequest) *ClustersApi_LoadSampleDataset_Call
- type ClustersApi_TestFailoverExecute_Call
- func (_c *ClustersApi_TestFailoverExecute_Call) Return(_a0 *http.Response, _a1 error) *ClustersApi_TestFailoverExecute_Call
- func (_c *ClustersApi_TestFailoverExecute_Call) Run(run func(r admin.TestFailoverApiRequest)) *ClustersApi_TestFailoverExecute_Call
- func (_c *ClustersApi_TestFailoverExecute_Call) RunAndReturn(run func(admin.TestFailoverApiRequest) (*http.Response, error)) *ClustersApi_TestFailoverExecute_Call
- type ClustersApi_TestFailoverWithParams_Call
- func (_c *ClustersApi_TestFailoverWithParams_Call) Return(_a0 admin.TestFailoverApiRequest) *ClustersApi_TestFailoverWithParams_Call
- func (_c *ClustersApi_TestFailoverWithParams_Call) Run(run func(ctx context.Context, args *admin.TestFailoverApiParams)) *ClustersApi_TestFailoverWithParams_Call
- func (_c *ClustersApi_TestFailoverWithParams_Call) RunAndReturn(...) *ClustersApi_TestFailoverWithParams_Call
- type ClustersApi_TestFailover_Call
- func (_c *ClustersApi_TestFailover_Call) Return(_a0 admin.TestFailoverApiRequest) *ClustersApi_TestFailover_Call
- func (_c *ClustersApi_TestFailover_Call) Run(run func(ctx context.Context, groupId string, clusterName string)) *ClustersApi_TestFailover_Call
- func (_c *ClustersApi_TestFailover_Call) RunAndReturn(run func(context.Context, string, string) admin.TestFailoverApiRequest) *ClustersApi_TestFailover_Call
- type ClustersApi_UpdateClusterAdvancedConfigurationExecute_Call
- func (_c *ClustersApi_UpdateClusterAdvancedConfigurationExecute_Call) Return(_a0 *admin.ClusterDescriptionProcessArgs, _a1 *http.Response, _a2 error) *ClustersApi_UpdateClusterAdvancedConfigurationExecute_Call
- func (_c *ClustersApi_UpdateClusterAdvancedConfigurationExecute_Call) Run(run func(r admin.UpdateClusterAdvancedConfigurationApiRequest)) *ClustersApi_UpdateClusterAdvancedConfigurationExecute_Call
- func (_c *ClustersApi_UpdateClusterAdvancedConfigurationExecute_Call) RunAndReturn(...) *ClustersApi_UpdateClusterAdvancedConfigurationExecute_Call
- type ClustersApi_UpdateClusterAdvancedConfigurationWithParams_Call
- func (_c *ClustersApi_UpdateClusterAdvancedConfigurationWithParams_Call) Return(_a0 admin.UpdateClusterAdvancedConfigurationApiRequest) *ClustersApi_UpdateClusterAdvancedConfigurationWithParams_Call
- func (_c *ClustersApi_UpdateClusterAdvancedConfigurationWithParams_Call) Run(...) *ClustersApi_UpdateClusterAdvancedConfigurationWithParams_Call
- func (_c *ClustersApi_UpdateClusterAdvancedConfigurationWithParams_Call) RunAndReturn(...) *ClustersApi_UpdateClusterAdvancedConfigurationWithParams_Call
- type ClustersApi_UpdateClusterAdvancedConfiguration_Call
- func (_c *ClustersApi_UpdateClusterAdvancedConfiguration_Call) Return(_a0 admin.UpdateClusterAdvancedConfigurationApiRequest) *ClustersApi_UpdateClusterAdvancedConfiguration_Call
- func (_c *ClustersApi_UpdateClusterAdvancedConfiguration_Call) Run(run func(ctx context.Context, groupId string, clusterName string, ...)) *ClustersApi_UpdateClusterAdvancedConfiguration_Call
- func (_c *ClustersApi_UpdateClusterAdvancedConfiguration_Call) RunAndReturn(...) *ClustersApi_UpdateClusterAdvancedConfiguration_Call
- type ClustersApi_UpdateClusterExecute_Call
- func (_c *ClustersApi_UpdateClusterExecute_Call) Return(_a0 *admin.AdvancedClusterDescription, _a1 *http.Response, _a2 error) *ClustersApi_UpdateClusterExecute_Call
- func (_c *ClustersApi_UpdateClusterExecute_Call) Run(run func(r admin.UpdateClusterApiRequest)) *ClustersApi_UpdateClusterExecute_Call
- func (_c *ClustersApi_UpdateClusterExecute_Call) RunAndReturn(...) *ClustersApi_UpdateClusterExecute_Call
- type ClustersApi_UpdateClusterWithParams_Call
- func (_c *ClustersApi_UpdateClusterWithParams_Call) Return(_a0 admin.UpdateClusterApiRequest) *ClustersApi_UpdateClusterWithParams_Call
- func (_c *ClustersApi_UpdateClusterWithParams_Call) Run(run func(ctx context.Context, args *admin.UpdateClusterApiParams)) *ClustersApi_UpdateClusterWithParams_Call
- func (_c *ClustersApi_UpdateClusterWithParams_Call) RunAndReturn(...) *ClustersApi_UpdateClusterWithParams_Call
- type ClustersApi_UpdateCluster_Call
- func (_c *ClustersApi_UpdateCluster_Call) Return(_a0 admin.UpdateClusterApiRequest) *ClustersApi_UpdateCluster_Call
- func (_c *ClustersApi_UpdateCluster_Call) Run(run func(ctx context.Context, groupId string, clusterName string, ...)) *ClustersApi_UpdateCluster_Call
- func (_c *ClustersApi_UpdateCluster_Call) RunAndReturn(...) *ClustersApi_UpdateCluster_Call
- type ClustersApi_UpgradeSharedClusterExecute_Call
- func (_c *ClustersApi_UpgradeSharedClusterExecute_Call) Return(_a0 *admin.LegacyAtlasCluster, _a1 *http.Response, _a2 error) *ClustersApi_UpgradeSharedClusterExecute_Call
- func (_c *ClustersApi_UpgradeSharedClusterExecute_Call) Run(run func(r admin.UpgradeSharedClusterApiRequest)) *ClustersApi_UpgradeSharedClusterExecute_Call
- func (_c *ClustersApi_UpgradeSharedClusterExecute_Call) RunAndReturn(...) *ClustersApi_UpgradeSharedClusterExecute_Call
- type ClustersApi_UpgradeSharedClusterToServerlessExecute_Call
- func (_c *ClustersApi_UpgradeSharedClusterToServerlessExecute_Call) Return(_a0 *admin.ServerlessInstanceDescription, _a1 *http.Response, _a2 error) *ClustersApi_UpgradeSharedClusterToServerlessExecute_Call
- func (_c *ClustersApi_UpgradeSharedClusterToServerlessExecute_Call) Run(run func(r admin.UpgradeSharedClusterToServerlessApiRequest)) *ClustersApi_UpgradeSharedClusterToServerlessExecute_Call
- func (_c *ClustersApi_UpgradeSharedClusterToServerlessExecute_Call) RunAndReturn(...) *ClustersApi_UpgradeSharedClusterToServerlessExecute_Call
- type ClustersApi_UpgradeSharedClusterToServerlessWithParams_Call
- func (_c *ClustersApi_UpgradeSharedClusterToServerlessWithParams_Call) Return(_a0 admin.UpgradeSharedClusterToServerlessApiRequest) *ClustersApi_UpgradeSharedClusterToServerlessWithParams_Call
- func (_c *ClustersApi_UpgradeSharedClusterToServerlessWithParams_Call) Run(...) *ClustersApi_UpgradeSharedClusterToServerlessWithParams_Call
- func (_c *ClustersApi_UpgradeSharedClusterToServerlessWithParams_Call) RunAndReturn(...) *ClustersApi_UpgradeSharedClusterToServerlessWithParams_Call
- type ClustersApi_UpgradeSharedClusterToServerless_Call
- func (_c *ClustersApi_UpgradeSharedClusterToServerless_Call) Return(_a0 admin.UpgradeSharedClusterToServerlessApiRequest) *ClustersApi_UpgradeSharedClusterToServerless_Call
- func (_c *ClustersApi_UpgradeSharedClusterToServerless_Call) Run(run func(ctx context.Context, groupId string, ...)) *ClustersApi_UpgradeSharedClusterToServerless_Call
- func (_c *ClustersApi_UpgradeSharedClusterToServerless_Call) RunAndReturn(...) *ClustersApi_UpgradeSharedClusterToServerless_Call
- type ClustersApi_UpgradeSharedClusterWithParams_Call
- func (_c *ClustersApi_UpgradeSharedClusterWithParams_Call) Return(_a0 admin.UpgradeSharedClusterApiRequest) *ClustersApi_UpgradeSharedClusterWithParams_Call
- func (_c *ClustersApi_UpgradeSharedClusterWithParams_Call) Run(run func(ctx context.Context, args *admin.UpgradeSharedClusterApiParams)) *ClustersApi_UpgradeSharedClusterWithParams_Call
- func (_c *ClustersApi_UpgradeSharedClusterWithParams_Call) RunAndReturn(...) *ClustersApi_UpgradeSharedClusterWithParams_Call
- type ClustersApi_UpgradeSharedCluster_Call
- func (_c *ClustersApi_UpgradeSharedCluster_Call) Return(_a0 admin.UpgradeSharedClusterApiRequest) *ClustersApi_UpgradeSharedCluster_Call
- func (_c *ClustersApi_UpgradeSharedCluster_Call) Run(run func(ctx context.Context, groupId string, ...)) *ClustersApi_UpgradeSharedCluster_Call
- func (_c *ClustersApi_UpgradeSharedCluster_Call) RunAndReturn(...) *ClustersApi_UpgradeSharedCluster_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 ProjectsApi
- func (_m *ProjectsApi) AddUserToProject(ctx context.Context, groupId string, ...) admin.AddUserToProjectApiRequest
- func (_m *ProjectsApi) AddUserToProjectExecute(r admin.AddUserToProjectApiRequest) (*admin.OrganizationInvitation, *http.Response, error)
- func (_m *ProjectsApi) AddUserToProjectWithParams(ctx context.Context, args *admin.AddUserToProjectApiParams) admin.AddUserToProjectApiRequest
- func (_m *ProjectsApi) CreateProject(ctx context.Context, group *admin.Group) admin.CreateProjectApiRequest
- func (_m *ProjectsApi) CreateProjectExecute(r admin.CreateProjectApiRequest) (*admin.Group, *http.Response, error)
- func (_m *ProjectsApi) CreateProjectInvitation(ctx context.Context, groupId string, ...) admin.CreateProjectInvitationApiRequest
- func (_m *ProjectsApi) CreateProjectInvitationExecute(r admin.CreateProjectInvitationApiRequest) (*admin.GroupInvitation, *http.Response, error)
- func (_m *ProjectsApi) CreateProjectInvitationWithParams(ctx context.Context, args *admin.CreateProjectInvitationApiParams) admin.CreateProjectInvitationApiRequest
- func (_m *ProjectsApi) CreateProjectWithParams(ctx context.Context, args *admin.CreateProjectApiParams) admin.CreateProjectApiRequest
- func (_m *ProjectsApi) DeleteProject(ctx context.Context, groupId string) admin.DeleteProjectApiRequest
- func (_m *ProjectsApi) DeleteProjectExecute(r admin.DeleteProjectApiRequest) (map[string]interface{}, *http.Response, error)
- func (_m *ProjectsApi) DeleteProjectInvitation(ctx context.Context, groupId string, invitationId string) admin.DeleteProjectInvitationApiRequest
- func (_m *ProjectsApi) DeleteProjectInvitationExecute(r admin.DeleteProjectInvitationApiRequest) (map[string]interface{}, *http.Response, error)
- func (_m *ProjectsApi) DeleteProjectInvitationWithParams(ctx context.Context, args *admin.DeleteProjectInvitationApiParams) admin.DeleteProjectInvitationApiRequest
- func (_m *ProjectsApi) DeleteProjectLimit(ctx context.Context, limitName string, groupId string) admin.DeleteProjectLimitApiRequest
- func (_m *ProjectsApi) DeleteProjectLimitExecute(r admin.DeleteProjectLimitApiRequest) (map[string]interface{}, *http.Response, error)
- func (_m *ProjectsApi) DeleteProjectLimitWithParams(ctx context.Context, args *admin.DeleteProjectLimitApiParams) admin.DeleteProjectLimitApiRequest
- func (_m *ProjectsApi) DeleteProjectWithParams(ctx context.Context, args *admin.DeleteProjectApiParams) admin.DeleteProjectApiRequest
- func (_m *ProjectsApi) EXPECT() *ProjectsApi_Expecter
- func (_m *ProjectsApi) GetProject(ctx context.Context, groupId string) admin.GetProjectApiRequest
- func (_m *ProjectsApi) GetProjectByName(ctx context.Context, groupName string) admin.GetProjectByNameApiRequest
- func (_m *ProjectsApi) GetProjectByNameExecute(r admin.GetProjectByNameApiRequest) (*admin.Group, *http.Response, error)
- func (_m *ProjectsApi) GetProjectByNameWithParams(ctx context.Context, args *admin.GetProjectByNameApiParams) admin.GetProjectByNameApiRequest
- func (_m *ProjectsApi) GetProjectExecute(r admin.GetProjectApiRequest) (*admin.Group, *http.Response, error)
- func (_m *ProjectsApi) GetProjectInvitation(ctx context.Context, groupId string, invitationId string) admin.GetProjectInvitationApiRequest
- func (_m *ProjectsApi) GetProjectInvitationExecute(r admin.GetProjectInvitationApiRequest) (*admin.GroupInvitation, *http.Response, error)
- func (_m *ProjectsApi) GetProjectInvitationWithParams(ctx context.Context, args *admin.GetProjectInvitationApiParams) admin.GetProjectInvitationApiRequest
- func (_m *ProjectsApi) GetProjectLimit(ctx context.Context, limitName string, groupId string) admin.GetProjectLimitApiRequest
- func (_m *ProjectsApi) GetProjectLimitExecute(r admin.GetProjectLimitApiRequest) (*admin.DataFederationLimit, *http.Response, error)
- func (_m *ProjectsApi) GetProjectLimitWithParams(ctx context.Context, args *admin.GetProjectLimitApiParams) admin.GetProjectLimitApiRequest
- func (_m *ProjectsApi) GetProjectSettings(ctx context.Context, groupId string) admin.GetProjectSettingsApiRequest
- func (_m *ProjectsApi) GetProjectSettingsExecute(r admin.GetProjectSettingsApiRequest) (*admin.GroupSettings, *http.Response, error)
- func (_m *ProjectsApi) GetProjectSettingsWithParams(ctx context.Context, args *admin.GetProjectSettingsApiParams) admin.GetProjectSettingsApiRequest
- func (_m *ProjectsApi) GetProjectWithParams(ctx context.Context, args *admin.GetProjectApiParams) admin.GetProjectApiRequest
- func (_m *ProjectsApi) ListProjectInvitations(ctx context.Context, groupId string) admin.ListProjectInvitationsApiRequest
- func (_m *ProjectsApi) ListProjectInvitationsExecute(r admin.ListProjectInvitationsApiRequest) ([]admin.GroupInvitation, *http.Response, error)
- func (_m *ProjectsApi) ListProjectInvitationsWithParams(ctx context.Context, args *admin.ListProjectInvitationsApiParams) admin.ListProjectInvitationsApiRequest
- func (_m *ProjectsApi) ListProjectLimits(ctx context.Context, groupId string) admin.ListProjectLimitsApiRequest
- func (_m *ProjectsApi) ListProjectLimitsExecute(r admin.ListProjectLimitsApiRequest) ([]admin.DataFederationLimit, *http.Response, error)
- func (_m *ProjectsApi) ListProjectLimitsWithParams(ctx context.Context, args *admin.ListProjectLimitsApiParams) admin.ListProjectLimitsApiRequest
- func (_m *ProjectsApi) ListProjectUsers(ctx context.Context, groupId string) admin.ListProjectUsersApiRequest
- func (_m *ProjectsApi) ListProjectUsersExecute(r admin.ListProjectUsersApiRequest) (*admin.PaginatedAppUser, *http.Response, error)
- func (_m *ProjectsApi) ListProjectUsersWithParams(ctx context.Context, args *admin.ListProjectUsersApiParams) admin.ListProjectUsersApiRequest
- func (_m *ProjectsApi) ListProjects(ctx context.Context) admin.ListProjectsApiRequest
- func (_m *ProjectsApi) ListProjectsExecute(r admin.ListProjectsApiRequest) (*admin.PaginatedAtlasGroup, *http.Response, error)
- func (_m *ProjectsApi) ListProjectsWithParams(ctx context.Context, args *admin.ListProjectsApiParams) admin.ListProjectsApiRequest
- func (_m *ProjectsApi) RemoveProjectUser(ctx context.Context, groupId string, userId string) admin.RemoveProjectUserApiRequest
- func (_m *ProjectsApi) RemoveProjectUserExecute(r admin.RemoveProjectUserApiRequest) (*http.Response, error)
- func (_m *ProjectsApi) RemoveProjectUserWithParams(ctx context.Context, args *admin.RemoveProjectUserApiParams) admin.RemoveProjectUserApiRequest
- func (_m *ProjectsApi) ReturnAllIPAddresses(ctx context.Context, groupId string) admin.ReturnAllIPAddressesApiRequest
- func (_m *ProjectsApi) ReturnAllIPAddressesExecute(r admin.ReturnAllIPAddressesApiRequest) (*admin.GroupIPAddresses, *http.Response, error)
- func (_m *ProjectsApi) ReturnAllIPAddressesWithParams(ctx context.Context, args *admin.ReturnAllIPAddressesApiParams) admin.ReturnAllIPAddressesApiRequest
- func (_m *ProjectsApi) SetProjectLimit(ctx context.Context, limitName string, groupId string, ...) admin.SetProjectLimitApiRequest
- func (_m *ProjectsApi) SetProjectLimitExecute(r admin.SetProjectLimitApiRequest) (*admin.DataFederationLimit, *http.Response, error)
- func (_m *ProjectsApi) SetProjectLimitWithParams(ctx context.Context, args *admin.SetProjectLimitApiParams) admin.SetProjectLimitApiRequest
- func (_m *ProjectsApi) UpdateProject(ctx context.Context, groupId string, groupUpdate *admin.GroupUpdate) admin.UpdateProjectApiRequest
- func (_m *ProjectsApi) UpdateProjectExecute(r admin.UpdateProjectApiRequest) (*admin.Group, *http.Response, error)
- func (_m *ProjectsApi) UpdateProjectInvitation(ctx context.Context, groupId string, ...) admin.UpdateProjectInvitationApiRequest
- func (_m *ProjectsApi) UpdateProjectInvitationById(ctx context.Context, groupId string, invitationId string, ...) admin.UpdateProjectInvitationByIdApiRequest
- func (_m *ProjectsApi) UpdateProjectInvitationByIdExecute(r admin.UpdateProjectInvitationByIdApiRequest) (*admin.GroupInvitation, *http.Response, error)
- func (_m *ProjectsApi) UpdateProjectInvitationByIdWithParams(ctx context.Context, args *admin.UpdateProjectInvitationByIdApiParams) admin.UpdateProjectInvitationByIdApiRequest
- func (_m *ProjectsApi) UpdateProjectInvitationExecute(r admin.UpdateProjectInvitationApiRequest) (*admin.GroupInvitation, *http.Response, error)
- func (_m *ProjectsApi) UpdateProjectInvitationWithParams(ctx context.Context, args *admin.UpdateProjectInvitationApiParams) admin.UpdateProjectInvitationApiRequest
- func (_m *ProjectsApi) UpdateProjectRoles(ctx context.Context, groupId string, userId string, ...) admin.UpdateProjectRolesApiRequest
- func (_m *ProjectsApi) UpdateProjectRolesExecute(r admin.UpdateProjectRolesApiRequest) (*admin.UpdateGroupRolesForUser, *http.Response, error)
- func (_m *ProjectsApi) UpdateProjectRolesWithParams(ctx context.Context, args *admin.UpdateProjectRolesApiParams) admin.UpdateProjectRolesApiRequest
- func (_m *ProjectsApi) UpdateProjectSettings(ctx context.Context, groupId string, groupSettings *admin.GroupSettings) admin.UpdateProjectSettingsApiRequest
- func (_m *ProjectsApi) UpdateProjectSettingsExecute(r admin.UpdateProjectSettingsApiRequest) (*admin.GroupSettings, *http.Response, error)
- func (_m *ProjectsApi) UpdateProjectSettingsWithParams(ctx context.Context, args *admin.UpdateProjectSettingsApiParams) admin.UpdateProjectSettingsApiRequest
- func (_m *ProjectsApi) UpdateProjectWithParams(ctx context.Context, args *admin.UpdateProjectApiParams) admin.UpdateProjectApiRequest
- type ProjectsApi_AddUserToProjectExecute_Call
- func (_c *ProjectsApi_AddUserToProjectExecute_Call) Return(_a0 *admin.OrganizationInvitation, _a1 *http.Response, _a2 error) *ProjectsApi_AddUserToProjectExecute_Call
- func (_c *ProjectsApi_AddUserToProjectExecute_Call) Run(run func(r admin.AddUserToProjectApiRequest)) *ProjectsApi_AddUserToProjectExecute_Call
- func (_c *ProjectsApi_AddUserToProjectExecute_Call) RunAndReturn(...) *ProjectsApi_AddUserToProjectExecute_Call
- type ProjectsApi_AddUserToProjectWithParams_Call
- func (_c *ProjectsApi_AddUserToProjectWithParams_Call) Return(_a0 admin.AddUserToProjectApiRequest) *ProjectsApi_AddUserToProjectWithParams_Call
- func (_c *ProjectsApi_AddUserToProjectWithParams_Call) Run(run func(ctx context.Context, args *admin.AddUserToProjectApiParams)) *ProjectsApi_AddUserToProjectWithParams_Call
- func (_c *ProjectsApi_AddUserToProjectWithParams_Call) RunAndReturn(...) *ProjectsApi_AddUserToProjectWithParams_Call
- type ProjectsApi_AddUserToProject_Call
- func (_c *ProjectsApi_AddUserToProject_Call) Return(_a0 admin.AddUserToProjectApiRequest) *ProjectsApi_AddUserToProject_Call
- func (_c *ProjectsApi_AddUserToProject_Call) Run(run func(ctx context.Context, groupId string, ...)) *ProjectsApi_AddUserToProject_Call
- func (_c *ProjectsApi_AddUserToProject_Call) RunAndReturn(...) *ProjectsApi_AddUserToProject_Call
- type ProjectsApi_CreateProjectExecute_Call
- func (_c *ProjectsApi_CreateProjectExecute_Call) Return(_a0 *admin.Group, _a1 *http.Response, _a2 error) *ProjectsApi_CreateProjectExecute_Call
- func (_c *ProjectsApi_CreateProjectExecute_Call) Run(run func(r admin.CreateProjectApiRequest)) *ProjectsApi_CreateProjectExecute_Call
- func (_c *ProjectsApi_CreateProjectExecute_Call) RunAndReturn(run func(admin.CreateProjectApiRequest) (*admin.Group, *http.Response, error)) *ProjectsApi_CreateProjectExecute_Call
- type ProjectsApi_CreateProjectInvitationExecute_Call
- func (_c *ProjectsApi_CreateProjectInvitationExecute_Call) Return(_a0 *admin.GroupInvitation, _a1 *http.Response, _a2 error) *ProjectsApi_CreateProjectInvitationExecute_Call
- func (_c *ProjectsApi_CreateProjectInvitationExecute_Call) Run(run func(r admin.CreateProjectInvitationApiRequest)) *ProjectsApi_CreateProjectInvitationExecute_Call
- func (_c *ProjectsApi_CreateProjectInvitationExecute_Call) RunAndReturn(...) *ProjectsApi_CreateProjectInvitationExecute_Call
- type ProjectsApi_CreateProjectInvitationWithParams_Call
- func (_c *ProjectsApi_CreateProjectInvitationWithParams_Call) Return(_a0 admin.CreateProjectInvitationApiRequest) *ProjectsApi_CreateProjectInvitationWithParams_Call
- func (_c *ProjectsApi_CreateProjectInvitationWithParams_Call) Run(run func(ctx context.Context, args *admin.CreateProjectInvitationApiParams)) *ProjectsApi_CreateProjectInvitationWithParams_Call
- func (_c *ProjectsApi_CreateProjectInvitationWithParams_Call) RunAndReturn(...) *ProjectsApi_CreateProjectInvitationWithParams_Call
- type ProjectsApi_CreateProjectInvitation_Call
- func (_c *ProjectsApi_CreateProjectInvitation_Call) Return(_a0 admin.CreateProjectInvitationApiRequest) *ProjectsApi_CreateProjectInvitation_Call
- func (_c *ProjectsApi_CreateProjectInvitation_Call) Run(run func(ctx context.Context, groupId string, ...)) *ProjectsApi_CreateProjectInvitation_Call
- func (_c *ProjectsApi_CreateProjectInvitation_Call) RunAndReturn(...) *ProjectsApi_CreateProjectInvitation_Call
- type ProjectsApi_CreateProjectWithParams_Call
- func (_c *ProjectsApi_CreateProjectWithParams_Call) Return(_a0 admin.CreateProjectApiRequest) *ProjectsApi_CreateProjectWithParams_Call
- func (_c *ProjectsApi_CreateProjectWithParams_Call) Run(run func(ctx context.Context, args *admin.CreateProjectApiParams)) *ProjectsApi_CreateProjectWithParams_Call
- func (_c *ProjectsApi_CreateProjectWithParams_Call) RunAndReturn(...) *ProjectsApi_CreateProjectWithParams_Call
- type ProjectsApi_CreateProject_Call
- func (_c *ProjectsApi_CreateProject_Call) Return(_a0 admin.CreateProjectApiRequest) *ProjectsApi_CreateProject_Call
- func (_c *ProjectsApi_CreateProject_Call) Run(run func(ctx context.Context, group *admin.Group)) *ProjectsApi_CreateProject_Call
- func (_c *ProjectsApi_CreateProject_Call) RunAndReturn(run func(context.Context, *admin.Group) admin.CreateProjectApiRequest) *ProjectsApi_CreateProject_Call
- type ProjectsApi_DeleteProjectExecute_Call
- func (_c *ProjectsApi_DeleteProjectExecute_Call) Return(_a0 map[string]interface{}, _a1 *http.Response, _a2 error) *ProjectsApi_DeleteProjectExecute_Call
- func (_c *ProjectsApi_DeleteProjectExecute_Call) Run(run func(r admin.DeleteProjectApiRequest)) *ProjectsApi_DeleteProjectExecute_Call
- func (_c *ProjectsApi_DeleteProjectExecute_Call) RunAndReturn(...) *ProjectsApi_DeleteProjectExecute_Call
- type ProjectsApi_DeleteProjectInvitationExecute_Call
- func (_c *ProjectsApi_DeleteProjectInvitationExecute_Call) Return(_a0 map[string]interface{}, _a1 *http.Response, _a2 error) *ProjectsApi_DeleteProjectInvitationExecute_Call
- func (_c *ProjectsApi_DeleteProjectInvitationExecute_Call) Run(run func(r admin.DeleteProjectInvitationApiRequest)) *ProjectsApi_DeleteProjectInvitationExecute_Call
- func (_c *ProjectsApi_DeleteProjectInvitationExecute_Call) RunAndReturn(...) *ProjectsApi_DeleteProjectInvitationExecute_Call
- type ProjectsApi_DeleteProjectInvitationWithParams_Call
- func (_c *ProjectsApi_DeleteProjectInvitationWithParams_Call) Return(_a0 admin.DeleteProjectInvitationApiRequest) *ProjectsApi_DeleteProjectInvitationWithParams_Call
- func (_c *ProjectsApi_DeleteProjectInvitationWithParams_Call) Run(run func(ctx context.Context, args *admin.DeleteProjectInvitationApiParams)) *ProjectsApi_DeleteProjectInvitationWithParams_Call
- func (_c *ProjectsApi_DeleteProjectInvitationWithParams_Call) RunAndReturn(...) *ProjectsApi_DeleteProjectInvitationWithParams_Call
- type ProjectsApi_DeleteProjectInvitation_Call
- func (_c *ProjectsApi_DeleteProjectInvitation_Call) Return(_a0 admin.DeleteProjectInvitationApiRequest) *ProjectsApi_DeleteProjectInvitation_Call
- func (_c *ProjectsApi_DeleteProjectInvitation_Call) Run(run func(ctx context.Context, groupId string, invitationId string)) *ProjectsApi_DeleteProjectInvitation_Call
- func (_c *ProjectsApi_DeleteProjectInvitation_Call) RunAndReturn(...) *ProjectsApi_DeleteProjectInvitation_Call
- type ProjectsApi_DeleteProjectLimitExecute_Call
- func (_c *ProjectsApi_DeleteProjectLimitExecute_Call) Return(_a0 map[string]interface{}, _a1 *http.Response, _a2 error) *ProjectsApi_DeleteProjectLimitExecute_Call
- func (_c *ProjectsApi_DeleteProjectLimitExecute_Call) Run(run func(r admin.DeleteProjectLimitApiRequest)) *ProjectsApi_DeleteProjectLimitExecute_Call
- func (_c *ProjectsApi_DeleteProjectLimitExecute_Call) RunAndReturn(...) *ProjectsApi_DeleteProjectLimitExecute_Call
- type ProjectsApi_DeleteProjectLimitWithParams_Call
- func (_c *ProjectsApi_DeleteProjectLimitWithParams_Call) Return(_a0 admin.DeleteProjectLimitApiRequest) *ProjectsApi_DeleteProjectLimitWithParams_Call
- func (_c *ProjectsApi_DeleteProjectLimitWithParams_Call) Run(run func(ctx context.Context, args *admin.DeleteProjectLimitApiParams)) *ProjectsApi_DeleteProjectLimitWithParams_Call
- func (_c *ProjectsApi_DeleteProjectLimitWithParams_Call) RunAndReturn(...) *ProjectsApi_DeleteProjectLimitWithParams_Call
- type ProjectsApi_DeleteProjectLimit_Call
- func (_c *ProjectsApi_DeleteProjectLimit_Call) Return(_a0 admin.DeleteProjectLimitApiRequest) *ProjectsApi_DeleteProjectLimit_Call
- func (_c *ProjectsApi_DeleteProjectLimit_Call) Run(run func(ctx context.Context, limitName string, groupId string)) *ProjectsApi_DeleteProjectLimit_Call
- func (_c *ProjectsApi_DeleteProjectLimit_Call) RunAndReturn(run func(context.Context, string, string) admin.DeleteProjectLimitApiRequest) *ProjectsApi_DeleteProjectLimit_Call
- type ProjectsApi_DeleteProjectWithParams_Call
- func (_c *ProjectsApi_DeleteProjectWithParams_Call) Return(_a0 admin.DeleteProjectApiRequest) *ProjectsApi_DeleteProjectWithParams_Call
- func (_c *ProjectsApi_DeleteProjectWithParams_Call) Run(run func(ctx context.Context, args *admin.DeleteProjectApiParams)) *ProjectsApi_DeleteProjectWithParams_Call
- func (_c *ProjectsApi_DeleteProjectWithParams_Call) RunAndReturn(...) *ProjectsApi_DeleteProjectWithParams_Call
- type ProjectsApi_DeleteProject_Call
- func (_c *ProjectsApi_DeleteProject_Call) Return(_a0 admin.DeleteProjectApiRequest) *ProjectsApi_DeleteProject_Call
- func (_c *ProjectsApi_DeleteProject_Call) Run(run func(ctx context.Context, groupId string)) *ProjectsApi_DeleteProject_Call
- func (_c *ProjectsApi_DeleteProject_Call) RunAndReturn(run func(context.Context, string) admin.DeleteProjectApiRequest) *ProjectsApi_DeleteProject_Call
- type ProjectsApi_Expecter
- func (_e *ProjectsApi_Expecter) AddUserToProject(ctx interface{}, groupId interface{}, groupInvitationRequest interface{}) *ProjectsApi_AddUserToProject_Call
- func (_e *ProjectsApi_Expecter) AddUserToProjectExecute(r interface{}) *ProjectsApi_AddUserToProjectExecute_Call
- func (_e *ProjectsApi_Expecter) AddUserToProjectWithParams(ctx interface{}, args interface{}) *ProjectsApi_AddUserToProjectWithParams_Call
- func (_e *ProjectsApi_Expecter) CreateProject(ctx interface{}, group interface{}) *ProjectsApi_CreateProject_Call
- func (_e *ProjectsApi_Expecter) CreateProjectExecute(r interface{}) *ProjectsApi_CreateProjectExecute_Call
- func (_e *ProjectsApi_Expecter) CreateProjectInvitation(ctx interface{}, groupId interface{}, groupInvitationRequest interface{}) *ProjectsApi_CreateProjectInvitation_Call
- func (_e *ProjectsApi_Expecter) CreateProjectInvitationExecute(r interface{}) *ProjectsApi_CreateProjectInvitationExecute_Call
- func (_e *ProjectsApi_Expecter) CreateProjectInvitationWithParams(ctx interface{}, args interface{}) *ProjectsApi_CreateProjectInvitationWithParams_Call
- func (_e *ProjectsApi_Expecter) CreateProjectWithParams(ctx interface{}, args interface{}) *ProjectsApi_CreateProjectWithParams_Call
- func (_e *ProjectsApi_Expecter) DeleteProject(ctx interface{}, groupId interface{}) *ProjectsApi_DeleteProject_Call
- func (_e *ProjectsApi_Expecter) DeleteProjectExecute(r interface{}) *ProjectsApi_DeleteProjectExecute_Call
- func (_e *ProjectsApi_Expecter) DeleteProjectInvitation(ctx interface{}, groupId interface{}, invitationId interface{}) *ProjectsApi_DeleteProjectInvitation_Call
- func (_e *ProjectsApi_Expecter) DeleteProjectInvitationExecute(r interface{}) *ProjectsApi_DeleteProjectInvitationExecute_Call
- func (_e *ProjectsApi_Expecter) DeleteProjectInvitationWithParams(ctx interface{}, args interface{}) *ProjectsApi_DeleteProjectInvitationWithParams_Call
- func (_e *ProjectsApi_Expecter) DeleteProjectLimit(ctx interface{}, limitName interface{}, groupId interface{}) *ProjectsApi_DeleteProjectLimit_Call
- func (_e *ProjectsApi_Expecter) DeleteProjectLimitExecute(r interface{}) *ProjectsApi_DeleteProjectLimitExecute_Call
- func (_e *ProjectsApi_Expecter) DeleteProjectLimitWithParams(ctx interface{}, args interface{}) *ProjectsApi_DeleteProjectLimitWithParams_Call
- func (_e *ProjectsApi_Expecter) DeleteProjectWithParams(ctx interface{}, args interface{}) *ProjectsApi_DeleteProjectWithParams_Call
- func (_e *ProjectsApi_Expecter) GetProject(ctx interface{}, groupId interface{}) *ProjectsApi_GetProject_Call
- func (_e *ProjectsApi_Expecter) GetProjectByName(ctx interface{}, groupName interface{}) *ProjectsApi_GetProjectByName_Call
- func (_e *ProjectsApi_Expecter) GetProjectByNameExecute(r interface{}) *ProjectsApi_GetProjectByNameExecute_Call
- func (_e *ProjectsApi_Expecter) GetProjectByNameWithParams(ctx interface{}, args interface{}) *ProjectsApi_GetProjectByNameWithParams_Call
- func (_e *ProjectsApi_Expecter) GetProjectExecute(r interface{}) *ProjectsApi_GetProjectExecute_Call
- func (_e *ProjectsApi_Expecter) GetProjectInvitation(ctx interface{}, groupId interface{}, invitationId interface{}) *ProjectsApi_GetProjectInvitation_Call
- func (_e *ProjectsApi_Expecter) GetProjectInvitationExecute(r interface{}) *ProjectsApi_GetProjectInvitationExecute_Call
- func (_e *ProjectsApi_Expecter) GetProjectInvitationWithParams(ctx interface{}, args interface{}) *ProjectsApi_GetProjectInvitationWithParams_Call
- func (_e *ProjectsApi_Expecter) GetProjectLimit(ctx interface{}, limitName interface{}, groupId interface{}) *ProjectsApi_GetProjectLimit_Call
- func (_e *ProjectsApi_Expecter) GetProjectLimitExecute(r interface{}) *ProjectsApi_GetProjectLimitExecute_Call
- func (_e *ProjectsApi_Expecter) GetProjectLimitWithParams(ctx interface{}, args interface{}) *ProjectsApi_GetProjectLimitWithParams_Call
- func (_e *ProjectsApi_Expecter) GetProjectSettings(ctx interface{}, groupId interface{}) *ProjectsApi_GetProjectSettings_Call
- func (_e *ProjectsApi_Expecter) GetProjectSettingsExecute(r interface{}) *ProjectsApi_GetProjectSettingsExecute_Call
- func (_e *ProjectsApi_Expecter) GetProjectSettingsWithParams(ctx interface{}, args interface{}) *ProjectsApi_GetProjectSettingsWithParams_Call
- func (_e *ProjectsApi_Expecter) GetProjectWithParams(ctx interface{}, args interface{}) *ProjectsApi_GetProjectWithParams_Call
- func (_e *ProjectsApi_Expecter) ListProjectInvitations(ctx interface{}, groupId interface{}) *ProjectsApi_ListProjectInvitations_Call
- func (_e *ProjectsApi_Expecter) ListProjectInvitationsExecute(r interface{}) *ProjectsApi_ListProjectInvitationsExecute_Call
- func (_e *ProjectsApi_Expecter) ListProjectInvitationsWithParams(ctx interface{}, args interface{}) *ProjectsApi_ListProjectInvitationsWithParams_Call
- func (_e *ProjectsApi_Expecter) ListProjectLimits(ctx interface{}, groupId interface{}) *ProjectsApi_ListProjectLimits_Call
- func (_e *ProjectsApi_Expecter) ListProjectLimitsExecute(r interface{}) *ProjectsApi_ListProjectLimitsExecute_Call
- func (_e *ProjectsApi_Expecter) ListProjectLimitsWithParams(ctx interface{}, args interface{}) *ProjectsApi_ListProjectLimitsWithParams_Call
- func (_e *ProjectsApi_Expecter) ListProjectUsers(ctx interface{}, groupId interface{}) *ProjectsApi_ListProjectUsers_Call
- func (_e *ProjectsApi_Expecter) ListProjectUsersExecute(r interface{}) *ProjectsApi_ListProjectUsersExecute_Call
- func (_e *ProjectsApi_Expecter) ListProjectUsersWithParams(ctx interface{}, args interface{}) *ProjectsApi_ListProjectUsersWithParams_Call
- func (_e *ProjectsApi_Expecter) ListProjects(ctx interface{}) *ProjectsApi_ListProjects_Call
- func (_e *ProjectsApi_Expecter) ListProjectsExecute(r interface{}) *ProjectsApi_ListProjectsExecute_Call
- func (_e *ProjectsApi_Expecter) ListProjectsWithParams(ctx interface{}, args interface{}) *ProjectsApi_ListProjectsWithParams_Call
- func (_e *ProjectsApi_Expecter) RemoveProjectUser(ctx interface{}, groupId interface{}, userId interface{}) *ProjectsApi_RemoveProjectUser_Call
- func (_e *ProjectsApi_Expecter) RemoveProjectUserExecute(r interface{}) *ProjectsApi_RemoveProjectUserExecute_Call
- func (_e *ProjectsApi_Expecter) RemoveProjectUserWithParams(ctx interface{}, args interface{}) *ProjectsApi_RemoveProjectUserWithParams_Call
- func (_e *ProjectsApi_Expecter) ReturnAllIPAddresses(ctx interface{}, groupId interface{}) *ProjectsApi_ReturnAllIPAddresses_Call
- func (_e *ProjectsApi_Expecter) ReturnAllIPAddressesExecute(r interface{}) *ProjectsApi_ReturnAllIPAddressesExecute_Call
- func (_e *ProjectsApi_Expecter) ReturnAllIPAddressesWithParams(ctx interface{}, args interface{}) *ProjectsApi_ReturnAllIPAddressesWithParams_Call
- func (_e *ProjectsApi_Expecter) SetProjectLimit(ctx interface{}, limitName interface{}, groupId interface{}, ...) *ProjectsApi_SetProjectLimit_Call
- func (_e *ProjectsApi_Expecter) SetProjectLimitExecute(r interface{}) *ProjectsApi_SetProjectLimitExecute_Call
- func (_e *ProjectsApi_Expecter) SetProjectLimitWithParams(ctx interface{}, args interface{}) *ProjectsApi_SetProjectLimitWithParams_Call
- func (_e *ProjectsApi_Expecter) UpdateProject(ctx interface{}, groupId interface{}, groupUpdate interface{}) *ProjectsApi_UpdateProject_Call
- func (_e *ProjectsApi_Expecter) UpdateProjectExecute(r interface{}) *ProjectsApi_UpdateProjectExecute_Call
- func (_e *ProjectsApi_Expecter) UpdateProjectInvitation(ctx interface{}, groupId interface{}, groupInvitationRequest interface{}) *ProjectsApi_UpdateProjectInvitation_Call
- func (_e *ProjectsApi_Expecter) UpdateProjectInvitationById(ctx interface{}, groupId interface{}, invitationId interface{}, ...) *ProjectsApi_UpdateProjectInvitationById_Call
- func (_e *ProjectsApi_Expecter) UpdateProjectInvitationByIdExecute(r interface{}) *ProjectsApi_UpdateProjectInvitationByIdExecute_Call
- func (_e *ProjectsApi_Expecter) UpdateProjectInvitationByIdWithParams(ctx interface{}, args interface{}) *ProjectsApi_UpdateProjectInvitationByIdWithParams_Call
- func (_e *ProjectsApi_Expecter) UpdateProjectInvitationExecute(r interface{}) *ProjectsApi_UpdateProjectInvitationExecute_Call
- func (_e *ProjectsApi_Expecter) UpdateProjectInvitationWithParams(ctx interface{}, args interface{}) *ProjectsApi_UpdateProjectInvitationWithParams_Call
- func (_e *ProjectsApi_Expecter) UpdateProjectRoles(ctx interface{}, groupId interface{}, userId interface{}, ...) *ProjectsApi_UpdateProjectRoles_Call
- func (_e *ProjectsApi_Expecter) UpdateProjectRolesExecute(r interface{}) *ProjectsApi_UpdateProjectRolesExecute_Call
- func (_e *ProjectsApi_Expecter) UpdateProjectRolesWithParams(ctx interface{}, args interface{}) *ProjectsApi_UpdateProjectRolesWithParams_Call
- func (_e *ProjectsApi_Expecter) UpdateProjectSettings(ctx interface{}, groupId interface{}, groupSettings interface{}) *ProjectsApi_UpdateProjectSettings_Call
- func (_e *ProjectsApi_Expecter) UpdateProjectSettingsExecute(r interface{}) *ProjectsApi_UpdateProjectSettingsExecute_Call
- func (_e *ProjectsApi_Expecter) UpdateProjectSettingsWithParams(ctx interface{}, args interface{}) *ProjectsApi_UpdateProjectSettingsWithParams_Call
- func (_e *ProjectsApi_Expecter) UpdateProjectWithParams(ctx interface{}, args interface{}) *ProjectsApi_UpdateProjectWithParams_Call
- type ProjectsApi_GetProjectByNameExecute_Call
- func (_c *ProjectsApi_GetProjectByNameExecute_Call) Return(_a0 *admin.Group, _a1 *http.Response, _a2 error) *ProjectsApi_GetProjectByNameExecute_Call
- func (_c *ProjectsApi_GetProjectByNameExecute_Call) Run(run func(r admin.GetProjectByNameApiRequest)) *ProjectsApi_GetProjectByNameExecute_Call
- func (_c *ProjectsApi_GetProjectByNameExecute_Call) RunAndReturn(...) *ProjectsApi_GetProjectByNameExecute_Call
- type ProjectsApi_GetProjectByNameWithParams_Call
- func (_c *ProjectsApi_GetProjectByNameWithParams_Call) Return(_a0 admin.GetProjectByNameApiRequest) *ProjectsApi_GetProjectByNameWithParams_Call
- func (_c *ProjectsApi_GetProjectByNameWithParams_Call) Run(run func(ctx context.Context, args *admin.GetProjectByNameApiParams)) *ProjectsApi_GetProjectByNameWithParams_Call
- func (_c *ProjectsApi_GetProjectByNameWithParams_Call) RunAndReturn(...) *ProjectsApi_GetProjectByNameWithParams_Call
- type ProjectsApi_GetProjectByName_Call
- func (_c *ProjectsApi_GetProjectByName_Call) Return(_a0 admin.GetProjectByNameApiRequest) *ProjectsApi_GetProjectByName_Call
- func (_c *ProjectsApi_GetProjectByName_Call) Run(run func(ctx context.Context, groupName string)) *ProjectsApi_GetProjectByName_Call
- func (_c *ProjectsApi_GetProjectByName_Call) RunAndReturn(run func(context.Context, string) admin.GetProjectByNameApiRequest) *ProjectsApi_GetProjectByName_Call
- type ProjectsApi_GetProjectExecute_Call
- func (_c *ProjectsApi_GetProjectExecute_Call) Return(_a0 *admin.Group, _a1 *http.Response, _a2 error) *ProjectsApi_GetProjectExecute_Call
- func (_c *ProjectsApi_GetProjectExecute_Call) Run(run func(r admin.GetProjectApiRequest)) *ProjectsApi_GetProjectExecute_Call
- func (_c *ProjectsApi_GetProjectExecute_Call) RunAndReturn(run func(admin.GetProjectApiRequest) (*admin.Group, *http.Response, error)) *ProjectsApi_GetProjectExecute_Call
- type ProjectsApi_GetProjectInvitationExecute_Call
- func (_c *ProjectsApi_GetProjectInvitationExecute_Call) Return(_a0 *admin.GroupInvitation, _a1 *http.Response, _a2 error) *ProjectsApi_GetProjectInvitationExecute_Call
- func (_c *ProjectsApi_GetProjectInvitationExecute_Call) Run(run func(r admin.GetProjectInvitationApiRequest)) *ProjectsApi_GetProjectInvitationExecute_Call
- func (_c *ProjectsApi_GetProjectInvitationExecute_Call) RunAndReturn(...) *ProjectsApi_GetProjectInvitationExecute_Call
- type ProjectsApi_GetProjectInvitationWithParams_Call
- func (_c *ProjectsApi_GetProjectInvitationWithParams_Call) Return(_a0 admin.GetProjectInvitationApiRequest) *ProjectsApi_GetProjectInvitationWithParams_Call
- func (_c *ProjectsApi_GetProjectInvitationWithParams_Call) Run(run func(ctx context.Context, args *admin.GetProjectInvitationApiParams)) *ProjectsApi_GetProjectInvitationWithParams_Call
- func (_c *ProjectsApi_GetProjectInvitationWithParams_Call) RunAndReturn(...) *ProjectsApi_GetProjectInvitationWithParams_Call
- type ProjectsApi_GetProjectInvitation_Call
- func (_c *ProjectsApi_GetProjectInvitation_Call) Return(_a0 admin.GetProjectInvitationApiRequest) *ProjectsApi_GetProjectInvitation_Call
- func (_c *ProjectsApi_GetProjectInvitation_Call) Run(run func(ctx context.Context, groupId string, invitationId string)) *ProjectsApi_GetProjectInvitation_Call
- func (_c *ProjectsApi_GetProjectInvitation_Call) RunAndReturn(run func(context.Context, string, string) admin.GetProjectInvitationApiRequest) *ProjectsApi_GetProjectInvitation_Call
- type ProjectsApi_GetProjectLimitExecute_Call
- func (_c *ProjectsApi_GetProjectLimitExecute_Call) Return(_a0 *admin.DataFederationLimit, _a1 *http.Response, _a2 error) *ProjectsApi_GetProjectLimitExecute_Call
- func (_c *ProjectsApi_GetProjectLimitExecute_Call) Run(run func(r admin.GetProjectLimitApiRequest)) *ProjectsApi_GetProjectLimitExecute_Call
- func (_c *ProjectsApi_GetProjectLimitExecute_Call) RunAndReturn(...) *ProjectsApi_GetProjectLimitExecute_Call
- type ProjectsApi_GetProjectLimitWithParams_Call
- func (_c *ProjectsApi_GetProjectLimitWithParams_Call) Return(_a0 admin.GetProjectLimitApiRequest) *ProjectsApi_GetProjectLimitWithParams_Call
- func (_c *ProjectsApi_GetProjectLimitWithParams_Call) Run(run func(ctx context.Context, args *admin.GetProjectLimitApiParams)) *ProjectsApi_GetProjectLimitWithParams_Call
- func (_c *ProjectsApi_GetProjectLimitWithParams_Call) RunAndReturn(...) *ProjectsApi_GetProjectLimitWithParams_Call
- type ProjectsApi_GetProjectLimit_Call
- func (_c *ProjectsApi_GetProjectLimit_Call) Return(_a0 admin.GetProjectLimitApiRequest) *ProjectsApi_GetProjectLimit_Call
- func (_c *ProjectsApi_GetProjectLimit_Call) Run(run func(ctx context.Context, limitName string, groupId string)) *ProjectsApi_GetProjectLimit_Call
- func (_c *ProjectsApi_GetProjectLimit_Call) RunAndReturn(run func(context.Context, string, string) admin.GetProjectLimitApiRequest) *ProjectsApi_GetProjectLimit_Call
- type ProjectsApi_GetProjectSettingsExecute_Call
- func (_c *ProjectsApi_GetProjectSettingsExecute_Call) Return(_a0 *admin.GroupSettings, _a1 *http.Response, _a2 error) *ProjectsApi_GetProjectSettingsExecute_Call
- func (_c *ProjectsApi_GetProjectSettingsExecute_Call) Run(run func(r admin.GetProjectSettingsApiRequest)) *ProjectsApi_GetProjectSettingsExecute_Call
- func (_c *ProjectsApi_GetProjectSettingsExecute_Call) RunAndReturn(...) *ProjectsApi_GetProjectSettingsExecute_Call
- type ProjectsApi_GetProjectSettingsWithParams_Call
- func (_c *ProjectsApi_GetProjectSettingsWithParams_Call) Return(_a0 admin.GetProjectSettingsApiRequest) *ProjectsApi_GetProjectSettingsWithParams_Call
- func (_c *ProjectsApi_GetProjectSettingsWithParams_Call) Run(run func(ctx context.Context, args *admin.GetProjectSettingsApiParams)) *ProjectsApi_GetProjectSettingsWithParams_Call
- func (_c *ProjectsApi_GetProjectSettingsWithParams_Call) RunAndReturn(...) *ProjectsApi_GetProjectSettingsWithParams_Call
- type ProjectsApi_GetProjectSettings_Call
- func (_c *ProjectsApi_GetProjectSettings_Call) Return(_a0 admin.GetProjectSettingsApiRequest) *ProjectsApi_GetProjectSettings_Call
- func (_c *ProjectsApi_GetProjectSettings_Call) Run(run func(ctx context.Context, groupId string)) *ProjectsApi_GetProjectSettings_Call
- func (_c *ProjectsApi_GetProjectSettings_Call) RunAndReturn(run func(context.Context, string) admin.GetProjectSettingsApiRequest) *ProjectsApi_GetProjectSettings_Call
- type ProjectsApi_GetProjectWithParams_Call
- func (_c *ProjectsApi_GetProjectWithParams_Call) Return(_a0 admin.GetProjectApiRequest) *ProjectsApi_GetProjectWithParams_Call
- func (_c *ProjectsApi_GetProjectWithParams_Call) Run(run func(ctx context.Context, args *admin.GetProjectApiParams)) *ProjectsApi_GetProjectWithParams_Call
- func (_c *ProjectsApi_GetProjectWithParams_Call) RunAndReturn(...) *ProjectsApi_GetProjectWithParams_Call
- type ProjectsApi_GetProject_Call
- func (_c *ProjectsApi_GetProject_Call) Return(_a0 admin.GetProjectApiRequest) *ProjectsApi_GetProject_Call
- func (_c *ProjectsApi_GetProject_Call) Run(run func(ctx context.Context, groupId string)) *ProjectsApi_GetProject_Call
- func (_c *ProjectsApi_GetProject_Call) RunAndReturn(run func(context.Context, string) admin.GetProjectApiRequest) *ProjectsApi_GetProject_Call
- type ProjectsApi_ListProjectInvitationsExecute_Call
- func (_c *ProjectsApi_ListProjectInvitationsExecute_Call) Return(_a0 []admin.GroupInvitation, _a1 *http.Response, _a2 error) *ProjectsApi_ListProjectInvitationsExecute_Call
- func (_c *ProjectsApi_ListProjectInvitationsExecute_Call) Run(run func(r admin.ListProjectInvitationsApiRequest)) *ProjectsApi_ListProjectInvitationsExecute_Call
- func (_c *ProjectsApi_ListProjectInvitationsExecute_Call) RunAndReturn(...) *ProjectsApi_ListProjectInvitationsExecute_Call
- type ProjectsApi_ListProjectInvitationsWithParams_Call
- func (_c *ProjectsApi_ListProjectInvitationsWithParams_Call) Return(_a0 admin.ListProjectInvitationsApiRequest) *ProjectsApi_ListProjectInvitationsWithParams_Call
- func (_c *ProjectsApi_ListProjectInvitationsWithParams_Call) Run(run func(ctx context.Context, args *admin.ListProjectInvitationsApiParams)) *ProjectsApi_ListProjectInvitationsWithParams_Call
- func (_c *ProjectsApi_ListProjectInvitationsWithParams_Call) RunAndReturn(...) *ProjectsApi_ListProjectInvitationsWithParams_Call
- type ProjectsApi_ListProjectInvitations_Call
- func (_c *ProjectsApi_ListProjectInvitations_Call) Return(_a0 admin.ListProjectInvitationsApiRequest) *ProjectsApi_ListProjectInvitations_Call
- func (_c *ProjectsApi_ListProjectInvitations_Call) Run(run func(ctx context.Context, groupId string)) *ProjectsApi_ListProjectInvitations_Call
- func (_c *ProjectsApi_ListProjectInvitations_Call) RunAndReturn(run func(context.Context, string) admin.ListProjectInvitationsApiRequest) *ProjectsApi_ListProjectInvitations_Call
- type ProjectsApi_ListProjectLimitsExecute_Call
- func (_c *ProjectsApi_ListProjectLimitsExecute_Call) Return(_a0 []admin.DataFederationLimit, _a1 *http.Response, _a2 error) *ProjectsApi_ListProjectLimitsExecute_Call
- func (_c *ProjectsApi_ListProjectLimitsExecute_Call) Run(run func(r admin.ListProjectLimitsApiRequest)) *ProjectsApi_ListProjectLimitsExecute_Call
- func (_c *ProjectsApi_ListProjectLimitsExecute_Call) RunAndReturn(...) *ProjectsApi_ListProjectLimitsExecute_Call
- type ProjectsApi_ListProjectLimitsWithParams_Call
- func (_c *ProjectsApi_ListProjectLimitsWithParams_Call) Return(_a0 admin.ListProjectLimitsApiRequest) *ProjectsApi_ListProjectLimitsWithParams_Call
- func (_c *ProjectsApi_ListProjectLimitsWithParams_Call) Run(run func(ctx context.Context, args *admin.ListProjectLimitsApiParams)) *ProjectsApi_ListProjectLimitsWithParams_Call
- func (_c *ProjectsApi_ListProjectLimitsWithParams_Call) RunAndReturn(...) *ProjectsApi_ListProjectLimitsWithParams_Call
- type ProjectsApi_ListProjectLimits_Call
- func (_c *ProjectsApi_ListProjectLimits_Call) Return(_a0 admin.ListProjectLimitsApiRequest) *ProjectsApi_ListProjectLimits_Call
- func (_c *ProjectsApi_ListProjectLimits_Call) Run(run func(ctx context.Context, groupId string)) *ProjectsApi_ListProjectLimits_Call
- func (_c *ProjectsApi_ListProjectLimits_Call) RunAndReturn(run func(context.Context, string) admin.ListProjectLimitsApiRequest) *ProjectsApi_ListProjectLimits_Call
- type ProjectsApi_ListProjectUsersExecute_Call
- func (_c *ProjectsApi_ListProjectUsersExecute_Call) Return(_a0 *admin.PaginatedAppUser, _a1 *http.Response, _a2 error) *ProjectsApi_ListProjectUsersExecute_Call
- func (_c *ProjectsApi_ListProjectUsersExecute_Call) Run(run func(r admin.ListProjectUsersApiRequest)) *ProjectsApi_ListProjectUsersExecute_Call
- func (_c *ProjectsApi_ListProjectUsersExecute_Call) RunAndReturn(...) *ProjectsApi_ListProjectUsersExecute_Call
- type ProjectsApi_ListProjectUsersWithParams_Call
- func (_c *ProjectsApi_ListProjectUsersWithParams_Call) Return(_a0 admin.ListProjectUsersApiRequest) *ProjectsApi_ListProjectUsersWithParams_Call
- func (_c *ProjectsApi_ListProjectUsersWithParams_Call) Run(run func(ctx context.Context, args *admin.ListProjectUsersApiParams)) *ProjectsApi_ListProjectUsersWithParams_Call
- func (_c *ProjectsApi_ListProjectUsersWithParams_Call) RunAndReturn(...) *ProjectsApi_ListProjectUsersWithParams_Call
- type ProjectsApi_ListProjectUsers_Call
- func (_c *ProjectsApi_ListProjectUsers_Call) Return(_a0 admin.ListProjectUsersApiRequest) *ProjectsApi_ListProjectUsers_Call
- func (_c *ProjectsApi_ListProjectUsers_Call) Run(run func(ctx context.Context, groupId string)) *ProjectsApi_ListProjectUsers_Call
- func (_c *ProjectsApi_ListProjectUsers_Call) RunAndReturn(run func(context.Context, string) admin.ListProjectUsersApiRequest) *ProjectsApi_ListProjectUsers_Call
- type ProjectsApi_ListProjectsExecute_Call
- func (_c *ProjectsApi_ListProjectsExecute_Call) Return(_a0 *admin.PaginatedAtlasGroup, _a1 *http.Response, _a2 error) *ProjectsApi_ListProjectsExecute_Call
- func (_c *ProjectsApi_ListProjectsExecute_Call) Run(run func(r admin.ListProjectsApiRequest)) *ProjectsApi_ListProjectsExecute_Call
- func (_c *ProjectsApi_ListProjectsExecute_Call) RunAndReturn(...) *ProjectsApi_ListProjectsExecute_Call
- type ProjectsApi_ListProjectsWithParams_Call
- func (_c *ProjectsApi_ListProjectsWithParams_Call) Return(_a0 admin.ListProjectsApiRequest) *ProjectsApi_ListProjectsWithParams_Call
- func (_c *ProjectsApi_ListProjectsWithParams_Call) Run(run func(ctx context.Context, args *admin.ListProjectsApiParams)) *ProjectsApi_ListProjectsWithParams_Call
- func (_c *ProjectsApi_ListProjectsWithParams_Call) RunAndReturn(...) *ProjectsApi_ListProjectsWithParams_Call
- type ProjectsApi_ListProjects_Call
- func (_c *ProjectsApi_ListProjects_Call) Return(_a0 admin.ListProjectsApiRequest) *ProjectsApi_ListProjects_Call
- func (_c *ProjectsApi_ListProjects_Call) Run(run func(ctx context.Context)) *ProjectsApi_ListProjects_Call
- func (_c *ProjectsApi_ListProjects_Call) RunAndReturn(run func(context.Context) admin.ListProjectsApiRequest) *ProjectsApi_ListProjects_Call
- type ProjectsApi_RemoveProjectUserExecute_Call
- func (_c *ProjectsApi_RemoveProjectUserExecute_Call) Return(_a0 *http.Response, _a1 error) *ProjectsApi_RemoveProjectUserExecute_Call
- func (_c *ProjectsApi_RemoveProjectUserExecute_Call) Run(run func(r admin.RemoveProjectUserApiRequest)) *ProjectsApi_RemoveProjectUserExecute_Call
- func (_c *ProjectsApi_RemoveProjectUserExecute_Call) RunAndReturn(run func(admin.RemoveProjectUserApiRequest) (*http.Response, error)) *ProjectsApi_RemoveProjectUserExecute_Call
- type ProjectsApi_RemoveProjectUserWithParams_Call
- func (_c *ProjectsApi_RemoveProjectUserWithParams_Call) Return(_a0 admin.RemoveProjectUserApiRequest) *ProjectsApi_RemoveProjectUserWithParams_Call
- func (_c *ProjectsApi_RemoveProjectUserWithParams_Call) Run(run func(ctx context.Context, args *admin.RemoveProjectUserApiParams)) *ProjectsApi_RemoveProjectUserWithParams_Call
- func (_c *ProjectsApi_RemoveProjectUserWithParams_Call) RunAndReturn(...) *ProjectsApi_RemoveProjectUserWithParams_Call
- type ProjectsApi_RemoveProjectUser_Call
- func (_c *ProjectsApi_RemoveProjectUser_Call) Return(_a0 admin.RemoveProjectUserApiRequest) *ProjectsApi_RemoveProjectUser_Call
- func (_c *ProjectsApi_RemoveProjectUser_Call) Run(run func(ctx context.Context, groupId string, userId string)) *ProjectsApi_RemoveProjectUser_Call
- func (_c *ProjectsApi_RemoveProjectUser_Call) RunAndReturn(run func(context.Context, string, string) admin.RemoveProjectUserApiRequest) *ProjectsApi_RemoveProjectUser_Call
- type ProjectsApi_ReturnAllIPAddressesExecute_Call
- func (_c *ProjectsApi_ReturnAllIPAddressesExecute_Call) Return(_a0 *admin.GroupIPAddresses, _a1 *http.Response, _a2 error) *ProjectsApi_ReturnAllIPAddressesExecute_Call
- func (_c *ProjectsApi_ReturnAllIPAddressesExecute_Call) Run(run func(r admin.ReturnAllIPAddressesApiRequest)) *ProjectsApi_ReturnAllIPAddressesExecute_Call
- func (_c *ProjectsApi_ReturnAllIPAddressesExecute_Call) RunAndReturn(...) *ProjectsApi_ReturnAllIPAddressesExecute_Call
- type ProjectsApi_ReturnAllIPAddressesWithParams_Call
- func (_c *ProjectsApi_ReturnAllIPAddressesWithParams_Call) Return(_a0 admin.ReturnAllIPAddressesApiRequest) *ProjectsApi_ReturnAllIPAddressesWithParams_Call
- func (_c *ProjectsApi_ReturnAllIPAddressesWithParams_Call) Run(run func(ctx context.Context, args *admin.ReturnAllIPAddressesApiParams)) *ProjectsApi_ReturnAllIPAddressesWithParams_Call
- func (_c *ProjectsApi_ReturnAllIPAddressesWithParams_Call) RunAndReturn(...) *ProjectsApi_ReturnAllIPAddressesWithParams_Call
- type ProjectsApi_ReturnAllIPAddresses_Call
- func (_c *ProjectsApi_ReturnAllIPAddresses_Call) Return(_a0 admin.ReturnAllIPAddressesApiRequest) *ProjectsApi_ReturnAllIPAddresses_Call
- func (_c *ProjectsApi_ReturnAllIPAddresses_Call) Run(run func(ctx context.Context, groupId string)) *ProjectsApi_ReturnAllIPAddresses_Call
- func (_c *ProjectsApi_ReturnAllIPAddresses_Call) RunAndReturn(run func(context.Context, string) admin.ReturnAllIPAddressesApiRequest) *ProjectsApi_ReturnAllIPAddresses_Call
- type ProjectsApi_SetProjectLimitExecute_Call
- func (_c *ProjectsApi_SetProjectLimitExecute_Call) Return(_a0 *admin.DataFederationLimit, _a1 *http.Response, _a2 error) *ProjectsApi_SetProjectLimitExecute_Call
- func (_c *ProjectsApi_SetProjectLimitExecute_Call) Run(run func(r admin.SetProjectLimitApiRequest)) *ProjectsApi_SetProjectLimitExecute_Call
- func (_c *ProjectsApi_SetProjectLimitExecute_Call) RunAndReturn(...) *ProjectsApi_SetProjectLimitExecute_Call
- type ProjectsApi_SetProjectLimitWithParams_Call
- func (_c *ProjectsApi_SetProjectLimitWithParams_Call) Return(_a0 admin.SetProjectLimitApiRequest) *ProjectsApi_SetProjectLimitWithParams_Call
- func (_c *ProjectsApi_SetProjectLimitWithParams_Call) Run(run func(ctx context.Context, args *admin.SetProjectLimitApiParams)) *ProjectsApi_SetProjectLimitWithParams_Call
- func (_c *ProjectsApi_SetProjectLimitWithParams_Call) RunAndReturn(...) *ProjectsApi_SetProjectLimitWithParams_Call
- type ProjectsApi_SetProjectLimit_Call
- func (_c *ProjectsApi_SetProjectLimit_Call) Return(_a0 admin.SetProjectLimitApiRequest) *ProjectsApi_SetProjectLimit_Call
- func (_c *ProjectsApi_SetProjectLimit_Call) Run(run func(ctx context.Context, limitName string, groupId string, ...)) *ProjectsApi_SetProjectLimit_Call
- func (_c *ProjectsApi_SetProjectLimit_Call) RunAndReturn(...) *ProjectsApi_SetProjectLimit_Call
- type ProjectsApi_UpdateProjectExecute_Call
- func (_c *ProjectsApi_UpdateProjectExecute_Call) Return(_a0 *admin.Group, _a1 *http.Response, _a2 error) *ProjectsApi_UpdateProjectExecute_Call
- func (_c *ProjectsApi_UpdateProjectExecute_Call) Run(run func(r admin.UpdateProjectApiRequest)) *ProjectsApi_UpdateProjectExecute_Call
- func (_c *ProjectsApi_UpdateProjectExecute_Call) RunAndReturn(run func(admin.UpdateProjectApiRequest) (*admin.Group, *http.Response, error)) *ProjectsApi_UpdateProjectExecute_Call
- type ProjectsApi_UpdateProjectInvitationByIdExecute_Call
- func (_c *ProjectsApi_UpdateProjectInvitationByIdExecute_Call) Return(_a0 *admin.GroupInvitation, _a1 *http.Response, _a2 error) *ProjectsApi_UpdateProjectInvitationByIdExecute_Call
- func (_c *ProjectsApi_UpdateProjectInvitationByIdExecute_Call) Run(run func(r admin.UpdateProjectInvitationByIdApiRequest)) *ProjectsApi_UpdateProjectInvitationByIdExecute_Call
- func (_c *ProjectsApi_UpdateProjectInvitationByIdExecute_Call) RunAndReturn(...) *ProjectsApi_UpdateProjectInvitationByIdExecute_Call
- type ProjectsApi_UpdateProjectInvitationByIdWithParams_Call
- func (_c *ProjectsApi_UpdateProjectInvitationByIdWithParams_Call) Return(_a0 admin.UpdateProjectInvitationByIdApiRequest) *ProjectsApi_UpdateProjectInvitationByIdWithParams_Call
- func (_c *ProjectsApi_UpdateProjectInvitationByIdWithParams_Call) Run(...) *ProjectsApi_UpdateProjectInvitationByIdWithParams_Call
- func (_c *ProjectsApi_UpdateProjectInvitationByIdWithParams_Call) RunAndReturn(...) *ProjectsApi_UpdateProjectInvitationByIdWithParams_Call
- type ProjectsApi_UpdateProjectInvitationById_Call
- func (_c *ProjectsApi_UpdateProjectInvitationById_Call) Return(_a0 admin.UpdateProjectInvitationByIdApiRequest) *ProjectsApi_UpdateProjectInvitationById_Call
- func (_c *ProjectsApi_UpdateProjectInvitationById_Call) Run(run func(ctx context.Context, groupId string, invitationId string, ...)) *ProjectsApi_UpdateProjectInvitationById_Call
- func (_c *ProjectsApi_UpdateProjectInvitationById_Call) RunAndReturn(...) *ProjectsApi_UpdateProjectInvitationById_Call
- type ProjectsApi_UpdateProjectInvitationExecute_Call
- func (_c *ProjectsApi_UpdateProjectInvitationExecute_Call) Return(_a0 *admin.GroupInvitation, _a1 *http.Response, _a2 error) *ProjectsApi_UpdateProjectInvitationExecute_Call
- func (_c *ProjectsApi_UpdateProjectInvitationExecute_Call) Run(run func(r admin.UpdateProjectInvitationApiRequest)) *ProjectsApi_UpdateProjectInvitationExecute_Call
- func (_c *ProjectsApi_UpdateProjectInvitationExecute_Call) RunAndReturn(...) *ProjectsApi_UpdateProjectInvitationExecute_Call
- type ProjectsApi_UpdateProjectInvitationWithParams_Call
- func (_c *ProjectsApi_UpdateProjectInvitationWithParams_Call) Return(_a0 admin.UpdateProjectInvitationApiRequest) *ProjectsApi_UpdateProjectInvitationWithParams_Call
- func (_c *ProjectsApi_UpdateProjectInvitationWithParams_Call) Run(run func(ctx context.Context, args *admin.UpdateProjectInvitationApiParams)) *ProjectsApi_UpdateProjectInvitationWithParams_Call
- func (_c *ProjectsApi_UpdateProjectInvitationWithParams_Call) RunAndReturn(...) *ProjectsApi_UpdateProjectInvitationWithParams_Call
- type ProjectsApi_UpdateProjectInvitation_Call
- func (_c *ProjectsApi_UpdateProjectInvitation_Call) Return(_a0 admin.UpdateProjectInvitationApiRequest) *ProjectsApi_UpdateProjectInvitation_Call
- func (_c *ProjectsApi_UpdateProjectInvitation_Call) Run(run func(ctx context.Context, groupId string, ...)) *ProjectsApi_UpdateProjectInvitation_Call
- func (_c *ProjectsApi_UpdateProjectInvitation_Call) RunAndReturn(...) *ProjectsApi_UpdateProjectInvitation_Call
- type ProjectsApi_UpdateProjectRolesExecute_Call
- func (_c *ProjectsApi_UpdateProjectRolesExecute_Call) Return(_a0 *admin.UpdateGroupRolesForUser, _a1 *http.Response, _a2 error) *ProjectsApi_UpdateProjectRolesExecute_Call
- func (_c *ProjectsApi_UpdateProjectRolesExecute_Call) Run(run func(r admin.UpdateProjectRolesApiRequest)) *ProjectsApi_UpdateProjectRolesExecute_Call
- func (_c *ProjectsApi_UpdateProjectRolesExecute_Call) RunAndReturn(...) *ProjectsApi_UpdateProjectRolesExecute_Call
- type ProjectsApi_UpdateProjectRolesWithParams_Call
- func (_c *ProjectsApi_UpdateProjectRolesWithParams_Call) Return(_a0 admin.UpdateProjectRolesApiRequest) *ProjectsApi_UpdateProjectRolesWithParams_Call
- func (_c *ProjectsApi_UpdateProjectRolesWithParams_Call) Run(run func(ctx context.Context, args *admin.UpdateProjectRolesApiParams)) *ProjectsApi_UpdateProjectRolesWithParams_Call
- func (_c *ProjectsApi_UpdateProjectRolesWithParams_Call) RunAndReturn(...) *ProjectsApi_UpdateProjectRolesWithParams_Call
- type ProjectsApi_UpdateProjectRoles_Call
- func (_c *ProjectsApi_UpdateProjectRoles_Call) Return(_a0 admin.UpdateProjectRolesApiRequest) *ProjectsApi_UpdateProjectRoles_Call
- func (_c *ProjectsApi_UpdateProjectRoles_Call) Run(run func(ctx context.Context, groupId string, userId string, ...)) *ProjectsApi_UpdateProjectRoles_Call
- func (_c *ProjectsApi_UpdateProjectRoles_Call) RunAndReturn(...) *ProjectsApi_UpdateProjectRoles_Call
- type ProjectsApi_UpdateProjectSettingsExecute_Call
- func (_c *ProjectsApi_UpdateProjectSettingsExecute_Call) Return(_a0 *admin.GroupSettings, _a1 *http.Response, _a2 error) *ProjectsApi_UpdateProjectSettingsExecute_Call
- func (_c *ProjectsApi_UpdateProjectSettingsExecute_Call) Run(run func(r admin.UpdateProjectSettingsApiRequest)) *ProjectsApi_UpdateProjectSettingsExecute_Call
- func (_c *ProjectsApi_UpdateProjectSettingsExecute_Call) RunAndReturn(...) *ProjectsApi_UpdateProjectSettingsExecute_Call
- type ProjectsApi_UpdateProjectSettingsWithParams_Call
- func (_c *ProjectsApi_UpdateProjectSettingsWithParams_Call) Return(_a0 admin.UpdateProjectSettingsApiRequest) *ProjectsApi_UpdateProjectSettingsWithParams_Call
- func (_c *ProjectsApi_UpdateProjectSettingsWithParams_Call) Run(run func(ctx context.Context, args *admin.UpdateProjectSettingsApiParams)) *ProjectsApi_UpdateProjectSettingsWithParams_Call
- func (_c *ProjectsApi_UpdateProjectSettingsWithParams_Call) RunAndReturn(...) *ProjectsApi_UpdateProjectSettingsWithParams_Call
- type ProjectsApi_UpdateProjectSettings_Call
- func (_c *ProjectsApi_UpdateProjectSettings_Call) Return(_a0 admin.UpdateProjectSettingsApiRequest) *ProjectsApi_UpdateProjectSettings_Call
- func (_c *ProjectsApi_UpdateProjectSettings_Call) Run(...) *ProjectsApi_UpdateProjectSettings_Call
- func (_c *ProjectsApi_UpdateProjectSettings_Call) RunAndReturn(...) *ProjectsApi_UpdateProjectSettings_Call
- type ProjectsApi_UpdateProjectWithParams_Call
- func (_c *ProjectsApi_UpdateProjectWithParams_Call) Return(_a0 admin.UpdateProjectApiRequest) *ProjectsApi_UpdateProjectWithParams_Call
- func (_c *ProjectsApi_UpdateProjectWithParams_Call) Run(run func(ctx context.Context, args *admin.UpdateProjectApiParams)) *ProjectsApi_UpdateProjectWithParams_Call
- func (_c *ProjectsApi_UpdateProjectWithParams_Call) RunAndReturn(...) *ProjectsApi_UpdateProjectWithParams_Call
- type ProjectsApi_UpdateProject_Call
- func (_c *ProjectsApi_UpdateProject_Call) Return(_a0 admin.UpdateProjectApiRequest) *ProjectsApi_UpdateProject_Call
- func (_c *ProjectsApi_UpdateProject_Call) Run(run func(ctx context.Context, groupId string, groupUpdate *admin.GroupUpdate)) *ProjectsApi_UpdateProject_Call
- func (_c *ProjectsApi_UpdateProject_Call) RunAndReturn(...) *ProjectsApi_UpdateProject_Call
- type TeamsApi
- func (_m *TeamsApi) AddAllTeamsToProject(ctx context.Context, groupId string, teamRole *[]admin.TeamRole) admin.AddAllTeamsToProjectApiRequest
- func (_m *TeamsApi) AddAllTeamsToProjectExecute(r admin.AddAllTeamsToProjectApiRequest) (*admin.PaginatedTeamRole, *http.Response, error)
- func (_m *TeamsApi) AddAllTeamsToProjectWithParams(ctx context.Context, args *admin.AddAllTeamsToProjectApiParams) admin.AddAllTeamsToProjectApiRequest
- func (_m *TeamsApi) AddTeamUser(ctx context.Context, orgId string, teamId string, ...) admin.AddTeamUserApiRequest
- func (_m *TeamsApi) AddTeamUserExecute(r admin.AddTeamUserApiRequest) (*admin.PaginatedApiAppUser, *http.Response, error)
- func (_m *TeamsApi) AddTeamUserWithParams(ctx context.Context, args *admin.AddTeamUserApiParams) admin.AddTeamUserApiRequest
- func (_m *TeamsApi) CreateTeam(ctx context.Context, orgId string, team *admin.Team) admin.CreateTeamApiRequest
- func (_m *TeamsApi) CreateTeamExecute(r admin.CreateTeamApiRequest) (*admin.Team, *http.Response, error)
- func (_m *TeamsApi) CreateTeamWithParams(ctx context.Context, args *admin.CreateTeamApiParams) admin.CreateTeamApiRequest
- func (_m *TeamsApi) DeleteTeam(ctx context.Context, orgId string, teamId string) admin.DeleteTeamApiRequest
- func (_m *TeamsApi) DeleteTeamExecute(r admin.DeleteTeamApiRequest) (map[string]interface{}, *http.Response, error)
- func (_m *TeamsApi) DeleteTeamWithParams(ctx context.Context, args *admin.DeleteTeamApiParams) admin.DeleteTeamApiRequest
- func (_m *TeamsApi) EXPECT() *TeamsApi_Expecter
- func (_m *TeamsApi) GetTeamById(ctx context.Context, orgId string, teamId string) admin.GetTeamByIdApiRequest
- func (_m *TeamsApi) GetTeamByIdExecute(r admin.GetTeamByIdApiRequest) (*admin.TeamResponse, *http.Response, error)
- func (_m *TeamsApi) GetTeamByIdWithParams(ctx context.Context, args *admin.GetTeamByIdApiParams) admin.GetTeamByIdApiRequest
- func (_m *TeamsApi) GetTeamByName(ctx context.Context, orgId string, teamName string) admin.GetTeamByNameApiRequest
- func (_m *TeamsApi) GetTeamByNameExecute(r admin.GetTeamByNameApiRequest) (*admin.TeamResponse, *http.Response, error)
- func (_m *TeamsApi) GetTeamByNameWithParams(ctx context.Context, args *admin.GetTeamByNameApiParams) admin.GetTeamByNameApiRequest
- func (_m *TeamsApi) ListOrganizationTeams(ctx context.Context, orgId string) admin.ListOrganizationTeamsApiRequest
- func (_m *TeamsApi) ListOrganizationTeamsExecute(r admin.ListOrganizationTeamsApiRequest) (*admin.PaginatedTeam, *http.Response, error)
- func (_m *TeamsApi) ListOrganizationTeamsWithParams(ctx context.Context, args *admin.ListOrganizationTeamsApiParams) admin.ListOrganizationTeamsApiRequest
- func (_m *TeamsApi) ListProjectTeams(ctx context.Context, groupId string) admin.ListProjectTeamsApiRequest
- func (_m *TeamsApi) ListProjectTeamsExecute(r admin.ListProjectTeamsApiRequest) (*admin.PaginatedTeamRole, *http.Response, error)
- func (_m *TeamsApi) ListProjectTeamsWithParams(ctx context.Context, args *admin.ListProjectTeamsApiParams) admin.ListProjectTeamsApiRequest
- func (_m *TeamsApi) ListTeamUsers(ctx context.Context, orgId string, teamId string) admin.ListTeamUsersApiRequest
- func (_m *TeamsApi) ListTeamUsersExecute(r admin.ListTeamUsersApiRequest) (*admin.PaginatedApiAppUser, *http.Response, error)
- func (_m *TeamsApi) ListTeamUsersWithParams(ctx context.Context, args *admin.ListTeamUsersApiParams) admin.ListTeamUsersApiRequest
- func (_m *TeamsApi) RemoveProjectTeam(ctx context.Context, groupId string, teamId string) admin.RemoveProjectTeamApiRequest
- func (_m *TeamsApi) RemoveProjectTeamExecute(r admin.RemoveProjectTeamApiRequest) (*http.Response, error)
- func (_m *TeamsApi) RemoveProjectTeamWithParams(ctx context.Context, args *admin.RemoveProjectTeamApiParams) admin.RemoveProjectTeamApiRequest
- func (_m *TeamsApi) RemoveTeamUser(ctx context.Context, orgId string, teamId string, userId string) admin.RemoveTeamUserApiRequest
- func (_m *TeamsApi) RemoveTeamUserExecute(r admin.RemoveTeamUserApiRequest) (*http.Response, error)
- func (_m *TeamsApi) RemoveTeamUserWithParams(ctx context.Context, args *admin.RemoveTeamUserApiParams) admin.RemoveTeamUserApiRequest
- func (_m *TeamsApi) RenameTeam(ctx context.Context, orgId string, teamId string, teamUpdate *admin.TeamUpdate) admin.RenameTeamApiRequest
- func (_m *TeamsApi) RenameTeamExecute(r admin.RenameTeamApiRequest) (*admin.TeamResponse, *http.Response, error)
- func (_m *TeamsApi) RenameTeamWithParams(ctx context.Context, args *admin.RenameTeamApiParams) admin.RenameTeamApiRequest
- func (_m *TeamsApi) UpdateTeamRoles(ctx context.Context, groupId string, teamId string, teamRole *admin.TeamRole) admin.UpdateTeamRolesApiRequest
- func (_m *TeamsApi) UpdateTeamRolesExecute(r admin.UpdateTeamRolesApiRequest) (*admin.PaginatedTeamRole, *http.Response, error)
- func (_m *TeamsApi) UpdateTeamRolesWithParams(ctx context.Context, args *admin.UpdateTeamRolesApiParams) admin.UpdateTeamRolesApiRequest
- type TeamsApi_AddAllTeamsToProjectExecute_Call
- func (_c *TeamsApi_AddAllTeamsToProjectExecute_Call) Return(_a0 *admin.PaginatedTeamRole, _a1 *http.Response, _a2 error) *TeamsApi_AddAllTeamsToProjectExecute_Call
- func (_c *TeamsApi_AddAllTeamsToProjectExecute_Call) Run(run func(r admin.AddAllTeamsToProjectApiRequest)) *TeamsApi_AddAllTeamsToProjectExecute_Call
- func (_c *TeamsApi_AddAllTeamsToProjectExecute_Call) RunAndReturn(...) *TeamsApi_AddAllTeamsToProjectExecute_Call
- type TeamsApi_AddAllTeamsToProjectWithParams_Call
- func (_c *TeamsApi_AddAllTeamsToProjectWithParams_Call) Return(_a0 admin.AddAllTeamsToProjectApiRequest) *TeamsApi_AddAllTeamsToProjectWithParams_Call
- func (_c *TeamsApi_AddAllTeamsToProjectWithParams_Call) Run(run func(ctx context.Context, args *admin.AddAllTeamsToProjectApiParams)) *TeamsApi_AddAllTeamsToProjectWithParams_Call
- func (_c *TeamsApi_AddAllTeamsToProjectWithParams_Call) RunAndReturn(...) *TeamsApi_AddAllTeamsToProjectWithParams_Call
- type TeamsApi_AddAllTeamsToProject_Call
- func (_c *TeamsApi_AddAllTeamsToProject_Call) Return(_a0 admin.AddAllTeamsToProjectApiRequest) *TeamsApi_AddAllTeamsToProject_Call
- func (_c *TeamsApi_AddAllTeamsToProject_Call) Run(run func(ctx context.Context, groupId string, teamRole *[]admin.TeamRole)) *TeamsApi_AddAllTeamsToProject_Call
- func (_c *TeamsApi_AddAllTeamsToProject_Call) RunAndReturn(...) *TeamsApi_AddAllTeamsToProject_Call
- type TeamsApi_AddTeamUserExecute_Call
- func (_c *TeamsApi_AddTeamUserExecute_Call) Return(_a0 *admin.PaginatedApiAppUser, _a1 *http.Response, _a2 error) *TeamsApi_AddTeamUserExecute_Call
- func (_c *TeamsApi_AddTeamUserExecute_Call) Run(run func(r admin.AddTeamUserApiRequest)) *TeamsApi_AddTeamUserExecute_Call
- func (_c *TeamsApi_AddTeamUserExecute_Call) RunAndReturn(...) *TeamsApi_AddTeamUserExecute_Call
- type TeamsApi_AddTeamUserWithParams_Call
- func (_c *TeamsApi_AddTeamUserWithParams_Call) Return(_a0 admin.AddTeamUserApiRequest) *TeamsApi_AddTeamUserWithParams_Call
- func (_c *TeamsApi_AddTeamUserWithParams_Call) Run(run func(ctx context.Context, args *admin.AddTeamUserApiParams)) *TeamsApi_AddTeamUserWithParams_Call
- func (_c *TeamsApi_AddTeamUserWithParams_Call) RunAndReturn(...) *TeamsApi_AddTeamUserWithParams_Call
- type TeamsApi_AddTeamUser_Call
- func (_c *TeamsApi_AddTeamUser_Call) Return(_a0 admin.AddTeamUserApiRequest) *TeamsApi_AddTeamUser_Call
- func (_c *TeamsApi_AddTeamUser_Call) Run(run func(ctx context.Context, orgId string, teamId string, ...)) *TeamsApi_AddTeamUser_Call
- func (_c *TeamsApi_AddTeamUser_Call) RunAndReturn(...) *TeamsApi_AddTeamUser_Call
- type TeamsApi_CreateTeamExecute_Call
- func (_c *TeamsApi_CreateTeamExecute_Call) Return(_a0 *admin.Team, _a1 *http.Response, _a2 error) *TeamsApi_CreateTeamExecute_Call
- func (_c *TeamsApi_CreateTeamExecute_Call) Run(run func(r admin.CreateTeamApiRequest)) *TeamsApi_CreateTeamExecute_Call
- func (_c *TeamsApi_CreateTeamExecute_Call) RunAndReturn(run func(admin.CreateTeamApiRequest) (*admin.Team, *http.Response, error)) *TeamsApi_CreateTeamExecute_Call
- type TeamsApi_CreateTeamWithParams_Call
- func (_c *TeamsApi_CreateTeamWithParams_Call) Return(_a0 admin.CreateTeamApiRequest) *TeamsApi_CreateTeamWithParams_Call
- func (_c *TeamsApi_CreateTeamWithParams_Call) Run(run func(ctx context.Context, args *admin.CreateTeamApiParams)) *TeamsApi_CreateTeamWithParams_Call
- func (_c *TeamsApi_CreateTeamWithParams_Call) RunAndReturn(...) *TeamsApi_CreateTeamWithParams_Call
- type TeamsApi_CreateTeam_Call
- func (_c *TeamsApi_CreateTeam_Call) Return(_a0 admin.CreateTeamApiRequest) *TeamsApi_CreateTeam_Call
- func (_c *TeamsApi_CreateTeam_Call) Run(run func(ctx context.Context, orgId string, team *admin.Team)) *TeamsApi_CreateTeam_Call
- func (_c *TeamsApi_CreateTeam_Call) RunAndReturn(run func(context.Context, string, *admin.Team) admin.CreateTeamApiRequest) *TeamsApi_CreateTeam_Call
- type TeamsApi_DeleteTeamExecute_Call
- func (_c *TeamsApi_DeleteTeamExecute_Call) Return(_a0 map[string]interface{}, _a1 *http.Response, _a2 error) *TeamsApi_DeleteTeamExecute_Call
- func (_c *TeamsApi_DeleteTeamExecute_Call) Run(run func(r admin.DeleteTeamApiRequest)) *TeamsApi_DeleteTeamExecute_Call
- func (_c *TeamsApi_DeleteTeamExecute_Call) RunAndReturn(...) *TeamsApi_DeleteTeamExecute_Call
- type TeamsApi_DeleteTeamWithParams_Call
- func (_c *TeamsApi_DeleteTeamWithParams_Call) Return(_a0 admin.DeleteTeamApiRequest) *TeamsApi_DeleteTeamWithParams_Call
- func (_c *TeamsApi_DeleteTeamWithParams_Call) Run(run func(ctx context.Context, args *admin.DeleteTeamApiParams)) *TeamsApi_DeleteTeamWithParams_Call
- func (_c *TeamsApi_DeleteTeamWithParams_Call) RunAndReturn(...) *TeamsApi_DeleteTeamWithParams_Call
- type TeamsApi_DeleteTeam_Call
- func (_c *TeamsApi_DeleteTeam_Call) Return(_a0 admin.DeleteTeamApiRequest) *TeamsApi_DeleteTeam_Call
- func (_c *TeamsApi_DeleteTeam_Call) Run(run func(ctx context.Context, orgId string, teamId string)) *TeamsApi_DeleteTeam_Call
- func (_c *TeamsApi_DeleteTeam_Call) RunAndReturn(run func(context.Context, string, string) admin.DeleteTeamApiRequest) *TeamsApi_DeleteTeam_Call
- type TeamsApi_Expecter
- func (_e *TeamsApi_Expecter) AddAllTeamsToProject(ctx interface{}, groupId interface{}, teamRole interface{}) *TeamsApi_AddAllTeamsToProject_Call
- func (_e *TeamsApi_Expecter) AddAllTeamsToProjectExecute(r interface{}) *TeamsApi_AddAllTeamsToProjectExecute_Call
- func (_e *TeamsApi_Expecter) AddAllTeamsToProjectWithParams(ctx interface{}, args interface{}) *TeamsApi_AddAllTeamsToProjectWithParams_Call
- func (_e *TeamsApi_Expecter) AddTeamUser(ctx interface{}, orgId interface{}, teamId interface{}, ...) *TeamsApi_AddTeamUser_Call
- func (_e *TeamsApi_Expecter) AddTeamUserExecute(r interface{}) *TeamsApi_AddTeamUserExecute_Call
- func (_e *TeamsApi_Expecter) AddTeamUserWithParams(ctx interface{}, args interface{}) *TeamsApi_AddTeamUserWithParams_Call
- func (_e *TeamsApi_Expecter) CreateTeam(ctx interface{}, orgId interface{}, team interface{}) *TeamsApi_CreateTeam_Call
- func (_e *TeamsApi_Expecter) CreateTeamExecute(r interface{}) *TeamsApi_CreateTeamExecute_Call
- func (_e *TeamsApi_Expecter) CreateTeamWithParams(ctx interface{}, args interface{}) *TeamsApi_CreateTeamWithParams_Call
- func (_e *TeamsApi_Expecter) DeleteTeam(ctx interface{}, orgId interface{}, teamId interface{}) *TeamsApi_DeleteTeam_Call
- func (_e *TeamsApi_Expecter) DeleteTeamExecute(r interface{}) *TeamsApi_DeleteTeamExecute_Call
- func (_e *TeamsApi_Expecter) DeleteTeamWithParams(ctx interface{}, args interface{}) *TeamsApi_DeleteTeamWithParams_Call
- func (_e *TeamsApi_Expecter) GetTeamById(ctx interface{}, orgId interface{}, teamId interface{}) *TeamsApi_GetTeamById_Call
- func (_e *TeamsApi_Expecter) GetTeamByIdExecute(r interface{}) *TeamsApi_GetTeamByIdExecute_Call
- func (_e *TeamsApi_Expecter) GetTeamByIdWithParams(ctx interface{}, args interface{}) *TeamsApi_GetTeamByIdWithParams_Call
- func (_e *TeamsApi_Expecter) GetTeamByName(ctx interface{}, orgId interface{}, teamName interface{}) *TeamsApi_GetTeamByName_Call
- func (_e *TeamsApi_Expecter) GetTeamByNameExecute(r interface{}) *TeamsApi_GetTeamByNameExecute_Call
- func (_e *TeamsApi_Expecter) GetTeamByNameWithParams(ctx interface{}, args interface{}) *TeamsApi_GetTeamByNameWithParams_Call
- func (_e *TeamsApi_Expecter) ListOrganizationTeams(ctx interface{}, orgId interface{}) *TeamsApi_ListOrganizationTeams_Call
- func (_e *TeamsApi_Expecter) ListOrganizationTeamsExecute(r interface{}) *TeamsApi_ListOrganizationTeamsExecute_Call
- func (_e *TeamsApi_Expecter) ListOrganizationTeamsWithParams(ctx interface{}, args interface{}) *TeamsApi_ListOrganizationTeamsWithParams_Call
- func (_e *TeamsApi_Expecter) ListProjectTeams(ctx interface{}, groupId interface{}) *TeamsApi_ListProjectTeams_Call
- func (_e *TeamsApi_Expecter) ListProjectTeamsExecute(r interface{}) *TeamsApi_ListProjectTeamsExecute_Call
- func (_e *TeamsApi_Expecter) ListProjectTeamsWithParams(ctx interface{}, args interface{}) *TeamsApi_ListProjectTeamsWithParams_Call
- func (_e *TeamsApi_Expecter) ListTeamUsers(ctx interface{}, orgId interface{}, teamId interface{}) *TeamsApi_ListTeamUsers_Call
- func (_e *TeamsApi_Expecter) ListTeamUsersExecute(r interface{}) *TeamsApi_ListTeamUsersExecute_Call
- func (_e *TeamsApi_Expecter) ListTeamUsersWithParams(ctx interface{}, args interface{}) *TeamsApi_ListTeamUsersWithParams_Call
- func (_e *TeamsApi_Expecter) RemoveProjectTeam(ctx interface{}, groupId interface{}, teamId interface{}) *TeamsApi_RemoveProjectTeam_Call
- func (_e *TeamsApi_Expecter) RemoveProjectTeamExecute(r interface{}) *TeamsApi_RemoveProjectTeamExecute_Call
- func (_e *TeamsApi_Expecter) RemoveProjectTeamWithParams(ctx interface{}, args interface{}) *TeamsApi_RemoveProjectTeamWithParams_Call
- func (_e *TeamsApi_Expecter) RemoveTeamUser(ctx interface{}, orgId interface{}, teamId interface{}, userId interface{}) *TeamsApi_RemoveTeamUser_Call
- func (_e *TeamsApi_Expecter) RemoveTeamUserExecute(r interface{}) *TeamsApi_RemoveTeamUserExecute_Call
- func (_e *TeamsApi_Expecter) RemoveTeamUserWithParams(ctx interface{}, args interface{}) *TeamsApi_RemoveTeamUserWithParams_Call
- func (_e *TeamsApi_Expecter) RenameTeam(ctx interface{}, orgId interface{}, teamId interface{}, teamUpdate interface{}) *TeamsApi_RenameTeam_Call
- func (_e *TeamsApi_Expecter) RenameTeamExecute(r interface{}) *TeamsApi_RenameTeamExecute_Call
- func (_e *TeamsApi_Expecter) RenameTeamWithParams(ctx interface{}, args interface{}) *TeamsApi_RenameTeamWithParams_Call
- func (_e *TeamsApi_Expecter) UpdateTeamRoles(ctx interface{}, groupId interface{}, teamId interface{}, teamRole interface{}) *TeamsApi_UpdateTeamRoles_Call
- func (_e *TeamsApi_Expecter) UpdateTeamRolesExecute(r interface{}) *TeamsApi_UpdateTeamRolesExecute_Call
- func (_e *TeamsApi_Expecter) UpdateTeamRolesWithParams(ctx interface{}, args interface{}) *TeamsApi_UpdateTeamRolesWithParams_Call
- type TeamsApi_GetTeamByIdExecute_Call
- func (_c *TeamsApi_GetTeamByIdExecute_Call) Return(_a0 *admin.TeamResponse, _a1 *http.Response, _a2 error) *TeamsApi_GetTeamByIdExecute_Call
- func (_c *TeamsApi_GetTeamByIdExecute_Call) Run(run func(r admin.GetTeamByIdApiRequest)) *TeamsApi_GetTeamByIdExecute_Call
- func (_c *TeamsApi_GetTeamByIdExecute_Call) RunAndReturn(...) *TeamsApi_GetTeamByIdExecute_Call
- type TeamsApi_GetTeamByIdWithParams_Call
- func (_c *TeamsApi_GetTeamByIdWithParams_Call) Return(_a0 admin.GetTeamByIdApiRequest) *TeamsApi_GetTeamByIdWithParams_Call
- func (_c *TeamsApi_GetTeamByIdWithParams_Call) Run(run func(ctx context.Context, args *admin.GetTeamByIdApiParams)) *TeamsApi_GetTeamByIdWithParams_Call
- func (_c *TeamsApi_GetTeamByIdWithParams_Call) RunAndReturn(...) *TeamsApi_GetTeamByIdWithParams_Call
- type TeamsApi_GetTeamById_Call
- func (_c *TeamsApi_GetTeamById_Call) Return(_a0 admin.GetTeamByIdApiRequest) *TeamsApi_GetTeamById_Call
- func (_c *TeamsApi_GetTeamById_Call) Run(run func(ctx context.Context, orgId string, teamId string)) *TeamsApi_GetTeamById_Call
- func (_c *TeamsApi_GetTeamById_Call) RunAndReturn(run func(context.Context, string, string) admin.GetTeamByIdApiRequest) *TeamsApi_GetTeamById_Call
- type TeamsApi_GetTeamByNameExecute_Call
- func (_c *TeamsApi_GetTeamByNameExecute_Call) Return(_a0 *admin.TeamResponse, _a1 *http.Response, _a2 error) *TeamsApi_GetTeamByNameExecute_Call
- func (_c *TeamsApi_GetTeamByNameExecute_Call) Run(run func(r admin.GetTeamByNameApiRequest)) *TeamsApi_GetTeamByNameExecute_Call
- func (_c *TeamsApi_GetTeamByNameExecute_Call) RunAndReturn(...) *TeamsApi_GetTeamByNameExecute_Call
- type TeamsApi_GetTeamByNameWithParams_Call
- func (_c *TeamsApi_GetTeamByNameWithParams_Call) Return(_a0 admin.GetTeamByNameApiRequest) *TeamsApi_GetTeamByNameWithParams_Call
- func (_c *TeamsApi_GetTeamByNameWithParams_Call) Run(run func(ctx context.Context, args *admin.GetTeamByNameApiParams)) *TeamsApi_GetTeamByNameWithParams_Call
- func (_c *TeamsApi_GetTeamByNameWithParams_Call) RunAndReturn(...) *TeamsApi_GetTeamByNameWithParams_Call
- type TeamsApi_GetTeamByName_Call
- func (_c *TeamsApi_GetTeamByName_Call) Return(_a0 admin.GetTeamByNameApiRequest) *TeamsApi_GetTeamByName_Call
- func (_c *TeamsApi_GetTeamByName_Call) Run(run func(ctx context.Context, orgId string, teamName string)) *TeamsApi_GetTeamByName_Call
- func (_c *TeamsApi_GetTeamByName_Call) RunAndReturn(run func(context.Context, string, string) admin.GetTeamByNameApiRequest) *TeamsApi_GetTeamByName_Call
- type TeamsApi_ListOrganizationTeamsExecute_Call
- func (_c *TeamsApi_ListOrganizationTeamsExecute_Call) Return(_a0 *admin.PaginatedTeam, _a1 *http.Response, _a2 error) *TeamsApi_ListOrganizationTeamsExecute_Call
- func (_c *TeamsApi_ListOrganizationTeamsExecute_Call) Run(run func(r admin.ListOrganizationTeamsApiRequest)) *TeamsApi_ListOrganizationTeamsExecute_Call
- func (_c *TeamsApi_ListOrganizationTeamsExecute_Call) RunAndReturn(...) *TeamsApi_ListOrganizationTeamsExecute_Call
- type TeamsApi_ListOrganizationTeamsWithParams_Call
- func (_c *TeamsApi_ListOrganizationTeamsWithParams_Call) Return(_a0 admin.ListOrganizationTeamsApiRequest) *TeamsApi_ListOrganizationTeamsWithParams_Call
- func (_c *TeamsApi_ListOrganizationTeamsWithParams_Call) Run(run func(ctx context.Context, args *admin.ListOrganizationTeamsApiParams)) *TeamsApi_ListOrganizationTeamsWithParams_Call
- func (_c *TeamsApi_ListOrganizationTeamsWithParams_Call) RunAndReturn(...) *TeamsApi_ListOrganizationTeamsWithParams_Call
- type TeamsApi_ListOrganizationTeams_Call
- func (_c *TeamsApi_ListOrganizationTeams_Call) Return(_a0 admin.ListOrganizationTeamsApiRequest) *TeamsApi_ListOrganizationTeams_Call
- func (_c *TeamsApi_ListOrganizationTeams_Call) Run(run func(ctx context.Context, orgId string)) *TeamsApi_ListOrganizationTeams_Call
- func (_c *TeamsApi_ListOrganizationTeams_Call) RunAndReturn(run func(context.Context, string) admin.ListOrganizationTeamsApiRequest) *TeamsApi_ListOrganizationTeams_Call
- type TeamsApi_ListProjectTeamsExecute_Call
- func (_c *TeamsApi_ListProjectTeamsExecute_Call) Return(_a0 *admin.PaginatedTeamRole, _a1 *http.Response, _a2 error) *TeamsApi_ListProjectTeamsExecute_Call
- func (_c *TeamsApi_ListProjectTeamsExecute_Call) Run(run func(r admin.ListProjectTeamsApiRequest)) *TeamsApi_ListProjectTeamsExecute_Call
- func (_c *TeamsApi_ListProjectTeamsExecute_Call) RunAndReturn(...) *TeamsApi_ListProjectTeamsExecute_Call
- type TeamsApi_ListProjectTeamsWithParams_Call
- func (_c *TeamsApi_ListProjectTeamsWithParams_Call) Return(_a0 admin.ListProjectTeamsApiRequest) *TeamsApi_ListProjectTeamsWithParams_Call
- func (_c *TeamsApi_ListProjectTeamsWithParams_Call) Run(run func(ctx context.Context, args *admin.ListProjectTeamsApiParams)) *TeamsApi_ListProjectTeamsWithParams_Call
- func (_c *TeamsApi_ListProjectTeamsWithParams_Call) RunAndReturn(...) *TeamsApi_ListProjectTeamsWithParams_Call
- type TeamsApi_ListProjectTeams_Call
- func (_c *TeamsApi_ListProjectTeams_Call) Return(_a0 admin.ListProjectTeamsApiRequest) *TeamsApi_ListProjectTeams_Call
- func (_c *TeamsApi_ListProjectTeams_Call) Run(run func(ctx context.Context, groupId string)) *TeamsApi_ListProjectTeams_Call
- func (_c *TeamsApi_ListProjectTeams_Call) RunAndReturn(run func(context.Context, string) admin.ListProjectTeamsApiRequest) *TeamsApi_ListProjectTeams_Call
- type TeamsApi_ListTeamUsersExecute_Call
- func (_c *TeamsApi_ListTeamUsersExecute_Call) Return(_a0 *admin.PaginatedApiAppUser, _a1 *http.Response, _a2 error) *TeamsApi_ListTeamUsersExecute_Call
- func (_c *TeamsApi_ListTeamUsersExecute_Call) Run(run func(r admin.ListTeamUsersApiRequest)) *TeamsApi_ListTeamUsersExecute_Call
- func (_c *TeamsApi_ListTeamUsersExecute_Call) RunAndReturn(...) *TeamsApi_ListTeamUsersExecute_Call
- type TeamsApi_ListTeamUsersWithParams_Call
- func (_c *TeamsApi_ListTeamUsersWithParams_Call) Return(_a0 admin.ListTeamUsersApiRequest) *TeamsApi_ListTeamUsersWithParams_Call
- func (_c *TeamsApi_ListTeamUsersWithParams_Call) Run(run func(ctx context.Context, args *admin.ListTeamUsersApiParams)) *TeamsApi_ListTeamUsersWithParams_Call
- func (_c *TeamsApi_ListTeamUsersWithParams_Call) RunAndReturn(...) *TeamsApi_ListTeamUsersWithParams_Call
- type TeamsApi_ListTeamUsers_Call
- func (_c *TeamsApi_ListTeamUsers_Call) Return(_a0 admin.ListTeamUsersApiRequest) *TeamsApi_ListTeamUsers_Call
- func (_c *TeamsApi_ListTeamUsers_Call) Run(run func(ctx context.Context, orgId string, teamId string)) *TeamsApi_ListTeamUsers_Call
- func (_c *TeamsApi_ListTeamUsers_Call) RunAndReturn(run func(context.Context, string, string) admin.ListTeamUsersApiRequest) *TeamsApi_ListTeamUsers_Call
- type TeamsApi_RemoveProjectTeamExecute_Call
- func (_c *TeamsApi_RemoveProjectTeamExecute_Call) Return(_a0 *http.Response, _a1 error) *TeamsApi_RemoveProjectTeamExecute_Call
- func (_c *TeamsApi_RemoveProjectTeamExecute_Call) Run(run func(r admin.RemoveProjectTeamApiRequest)) *TeamsApi_RemoveProjectTeamExecute_Call
- func (_c *TeamsApi_RemoveProjectTeamExecute_Call) RunAndReturn(run func(admin.RemoveProjectTeamApiRequest) (*http.Response, error)) *TeamsApi_RemoveProjectTeamExecute_Call
- type TeamsApi_RemoveProjectTeamWithParams_Call
- func (_c *TeamsApi_RemoveProjectTeamWithParams_Call) Return(_a0 admin.RemoveProjectTeamApiRequest) *TeamsApi_RemoveProjectTeamWithParams_Call
- func (_c *TeamsApi_RemoveProjectTeamWithParams_Call) Run(run func(ctx context.Context, args *admin.RemoveProjectTeamApiParams)) *TeamsApi_RemoveProjectTeamWithParams_Call
- func (_c *TeamsApi_RemoveProjectTeamWithParams_Call) RunAndReturn(...) *TeamsApi_RemoveProjectTeamWithParams_Call
- type TeamsApi_RemoveProjectTeam_Call
- func (_c *TeamsApi_RemoveProjectTeam_Call) Return(_a0 admin.RemoveProjectTeamApiRequest) *TeamsApi_RemoveProjectTeam_Call
- func (_c *TeamsApi_RemoveProjectTeam_Call) Run(run func(ctx context.Context, groupId string, teamId string)) *TeamsApi_RemoveProjectTeam_Call
- func (_c *TeamsApi_RemoveProjectTeam_Call) RunAndReturn(run func(context.Context, string, string) admin.RemoveProjectTeamApiRequest) *TeamsApi_RemoveProjectTeam_Call
- type TeamsApi_RemoveTeamUserExecute_Call
- func (_c *TeamsApi_RemoveTeamUserExecute_Call) Return(_a0 *http.Response, _a1 error) *TeamsApi_RemoveTeamUserExecute_Call
- func (_c *TeamsApi_RemoveTeamUserExecute_Call) Run(run func(r admin.RemoveTeamUserApiRequest)) *TeamsApi_RemoveTeamUserExecute_Call
- func (_c *TeamsApi_RemoveTeamUserExecute_Call) RunAndReturn(run func(admin.RemoveTeamUserApiRequest) (*http.Response, error)) *TeamsApi_RemoveTeamUserExecute_Call
- type TeamsApi_RemoveTeamUserWithParams_Call
- func (_c *TeamsApi_RemoveTeamUserWithParams_Call) Return(_a0 admin.RemoveTeamUserApiRequest) *TeamsApi_RemoveTeamUserWithParams_Call
- func (_c *TeamsApi_RemoveTeamUserWithParams_Call) Run(run func(ctx context.Context, args *admin.RemoveTeamUserApiParams)) *TeamsApi_RemoveTeamUserWithParams_Call
- func (_c *TeamsApi_RemoveTeamUserWithParams_Call) RunAndReturn(...) *TeamsApi_RemoveTeamUserWithParams_Call
- type TeamsApi_RemoveTeamUser_Call
- func (_c *TeamsApi_RemoveTeamUser_Call) Return(_a0 admin.RemoveTeamUserApiRequest) *TeamsApi_RemoveTeamUser_Call
- func (_c *TeamsApi_RemoveTeamUser_Call) Run(run func(ctx context.Context, orgId string, teamId string, userId string)) *TeamsApi_RemoveTeamUser_Call
- func (_c *TeamsApi_RemoveTeamUser_Call) RunAndReturn(...) *TeamsApi_RemoveTeamUser_Call
- type TeamsApi_RenameTeamExecute_Call
- func (_c *TeamsApi_RenameTeamExecute_Call) Return(_a0 *admin.TeamResponse, _a1 *http.Response, _a2 error) *TeamsApi_RenameTeamExecute_Call
- func (_c *TeamsApi_RenameTeamExecute_Call) Run(run func(r admin.RenameTeamApiRequest)) *TeamsApi_RenameTeamExecute_Call
- func (_c *TeamsApi_RenameTeamExecute_Call) RunAndReturn(...) *TeamsApi_RenameTeamExecute_Call
- type TeamsApi_RenameTeamWithParams_Call
- func (_c *TeamsApi_RenameTeamWithParams_Call) Return(_a0 admin.RenameTeamApiRequest) *TeamsApi_RenameTeamWithParams_Call
- func (_c *TeamsApi_RenameTeamWithParams_Call) Run(run func(ctx context.Context, args *admin.RenameTeamApiParams)) *TeamsApi_RenameTeamWithParams_Call
- func (_c *TeamsApi_RenameTeamWithParams_Call) RunAndReturn(...) *TeamsApi_RenameTeamWithParams_Call
- type TeamsApi_RenameTeam_Call
- type TeamsApi_UpdateTeamRolesExecute_Call
- func (_c *TeamsApi_UpdateTeamRolesExecute_Call) Return(_a0 *admin.PaginatedTeamRole, _a1 *http.Response, _a2 error) *TeamsApi_UpdateTeamRolesExecute_Call
- func (_c *TeamsApi_UpdateTeamRolesExecute_Call) Run(run func(r admin.UpdateTeamRolesApiRequest)) *TeamsApi_UpdateTeamRolesExecute_Call
- func (_c *TeamsApi_UpdateTeamRolesExecute_Call) RunAndReturn(...) *TeamsApi_UpdateTeamRolesExecute_Call
- type TeamsApi_UpdateTeamRolesWithParams_Call
- func (_c *TeamsApi_UpdateTeamRolesWithParams_Call) Return(_a0 admin.UpdateTeamRolesApiRequest) *TeamsApi_UpdateTeamRolesWithParams_Call
- func (_c *TeamsApi_UpdateTeamRolesWithParams_Call) Run(run func(ctx context.Context, args *admin.UpdateTeamRolesApiParams)) *TeamsApi_UpdateTeamRolesWithParams_Call
- func (_c *TeamsApi_UpdateTeamRolesWithParams_Call) RunAndReturn(...) *TeamsApi_UpdateTeamRolesWithParams_Call
- type TeamsApi_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 ClustersApi ¶
ClustersApi is an autogenerated mock type for the ClustersApi type
func NewClustersApi ¶
func NewClustersApi(t interface {
mock.TestingT
Cleanup(func())
}) *ClustersApi
NewClustersApi creates a new instance of ClustersApi. 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 (*ClustersApi) CreateCluster ¶
func (_m *ClustersApi) CreateCluster(ctx context.Context, groupId string, advancedClusterDescription *admin.AdvancedClusterDescription) admin.CreateClusterApiRequest
CreateCluster provides a mock function with given fields: ctx, groupId, advancedClusterDescription
func (*ClustersApi) CreateClusterExecute ¶
func (_m *ClustersApi) CreateClusterExecute(r admin.CreateClusterApiRequest) (*admin.AdvancedClusterDescription, *http.Response, error)
CreateClusterExecute provides a mock function with given fields: r
func (*ClustersApi) CreateClusterWithParams ¶
func (_m *ClustersApi) CreateClusterWithParams(ctx context.Context, args *admin.CreateClusterApiParams) admin.CreateClusterApiRequest
CreateClusterWithParams provides a mock function with given fields: ctx, args
func (*ClustersApi) DeleteCluster ¶
func (_m *ClustersApi) DeleteCluster(ctx context.Context, groupId string, clusterName string) admin.DeleteClusterApiRequest
DeleteCluster provides a mock function with given fields: ctx, groupId, clusterName
func (*ClustersApi) DeleteClusterExecute ¶
func (_m *ClustersApi) DeleteClusterExecute(r admin.DeleteClusterApiRequest) (*http.Response, error)
DeleteClusterExecute provides a mock function with given fields: r
func (*ClustersApi) DeleteClusterWithParams ¶
func (_m *ClustersApi) DeleteClusterWithParams(ctx context.Context, args *admin.DeleteClusterApiParams) admin.DeleteClusterApiRequest
DeleteClusterWithParams provides a mock function with given fields: ctx, args
func (*ClustersApi) EXPECT ¶
func (_m *ClustersApi) EXPECT() *ClustersApi_Expecter
func (*ClustersApi) GetCluster ¶
func (_m *ClustersApi) GetCluster(ctx context.Context, groupId string, clusterName string) admin.GetClusterApiRequest
GetCluster provides a mock function with given fields: ctx, groupId, clusterName
func (*ClustersApi) GetClusterAdvancedConfiguration ¶
func (_m *ClustersApi) GetClusterAdvancedConfiguration(ctx context.Context, groupId string, clusterName string) admin.GetClusterAdvancedConfigurationApiRequest
GetClusterAdvancedConfiguration provides a mock function with given fields: ctx, groupId, clusterName
func (*ClustersApi) GetClusterAdvancedConfigurationExecute ¶
func (_m *ClustersApi) GetClusterAdvancedConfigurationExecute(r admin.GetClusterAdvancedConfigurationApiRequest) (*admin.ClusterDescriptionProcessArgs, *http.Response, error)
GetClusterAdvancedConfigurationExecute provides a mock function with given fields: r
func (*ClustersApi) GetClusterAdvancedConfigurationWithParams ¶
func (_m *ClustersApi) GetClusterAdvancedConfigurationWithParams(ctx context.Context, args *admin.GetClusterAdvancedConfigurationApiParams) admin.GetClusterAdvancedConfigurationApiRequest
GetClusterAdvancedConfigurationWithParams provides a mock function with given fields: ctx, args
func (*ClustersApi) GetClusterExecute ¶
func (_m *ClustersApi) GetClusterExecute(r admin.GetClusterApiRequest) (*admin.AdvancedClusterDescription, *http.Response, error)
GetClusterExecute provides a mock function with given fields: r
func (*ClustersApi) GetClusterStatus ¶
func (_m *ClustersApi) GetClusterStatus(ctx context.Context, groupId string, clusterName string) admin.GetClusterStatusApiRequest
GetClusterStatus provides a mock function with given fields: ctx, groupId, clusterName
func (*ClustersApi) GetClusterStatusExecute ¶
func (_m *ClustersApi) GetClusterStatusExecute(r admin.GetClusterStatusApiRequest) (*admin.ClusterStatus, *http.Response, error)
GetClusterStatusExecute provides a mock function with given fields: r
func (*ClustersApi) GetClusterStatusWithParams ¶
func (_m *ClustersApi) GetClusterStatusWithParams(ctx context.Context, args *admin.GetClusterStatusApiParams) admin.GetClusterStatusApiRequest
GetClusterStatusWithParams provides a mock function with given fields: ctx, args
func (*ClustersApi) GetClusterWithParams ¶
func (_m *ClustersApi) GetClusterWithParams(ctx context.Context, args *admin.GetClusterApiParams) admin.GetClusterApiRequest
GetClusterWithParams provides a mock function with given fields: ctx, args
func (*ClustersApi) GetSampleDatasetLoadStatus ¶
func (_m *ClustersApi) GetSampleDatasetLoadStatus(ctx context.Context, groupId string, sampleDatasetId string) admin.GetSampleDatasetLoadStatusApiRequest
GetSampleDatasetLoadStatus provides a mock function with given fields: ctx, groupId, sampleDatasetId
func (*ClustersApi) GetSampleDatasetLoadStatusExecute ¶
func (_m *ClustersApi) GetSampleDatasetLoadStatusExecute(r admin.GetSampleDatasetLoadStatusApiRequest) (*admin.SampleDatasetStatus, *http.Response, error)
GetSampleDatasetLoadStatusExecute provides a mock function with given fields: r
func (*ClustersApi) GetSampleDatasetLoadStatusWithParams ¶
func (_m *ClustersApi) GetSampleDatasetLoadStatusWithParams(ctx context.Context, args *admin.GetSampleDatasetLoadStatusApiParams) admin.GetSampleDatasetLoadStatusApiRequest
GetSampleDatasetLoadStatusWithParams provides a mock function with given fields: ctx, args
func (*ClustersApi) ListCloudProviderRegions ¶
func (_m *ClustersApi) ListCloudProviderRegions(ctx context.Context, groupId string) admin.ListCloudProviderRegionsApiRequest
ListCloudProviderRegions provides a mock function with given fields: ctx, groupId
func (*ClustersApi) ListCloudProviderRegionsExecute ¶
func (_m *ClustersApi) ListCloudProviderRegionsExecute(r admin.ListCloudProviderRegionsApiRequest) (*admin.PaginatedApiAtlasProviderRegions, *http.Response, error)
ListCloudProviderRegionsExecute provides a mock function with given fields: r
func (*ClustersApi) ListCloudProviderRegionsWithParams ¶
func (_m *ClustersApi) ListCloudProviderRegionsWithParams(ctx context.Context, args *admin.ListCloudProviderRegionsApiParams) admin.ListCloudProviderRegionsApiRequest
ListCloudProviderRegionsWithParams provides a mock function with given fields: ctx, args
func (*ClustersApi) ListClusters ¶
func (_m *ClustersApi) ListClusters(ctx context.Context, groupId string) admin.ListClustersApiRequest
ListClusters provides a mock function with given fields: ctx, groupId
func (*ClustersApi) ListClustersExecute ¶
func (_m *ClustersApi) ListClustersExecute(r admin.ListClustersApiRequest) (*admin.PaginatedAdvancedClusterDescription, *http.Response, error)
ListClustersExecute provides a mock function with given fields: r
func (*ClustersApi) ListClustersForAllProjects ¶
func (_m *ClustersApi) ListClustersForAllProjects(ctx context.Context) admin.ListClustersForAllProjectsApiRequest
ListClustersForAllProjects provides a mock function with given fields: ctx
func (*ClustersApi) ListClustersForAllProjectsExecute ¶
func (_m *ClustersApi) ListClustersForAllProjectsExecute(r admin.ListClustersForAllProjectsApiRequest) (*admin.PaginatedOrgGroup, *http.Response, error)
ListClustersForAllProjectsExecute provides a mock function with given fields: r
func (*ClustersApi) ListClustersForAllProjectsWithParams ¶
func (_m *ClustersApi) ListClustersForAllProjectsWithParams(ctx context.Context, args *admin.ListClustersForAllProjectsApiParams) admin.ListClustersForAllProjectsApiRequest
ListClustersForAllProjectsWithParams provides a mock function with given fields: ctx, args
func (*ClustersApi) ListClustersWithParams ¶
func (_m *ClustersApi) ListClustersWithParams(ctx context.Context, args *admin.ListClustersApiParams) admin.ListClustersApiRequest
ListClustersWithParams provides a mock function with given fields: ctx, args
func (*ClustersApi) LoadSampleDataset ¶
func (_m *ClustersApi) LoadSampleDataset(ctx context.Context, groupId string, name string) admin.LoadSampleDatasetApiRequest
LoadSampleDataset provides a mock function with given fields: ctx, groupId, name
func (*ClustersApi) LoadSampleDatasetExecute ¶
func (_m *ClustersApi) LoadSampleDatasetExecute(r admin.LoadSampleDatasetApiRequest) (*admin.SampleDatasetStatus, *http.Response, error)
LoadSampleDatasetExecute provides a mock function with given fields: r
func (*ClustersApi) LoadSampleDatasetWithParams ¶
func (_m *ClustersApi) LoadSampleDatasetWithParams(ctx context.Context, args *admin.LoadSampleDatasetApiParams) admin.LoadSampleDatasetApiRequest
LoadSampleDatasetWithParams provides a mock function with given fields: ctx, args
func (*ClustersApi) TestFailover ¶
func (_m *ClustersApi) TestFailover(ctx context.Context, groupId string, clusterName string) admin.TestFailoverApiRequest
TestFailover provides a mock function with given fields: ctx, groupId, clusterName
func (*ClustersApi) TestFailoverExecute ¶
func (_m *ClustersApi) TestFailoverExecute(r admin.TestFailoverApiRequest) (*http.Response, error)
TestFailoverExecute provides a mock function with given fields: r
func (*ClustersApi) TestFailoverWithParams ¶
func (_m *ClustersApi) TestFailoverWithParams(ctx context.Context, args *admin.TestFailoverApiParams) admin.TestFailoverApiRequest
TestFailoverWithParams provides a mock function with given fields: ctx, args
func (*ClustersApi) UpdateCluster ¶
func (_m *ClustersApi) UpdateCluster(ctx context.Context, groupId string, clusterName string, advancedClusterDescription *admin.AdvancedClusterDescription) admin.UpdateClusterApiRequest
UpdateCluster provides a mock function with given fields: ctx, groupId, clusterName, advancedClusterDescription
func (*ClustersApi) UpdateClusterAdvancedConfiguration ¶
func (_m *ClustersApi) UpdateClusterAdvancedConfiguration(ctx context.Context, groupId string, clusterName string, clusterDescriptionProcessArgs *admin.ClusterDescriptionProcessArgs) admin.UpdateClusterAdvancedConfigurationApiRequest
UpdateClusterAdvancedConfiguration provides a mock function with given fields: ctx, groupId, clusterName, clusterDescriptionProcessArgs
func (*ClustersApi) UpdateClusterAdvancedConfigurationExecute ¶
func (_m *ClustersApi) UpdateClusterAdvancedConfigurationExecute(r admin.UpdateClusterAdvancedConfigurationApiRequest) (*admin.ClusterDescriptionProcessArgs, *http.Response, error)
UpdateClusterAdvancedConfigurationExecute provides a mock function with given fields: r
func (*ClustersApi) UpdateClusterAdvancedConfigurationWithParams ¶
func (_m *ClustersApi) UpdateClusterAdvancedConfigurationWithParams(ctx context.Context, args *admin.UpdateClusterAdvancedConfigurationApiParams) admin.UpdateClusterAdvancedConfigurationApiRequest
UpdateClusterAdvancedConfigurationWithParams provides a mock function with given fields: ctx, args
func (*ClustersApi) UpdateClusterExecute ¶
func (_m *ClustersApi) UpdateClusterExecute(r admin.UpdateClusterApiRequest) (*admin.AdvancedClusterDescription, *http.Response, error)
UpdateClusterExecute provides a mock function with given fields: r
func (*ClustersApi) UpdateClusterWithParams ¶
func (_m *ClustersApi) UpdateClusterWithParams(ctx context.Context, args *admin.UpdateClusterApiParams) admin.UpdateClusterApiRequest
UpdateClusterWithParams provides a mock function with given fields: ctx, args
func (*ClustersApi) UpgradeSharedCluster ¶
func (_m *ClustersApi) UpgradeSharedCluster(ctx context.Context, groupId string, legacyAtlasTenantClusterUpgradeRequest *admin.LegacyAtlasTenantClusterUpgradeRequest) admin.UpgradeSharedClusterApiRequest
UpgradeSharedCluster provides a mock function with given fields: ctx, groupId, legacyAtlasTenantClusterUpgradeRequest
func (*ClustersApi) UpgradeSharedClusterExecute ¶
func (_m *ClustersApi) UpgradeSharedClusterExecute(r admin.UpgradeSharedClusterApiRequest) (*admin.LegacyAtlasCluster, *http.Response, error)
UpgradeSharedClusterExecute provides a mock function with given fields: r
func (*ClustersApi) UpgradeSharedClusterToServerless ¶
func (_m *ClustersApi) UpgradeSharedClusterToServerless(ctx context.Context, groupId string, serverlessInstanceDescription *admin.ServerlessInstanceDescription) admin.UpgradeSharedClusterToServerlessApiRequest
UpgradeSharedClusterToServerless provides a mock function with given fields: ctx, groupId, serverlessInstanceDescription
func (*ClustersApi) UpgradeSharedClusterToServerlessExecute ¶
func (_m *ClustersApi) UpgradeSharedClusterToServerlessExecute(r admin.UpgradeSharedClusterToServerlessApiRequest) (*admin.ServerlessInstanceDescription, *http.Response, error)
UpgradeSharedClusterToServerlessExecute provides a mock function with given fields: r
func (*ClustersApi) UpgradeSharedClusterToServerlessWithParams ¶
func (_m *ClustersApi) UpgradeSharedClusterToServerlessWithParams(ctx context.Context, args *admin.UpgradeSharedClusterToServerlessApiParams) admin.UpgradeSharedClusterToServerlessApiRequest
UpgradeSharedClusterToServerlessWithParams provides a mock function with given fields: ctx, args
func (*ClustersApi) UpgradeSharedClusterWithParams ¶
func (_m *ClustersApi) UpgradeSharedClusterWithParams(ctx context.Context, args *admin.UpgradeSharedClusterApiParams) admin.UpgradeSharedClusterApiRequest
UpgradeSharedClusterWithParams provides a mock function with given fields: ctx, args
type ClustersApi_CreateClusterExecute_Call ¶
ClustersApi_CreateClusterExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterExecute'
func (*ClustersApi_CreateClusterExecute_Call) Return ¶
func (_c *ClustersApi_CreateClusterExecute_Call) Return(_a0 *admin.AdvancedClusterDescription, _a1 *http.Response, _a2 error) *ClustersApi_CreateClusterExecute_Call
func (*ClustersApi_CreateClusterExecute_Call) Run ¶
func (_c *ClustersApi_CreateClusterExecute_Call) Run(run func(r admin.CreateClusterApiRequest)) *ClustersApi_CreateClusterExecute_Call
func (*ClustersApi_CreateClusterExecute_Call) RunAndReturn ¶
func (_c *ClustersApi_CreateClusterExecute_Call) RunAndReturn(run func(admin.CreateClusterApiRequest) (*admin.AdvancedClusterDescription, *http.Response, error)) *ClustersApi_CreateClusterExecute_Call
type ClustersApi_CreateClusterWithParams_Call ¶
ClustersApi_CreateClusterWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterWithParams'
func (*ClustersApi_CreateClusterWithParams_Call) Return ¶
func (_c *ClustersApi_CreateClusterWithParams_Call) Return(_a0 admin.CreateClusterApiRequest) *ClustersApi_CreateClusterWithParams_Call
func (*ClustersApi_CreateClusterWithParams_Call) Run ¶
func (_c *ClustersApi_CreateClusterWithParams_Call) Run(run func(ctx context.Context, args *admin.CreateClusterApiParams)) *ClustersApi_CreateClusterWithParams_Call
func (*ClustersApi_CreateClusterWithParams_Call) RunAndReturn ¶
func (_c *ClustersApi_CreateClusterWithParams_Call) RunAndReturn(run func(context.Context, *admin.CreateClusterApiParams) admin.CreateClusterApiRequest) *ClustersApi_CreateClusterWithParams_Call
type ClustersApi_CreateCluster_Call ¶
ClustersApi_CreateCluster_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateCluster'
func (*ClustersApi_CreateCluster_Call) Return ¶
func (_c *ClustersApi_CreateCluster_Call) Return(_a0 admin.CreateClusterApiRequest) *ClustersApi_CreateCluster_Call
func (*ClustersApi_CreateCluster_Call) Run ¶
func (_c *ClustersApi_CreateCluster_Call) Run(run func(ctx context.Context, groupId string, advancedClusterDescription *admin.AdvancedClusterDescription)) *ClustersApi_CreateCluster_Call
func (*ClustersApi_CreateCluster_Call) RunAndReturn ¶
func (_c *ClustersApi_CreateCluster_Call) RunAndReturn(run func(context.Context, string, *admin.AdvancedClusterDescription) admin.CreateClusterApiRequest) *ClustersApi_CreateCluster_Call
type ClustersApi_DeleteClusterExecute_Call ¶
ClustersApi_DeleteClusterExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterExecute'
func (*ClustersApi_DeleteClusterExecute_Call) Return ¶
func (_c *ClustersApi_DeleteClusterExecute_Call) Return(_a0 *http.Response, _a1 error) *ClustersApi_DeleteClusterExecute_Call
func (*ClustersApi_DeleteClusterExecute_Call) Run ¶
func (_c *ClustersApi_DeleteClusterExecute_Call) Run(run func(r admin.DeleteClusterApiRequest)) *ClustersApi_DeleteClusterExecute_Call
func (*ClustersApi_DeleteClusterExecute_Call) RunAndReturn ¶
func (_c *ClustersApi_DeleteClusterExecute_Call) RunAndReturn(run func(admin.DeleteClusterApiRequest) (*http.Response, error)) *ClustersApi_DeleteClusterExecute_Call
type ClustersApi_DeleteClusterWithParams_Call ¶
ClustersApi_DeleteClusterWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterWithParams'
func (*ClustersApi_DeleteClusterWithParams_Call) Return ¶
func (_c *ClustersApi_DeleteClusterWithParams_Call) Return(_a0 admin.DeleteClusterApiRequest) *ClustersApi_DeleteClusterWithParams_Call
func (*ClustersApi_DeleteClusterWithParams_Call) Run ¶
func (_c *ClustersApi_DeleteClusterWithParams_Call) Run(run func(ctx context.Context, args *admin.DeleteClusterApiParams)) *ClustersApi_DeleteClusterWithParams_Call
func (*ClustersApi_DeleteClusterWithParams_Call) RunAndReturn ¶
func (_c *ClustersApi_DeleteClusterWithParams_Call) RunAndReturn(run func(context.Context, *admin.DeleteClusterApiParams) admin.DeleteClusterApiRequest) *ClustersApi_DeleteClusterWithParams_Call
type ClustersApi_DeleteCluster_Call ¶
ClustersApi_DeleteCluster_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteCluster'
func (*ClustersApi_DeleteCluster_Call) Return ¶
func (_c *ClustersApi_DeleteCluster_Call) Return(_a0 admin.DeleteClusterApiRequest) *ClustersApi_DeleteCluster_Call
func (*ClustersApi_DeleteCluster_Call) Run ¶
func (_c *ClustersApi_DeleteCluster_Call) Run(run func(ctx context.Context, groupId string, clusterName string)) *ClustersApi_DeleteCluster_Call
func (*ClustersApi_DeleteCluster_Call) RunAndReturn ¶
func (_c *ClustersApi_DeleteCluster_Call) RunAndReturn(run func(context.Context, string, string) admin.DeleteClusterApiRequest) *ClustersApi_DeleteCluster_Call
type ClustersApi_Expecter ¶
type ClustersApi_Expecter struct {
// contains filtered or unexported fields
}
func (*ClustersApi_Expecter) CreateCluster ¶
func (_e *ClustersApi_Expecter) CreateCluster(ctx interface{}, groupId interface{}, advancedClusterDescription interface{}) *ClustersApi_CreateCluster_Call
CreateCluster is a helper method to define mock.On call
- ctx context.Context
- groupId string
- advancedClusterDescription *admin.AdvancedClusterDescription
func (*ClustersApi_Expecter) CreateClusterExecute ¶
func (_e *ClustersApi_Expecter) CreateClusterExecute(r interface{}) *ClustersApi_CreateClusterExecute_Call
CreateClusterExecute is a helper method to define mock.On call
- r admin.CreateClusterApiRequest
func (*ClustersApi_Expecter) CreateClusterWithParams ¶
func (_e *ClustersApi_Expecter) CreateClusterWithParams(ctx interface{}, args interface{}) *ClustersApi_CreateClusterWithParams_Call
CreateClusterWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.CreateClusterApiParams
func (*ClustersApi_Expecter) DeleteCluster ¶
func (_e *ClustersApi_Expecter) DeleteCluster(ctx interface{}, groupId interface{}, clusterName interface{}) *ClustersApi_DeleteCluster_Call
DeleteCluster is a helper method to define mock.On call
- ctx context.Context
- groupId string
- clusterName string
func (*ClustersApi_Expecter) DeleteClusterExecute ¶
func (_e *ClustersApi_Expecter) DeleteClusterExecute(r interface{}) *ClustersApi_DeleteClusterExecute_Call
DeleteClusterExecute is a helper method to define mock.On call
- r admin.DeleteClusterApiRequest
func (*ClustersApi_Expecter) DeleteClusterWithParams ¶
func (_e *ClustersApi_Expecter) DeleteClusterWithParams(ctx interface{}, args interface{}) *ClustersApi_DeleteClusterWithParams_Call
DeleteClusterWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.DeleteClusterApiParams
func (*ClustersApi_Expecter) GetCluster ¶
func (_e *ClustersApi_Expecter) GetCluster(ctx interface{}, groupId interface{}, clusterName interface{}) *ClustersApi_GetCluster_Call
GetCluster is a helper method to define mock.On call
- ctx context.Context
- groupId string
- clusterName string
func (*ClustersApi_Expecter) GetClusterAdvancedConfiguration ¶
func (_e *ClustersApi_Expecter) GetClusterAdvancedConfiguration(ctx interface{}, groupId interface{}, clusterName interface{}) *ClustersApi_GetClusterAdvancedConfiguration_Call
GetClusterAdvancedConfiguration is a helper method to define mock.On call
- ctx context.Context
- groupId string
- clusterName string
func (*ClustersApi_Expecter) GetClusterAdvancedConfigurationExecute ¶
func (_e *ClustersApi_Expecter) GetClusterAdvancedConfigurationExecute(r interface{}) *ClustersApi_GetClusterAdvancedConfigurationExecute_Call
GetClusterAdvancedConfigurationExecute is a helper method to define mock.On call
- r admin.GetClusterAdvancedConfigurationApiRequest
func (*ClustersApi_Expecter) GetClusterAdvancedConfigurationWithParams ¶
func (_e *ClustersApi_Expecter) GetClusterAdvancedConfigurationWithParams(ctx interface{}, args interface{}) *ClustersApi_GetClusterAdvancedConfigurationWithParams_Call
GetClusterAdvancedConfigurationWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.GetClusterAdvancedConfigurationApiParams
func (*ClustersApi_Expecter) GetClusterExecute ¶
func (_e *ClustersApi_Expecter) GetClusterExecute(r interface{}) *ClustersApi_GetClusterExecute_Call
GetClusterExecute is a helper method to define mock.On call
- r admin.GetClusterApiRequest
func (*ClustersApi_Expecter) GetClusterStatus ¶
func (_e *ClustersApi_Expecter) GetClusterStatus(ctx interface{}, groupId interface{}, clusterName interface{}) *ClustersApi_GetClusterStatus_Call
GetClusterStatus is a helper method to define mock.On call
- ctx context.Context
- groupId string
- clusterName string
func (*ClustersApi_Expecter) GetClusterStatusExecute ¶
func (_e *ClustersApi_Expecter) GetClusterStatusExecute(r interface{}) *ClustersApi_GetClusterStatusExecute_Call
GetClusterStatusExecute is a helper method to define mock.On call
- r admin.GetClusterStatusApiRequest
func (*ClustersApi_Expecter) GetClusterStatusWithParams ¶
func (_e *ClustersApi_Expecter) GetClusterStatusWithParams(ctx interface{}, args interface{}) *ClustersApi_GetClusterStatusWithParams_Call
GetClusterStatusWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.GetClusterStatusApiParams
func (*ClustersApi_Expecter) GetClusterWithParams ¶
func (_e *ClustersApi_Expecter) GetClusterWithParams(ctx interface{}, args interface{}) *ClustersApi_GetClusterWithParams_Call
GetClusterWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.GetClusterApiParams
func (*ClustersApi_Expecter) GetSampleDatasetLoadStatus ¶
func (_e *ClustersApi_Expecter) GetSampleDatasetLoadStatus(ctx interface{}, groupId interface{}, sampleDatasetId interface{}) *ClustersApi_GetSampleDatasetLoadStatus_Call
GetSampleDatasetLoadStatus is a helper method to define mock.On call
- ctx context.Context
- groupId string
- sampleDatasetId string
func (*ClustersApi_Expecter) GetSampleDatasetLoadStatusExecute ¶
func (_e *ClustersApi_Expecter) GetSampleDatasetLoadStatusExecute(r interface{}) *ClustersApi_GetSampleDatasetLoadStatusExecute_Call
GetSampleDatasetLoadStatusExecute is a helper method to define mock.On call
- r admin.GetSampleDatasetLoadStatusApiRequest
func (*ClustersApi_Expecter) GetSampleDatasetLoadStatusWithParams ¶
func (_e *ClustersApi_Expecter) GetSampleDatasetLoadStatusWithParams(ctx interface{}, args interface{}) *ClustersApi_GetSampleDatasetLoadStatusWithParams_Call
GetSampleDatasetLoadStatusWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.GetSampleDatasetLoadStatusApiParams
func (*ClustersApi_Expecter) ListCloudProviderRegions ¶
func (_e *ClustersApi_Expecter) ListCloudProviderRegions(ctx interface{}, groupId interface{}) *ClustersApi_ListCloudProviderRegions_Call
ListCloudProviderRegions is a helper method to define mock.On call
- ctx context.Context
- groupId string
func (*ClustersApi_Expecter) ListCloudProviderRegionsExecute ¶
func (_e *ClustersApi_Expecter) ListCloudProviderRegionsExecute(r interface{}) *ClustersApi_ListCloudProviderRegionsExecute_Call
ListCloudProviderRegionsExecute is a helper method to define mock.On call
- r admin.ListCloudProviderRegionsApiRequest
func (*ClustersApi_Expecter) ListCloudProviderRegionsWithParams ¶
func (_e *ClustersApi_Expecter) ListCloudProviderRegionsWithParams(ctx interface{}, args interface{}) *ClustersApi_ListCloudProviderRegionsWithParams_Call
ListCloudProviderRegionsWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.ListCloudProviderRegionsApiParams
func (*ClustersApi_Expecter) ListClusters ¶
func (_e *ClustersApi_Expecter) ListClusters(ctx interface{}, groupId interface{}) *ClustersApi_ListClusters_Call
ListClusters is a helper method to define mock.On call
- ctx context.Context
- groupId string
func (*ClustersApi_Expecter) ListClustersExecute ¶
func (_e *ClustersApi_Expecter) ListClustersExecute(r interface{}) *ClustersApi_ListClustersExecute_Call
ListClustersExecute is a helper method to define mock.On call
- r admin.ListClustersApiRequest
func (*ClustersApi_Expecter) ListClustersForAllProjects ¶
func (_e *ClustersApi_Expecter) ListClustersForAllProjects(ctx interface{}) *ClustersApi_ListClustersForAllProjects_Call
ListClustersForAllProjects is a helper method to define mock.On call
- ctx context.Context
func (*ClustersApi_Expecter) ListClustersForAllProjectsExecute ¶
func (_e *ClustersApi_Expecter) ListClustersForAllProjectsExecute(r interface{}) *ClustersApi_ListClustersForAllProjectsExecute_Call
ListClustersForAllProjectsExecute is a helper method to define mock.On call
- r admin.ListClustersForAllProjectsApiRequest
func (*ClustersApi_Expecter) ListClustersForAllProjectsWithParams ¶
func (_e *ClustersApi_Expecter) ListClustersForAllProjectsWithParams(ctx interface{}, args interface{}) *ClustersApi_ListClustersForAllProjectsWithParams_Call
ListClustersForAllProjectsWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.ListClustersForAllProjectsApiParams
func (*ClustersApi_Expecter) ListClustersWithParams ¶
func (_e *ClustersApi_Expecter) ListClustersWithParams(ctx interface{}, args interface{}) *ClustersApi_ListClustersWithParams_Call
ListClustersWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.ListClustersApiParams
func (*ClustersApi_Expecter) LoadSampleDataset ¶
func (_e *ClustersApi_Expecter) LoadSampleDataset(ctx interface{}, groupId interface{}, name interface{}) *ClustersApi_LoadSampleDataset_Call
LoadSampleDataset is a helper method to define mock.On call
- ctx context.Context
- groupId string
- name string
func (*ClustersApi_Expecter) LoadSampleDatasetExecute ¶
func (_e *ClustersApi_Expecter) LoadSampleDatasetExecute(r interface{}) *ClustersApi_LoadSampleDatasetExecute_Call
LoadSampleDatasetExecute is a helper method to define mock.On call
- r admin.LoadSampleDatasetApiRequest
func (*ClustersApi_Expecter) LoadSampleDatasetWithParams ¶
func (_e *ClustersApi_Expecter) LoadSampleDatasetWithParams(ctx interface{}, args interface{}) *ClustersApi_LoadSampleDatasetWithParams_Call
LoadSampleDatasetWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.LoadSampleDatasetApiParams
func (*ClustersApi_Expecter) TestFailover ¶
func (_e *ClustersApi_Expecter) TestFailover(ctx interface{}, groupId interface{}, clusterName interface{}) *ClustersApi_TestFailover_Call
TestFailover is a helper method to define mock.On call
- ctx context.Context
- groupId string
- clusterName string
func (*ClustersApi_Expecter) TestFailoverExecute ¶
func (_e *ClustersApi_Expecter) TestFailoverExecute(r interface{}) *ClustersApi_TestFailoverExecute_Call
TestFailoverExecute is a helper method to define mock.On call
- r admin.TestFailoverApiRequest
func (*ClustersApi_Expecter) TestFailoverWithParams ¶
func (_e *ClustersApi_Expecter) TestFailoverWithParams(ctx interface{}, args interface{}) *ClustersApi_TestFailoverWithParams_Call
TestFailoverWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.TestFailoverApiParams
func (*ClustersApi_Expecter) UpdateCluster ¶
func (_e *ClustersApi_Expecter) UpdateCluster(ctx interface{}, groupId interface{}, clusterName interface{}, advancedClusterDescription interface{}) *ClustersApi_UpdateCluster_Call
UpdateCluster is a helper method to define mock.On call
- ctx context.Context
- groupId string
- clusterName string
- advancedClusterDescription *admin.AdvancedClusterDescription
func (*ClustersApi_Expecter) UpdateClusterAdvancedConfiguration ¶
func (_e *ClustersApi_Expecter) UpdateClusterAdvancedConfiguration(ctx interface{}, groupId interface{}, clusterName interface{}, clusterDescriptionProcessArgs interface{}) *ClustersApi_UpdateClusterAdvancedConfiguration_Call
UpdateClusterAdvancedConfiguration is a helper method to define mock.On call
- ctx context.Context
- groupId string
- clusterName string
- clusterDescriptionProcessArgs *admin.ClusterDescriptionProcessArgs
func (*ClustersApi_Expecter) UpdateClusterAdvancedConfigurationExecute ¶
func (_e *ClustersApi_Expecter) UpdateClusterAdvancedConfigurationExecute(r interface{}) *ClustersApi_UpdateClusterAdvancedConfigurationExecute_Call
UpdateClusterAdvancedConfigurationExecute is a helper method to define mock.On call
- r admin.UpdateClusterAdvancedConfigurationApiRequest
func (*ClustersApi_Expecter) UpdateClusterAdvancedConfigurationWithParams ¶
func (_e *ClustersApi_Expecter) UpdateClusterAdvancedConfigurationWithParams(ctx interface{}, args interface{}) *ClustersApi_UpdateClusterAdvancedConfigurationWithParams_Call
UpdateClusterAdvancedConfigurationWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.UpdateClusterAdvancedConfigurationApiParams
func (*ClustersApi_Expecter) UpdateClusterExecute ¶
func (_e *ClustersApi_Expecter) UpdateClusterExecute(r interface{}) *ClustersApi_UpdateClusterExecute_Call
UpdateClusterExecute is a helper method to define mock.On call
- r admin.UpdateClusterApiRequest
func (*ClustersApi_Expecter) UpdateClusterWithParams ¶
func (_e *ClustersApi_Expecter) UpdateClusterWithParams(ctx interface{}, args interface{}) *ClustersApi_UpdateClusterWithParams_Call
UpdateClusterWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.UpdateClusterApiParams
func (*ClustersApi_Expecter) UpgradeSharedCluster ¶
func (_e *ClustersApi_Expecter) UpgradeSharedCluster(ctx interface{}, groupId interface{}, legacyAtlasTenantClusterUpgradeRequest interface{}) *ClustersApi_UpgradeSharedCluster_Call
UpgradeSharedCluster is a helper method to define mock.On call
- ctx context.Context
- groupId string
- legacyAtlasTenantClusterUpgradeRequest *admin.LegacyAtlasTenantClusterUpgradeRequest
func (*ClustersApi_Expecter) UpgradeSharedClusterExecute ¶
func (_e *ClustersApi_Expecter) UpgradeSharedClusterExecute(r interface{}) *ClustersApi_UpgradeSharedClusterExecute_Call
UpgradeSharedClusterExecute is a helper method to define mock.On call
- r admin.UpgradeSharedClusterApiRequest
func (*ClustersApi_Expecter) UpgradeSharedClusterToServerless ¶
func (_e *ClustersApi_Expecter) UpgradeSharedClusterToServerless(ctx interface{}, groupId interface{}, serverlessInstanceDescription interface{}) *ClustersApi_UpgradeSharedClusterToServerless_Call
UpgradeSharedClusterToServerless is a helper method to define mock.On call
- ctx context.Context
- groupId string
- serverlessInstanceDescription *admin.ServerlessInstanceDescription
func (*ClustersApi_Expecter) UpgradeSharedClusterToServerlessExecute ¶
func (_e *ClustersApi_Expecter) UpgradeSharedClusterToServerlessExecute(r interface{}) *ClustersApi_UpgradeSharedClusterToServerlessExecute_Call
UpgradeSharedClusterToServerlessExecute is a helper method to define mock.On call
- r admin.UpgradeSharedClusterToServerlessApiRequest
func (*ClustersApi_Expecter) UpgradeSharedClusterToServerlessWithParams ¶
func (_e *ClustersApi_Expecter) UpgradeSharedClusterToServerlessWithParams(ctx interface{}, args interface{}) *ClustersApi_UpgradeSharedClusterToServerlessWithParams_Call
UpgradeSharedClusterToServerlessWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.UpgradeSharedClusterToServerlessApiParams
func (*ClustersApi_Expecter) UpgradeSharedClusterWithParams ¶
func (_e *ClustersApi_Expecter) UpgradeSharedClusterWithParams(ctx interface{}, args interface{}) *ClustersApi_UpgradeSharedClusterWithParams_Call
UpgradeSharedClusterWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.UpgradeSharedClusterApiParams
type ClustersApi_GetClusterAdvancedConfigurationExecute_Call ¶
ClustersApi_GetClusterAdvancedConfigurationExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterAdvancedConfigurationExecute'
func (*ClustersApi_GetClusterAdvancedConfigurationExecute_Call) Return ¶
func (_c *ClustersApi_GetClusterAdvancedConfigurationExecute_Call) Return(_a0 *admin.ClusterDescriptionProcessArgs, _a1 *http.Response, _a2 error) *ClustersApi_GetClusterAdvancedConfigurationExecute_Call
func (*ClustersApi_GetClusterAdvancedConfigurationExecute_Call) RunAndReturn ¶
type ClustersApi_GetClusterAdvancedConfigurationWithParams_Call ¶
ClustersApi_GetClusterAdvancedConfigurationWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterAdvancedConfigurationWithParams'
func (*ClustersApi_GetClusterAdvancedConfigurationWithParams_Call) RunAndReturn ¶
type ClustersApi_GetClusterAdvancedConfiguration_Call ¶
ClustersApi_GetClusterAdvancedConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterAdvancedConfiguration'
func (*ClustersApi_GetClusterAdvancedConfiguration_Call) Run ¶
func (_c *ClustersApi_GetClusterAdvancedConfiguration_Call) Run(run func(ctx context.Context, groupId string, clusterName string)) *ClustersApi_GetClusterAdvancedConfiguration_Call
func (*ClustersApi_GetClusterAdvancedConfiguration_Call) RunAndReturn ¶
func (_c *ClustersApi_GetClusterAdvancedConfiguration_Call) RunAndReturn(run func(context.Context, string, string) admin.GetClusterAdvancedConfigurationApiRequest) *ClustersApi_GetClusterAdvancedConfiguration_Call
type ClustersApi_GetClusterExecute_Call ¶
ClustersApi_GetClusterExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterExecute'
func (*ClustersApi_GetClusterExecute_Call) Return ¶
func (_c *ClustersApi_GetClusterExecute_Call) Return(_a0 *admin.AdvancedClusterDescription, _a1 *http.Response, _a2 error) *ClustersApi_GetClusterExecute_Call
func (*ClustersApi_GetClusterExecute_Call) Run ¶
func (_c *ClustersApi_GetClusterExecute_Call) Run(run func(r admin.GetClusterApiRequest)) *ClustersApi_GetClusterExecute_Call
func (*ClustersApi_GetClusterExecute_Call) RunAndReturn ¶
func (_c *ClustersApi_GetClusterExecute_Call) RunAndReturn(run func(admin.GetClusterApiRequest) (*admin.AdvancedClusterDescription, *http.Response, error)) *ClustersApi_GetClusterExecute_Call
type ClustersApi_GetClusterStatusExecute_Call ¶
ClustersApi_GetClusterStatusExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterStatusExecute'
func (*ClustersApi_GetClusterStatusExecute_Call) Return ¶
func (_c *ClustersApi_GetClusterStatusExecute_Call) Return(_a0 *admin.ClusterStatus, _a1 *http.Response, _a2 error) *ClustersApi_GetClusterStatusExecute_Call
func (*ClustersApi_GetClusterStatusExecute_Call) Run ¶
func (_c *ClustersApi_GetClusterStatusExecute_Call) Run(run func(r admin.GetClusterStatusApiRequest)) *ClustersApi_GetClusterStatusExecute_Call
func (*ClustersApi_GetClusterStatusExecute_Call) RunAndReturn ¶
func (_c *ClustersApi_GetClusterStatusExecute_Call) RunAndReturn(run func(admin.GetClusterStatusApiRequest) (*admin.ClusterStatus, *http.Response, error)) *ClustersApi_GetClusterStatusExecute_Call
type ClustersApi_GetClusterStatusWithParams_Call ¶
ClustersApi_GetClusterStatusWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterStatusWithParams'
func (*ClustersApi_GetClusterStatusWithParams_Call) Run ¶
func (_c *ClustersApi_GetClusterStatusWithParams_Call) Run(run func(ctx context.Context, args *admin.GetClusterStatusApiParams)) *ClustersApi_GetClusterStatusWithParams_Call
func (*ClustersApi_GetClusterStatusWithParams_Call) RunAndReturn ¶
func (_c *ClustersApi_GetClusterStatusWithParams_Call) RunAndReturn(run func(context.Context, *admin.GetClusterStatusApiParams) admin.GetClusterStatusApiRequest) *ClustersApi_GetClusterStatusWithParams_Call
type ClustersApi_GetClusterStatus_Call ¶
ClustersApi_GetClusterStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterStatus'
func (*ClustersApi_GetClusterStatus_Call) Return ¶
func (_c *ClustersApi_GetClusterStatus_Call) Return(_a0 admin.GetClusterStatusApiRequest) *ClustersApi_GetClusterStatus_Call
func (*ClustersApi_GetClusterStatus_Call) Run ¶
func (_c *ClustersApi_GetClusterStatus_Call) Run(run func(ctx context.Context, groupId string, clusterName string)) *ClustersApi_GetClusterStatus_Call
func (*ClustersApi_GetClusterStatus_Call) RunAndReturn ¶
func (_c *ClustersApi_GetClusterStatus_Call) RunAndReturn(run func(context.Context, string, string) admin.GetClusterStatusApiRequest) *ClustersApi_GetClusterStatus_Call
type ClustersApi_GetClusterWithParams_Call ¶
ClustersApi_GetClusterWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterWithParams'
func (*ClustersApi_GetClusterWithParams_Call) Return ¶
func (_c *ClustersApi_GetClusterWithParams_Call) Return(_a0 admin.GetClusterApiRequest) *ClustersApi_GetClusterWithParams_Call
func (*ClustersApi_GetClusterWithParams_Call) Run ¶
func (_c *ClustersApi_GetClusterWithParams_Call) Run(run func(ctx context.Context, args *admin.GetClusterApiParams)) *ClustersApi_GetClusterWithParams_Call
func (*ClustersApi_GetClusterWithParams_Call) RunAndReturn ¶
func (_c *ClustersApi_GetClusterWithParams_Call) RunAndReturn(run func(context.Context, *admin.GetClusterApiParams) admin.GetClusterApiRequest) *ClustersApi_GetClusterWithParams_Call
type ClustersApi_GetCluster_Call ¶
ClustersApi_GetCluster_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCluster'
func (*ClustersApi_GetCluster_Call) Return ¶
func (_c *ClustersApi_GetCluster_Call) Return(_a0 admin.GetClusterApiRequest) *ClustersApi_GetCluster_Call
func (*ClustersApi_GetCluster_Call) Run ¶
func (_c *ClustersApi_GetCluster_Call) Run(run func(ctx context.Context, groupId string, clusterName string)) *ClustersApi_GetCluster_Call
func (*ClustersApi_GetCluster_Call) RunAndReturn ¶
func (_c *ClustersApi_GetCluster_Call) RunAndReturn(run func(context.Context, string, string) admin.GetClusterApiRequest) *ClustersApi_GetCluster_Call
type ClustersApi_GetSampleDatasetLoadStatusExecute_Call ¶
ClustersApi_GetSampleDatasetLoadStatusExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSampleDatasetLoadStatusExecute'
func (*ClustersApi_GetSampleDatasetLoadStatusExecute_Call) Return ¶
func (_c *ClustersApi_GetSampleDatasetLoadStatusExecute_Call) Return(_a0 *admin.SampleDatasetStatus, _a1 *http.Response, _a2 error) *ClustersApi_GetSampleDatasetLoadStatusExecute_Call
func (*ClustersApi_GetSampleDatasetLoadStatusExecute_Call) RunAndReturn ¶
func (_c *ClustersApi_GetSampleDatasetLoadStatusExecute_Call) RunAndReturn(run func(admin.GetSampleDatasetLoadStatusApiRequest) (*admin.SampleDatasetStatus, *http.Response, error)) *ClustersApi_GetSampleDatasetLoadStatusExecute_Call
type ClustersApi_GetSampleDatasetLoadStatusWithParams_Call ¶
ClustersApi_GetSampleDatasetLoadStatusWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSampleDatasetLoadStatusWithParams'
func (*ClustersApi_GetSampleDatasetLoadStatusWithParams_Call) Run ¶
func (_c *ClustersApi_GetSampleDatasetLoadStatusWithParams_Call) Run(run func(ctx context.Context, args *admin.GetSampleDatasetLoadStatusApiParams)) *ClustersApi_GetSampleDatasetLoadStatusWithParams_Call
func (*ClustersApi_GetSampleDatasetLoadStatusWithParams_Call) RunAndReturn ¶
type ClustersApi_GetSampleDatasetLoadStatus_Call ¶
ClustersApi_GetSampleDatasetLoadStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSampleDatasetLoadStatus'
func (*ClustersApi_GetSampleDatasetLoadStatus_Call) Run ¶
func (_c *ClustersApi_GetSampleDatasetLoadStatus_Call) Run(run func(ctx context.Context, groupId string, sampleDatasetId string)) *ClustersApi_GetSampleDatasetLoadStatus_Call
func (*ClustersApi_GetSampleDatasetLoadStatus_Call) RunAndReturn ¶
func (_c *ClustersApi_GetSampleDatasetLoadStatus_Call) RunAndReturn(run func(context.Context, string, string) admin.GetSampleDatasetLoadStatusApiRequest) *ClustersApi_GetSampleDatasetLoadStatus_Call
type ClustersApi_ListCloudProviderRegionsExecute_Call ¶
ClustersApi_ListCloudProviderRegionsExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListCloudProviderRegionsExecute'
func (*ClustersApi_ListCloudProviderRegionsExecute_Call) Return ¶
func (_c *ClustersApi_ListCloudProviderRegionsExecute_Call) Return(_a0 *admin.PaginatedApiAtlasProviderRegions, _a1 *http.Response, _a2 error) *ClustersApi_ListCloudProviderRegionsExecute_Call
func (*ClustersApi_ListCloudProviderRegionsExecute_Call) RunAndReturn ¶
func (_c *ClustersApi_ListCloudProviderRegionsExecute_Call) RunAndReturn(run func(admin.ListCloudProviderRegionsApiRequest) (*admin.PaginatedApiAtlasProviderRegions, *http.Response, error)) *ClustersApi_ListCloudProviderRegionsExecute_Call
type ClustersApi_ListCloudProviderRegionsWithParams_Call ¶
ClustersApi_ListCloudProviderRegionsWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListCloudProviderRegionsWithParams'
func (*ClustersApi_ListCloudProviderRegionsWithParams_Call) Run ¶
func (_c *ClustersApi_ListCloudProviderRegionsWithParams_Call) Run(run func(ctx context.Context, args *admin.ListCloudProviderRegionsApiParams)) *ClustersApi_ListCloudProviderRegionsWithParams_Call
func (*ClustersApi_ListCloudProviderRegionsWithParams_Call) RunAndReturn ¶
type ClustersApi_ListCloudProviderRegions_Call ¶
ClustersApi_ListCloudProviderRegions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListCloudProviderRegions'
func (*ClustersApi_ListCloudProviderRegions_Call) Run ¶
func (_c *ClustersApi_ListCloudProviderRegions_Call) Run(run func(ctx context.Context, groupId string)) *ClustersApi_ListCloudProviderRegions_Call
func (*ClustersApi_ListCloudProviderRegions_Call) RunAndReturn ¶
func (_c *ClustersApi_ListCloudProviderRegions_Call) RunAndReturn(run func(context.Context, string) admin.ListCloudProviderRegionsApiRequest) *ClustersApi_ListCloudProviderRegions_Call
type ClustersApi_ListClustersExecute_Call ¶
ClustersApi_ListClustersExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClustersExecute'
func (*ClustersApi_ListClustersExecute_Call) Return ¶
func (_c *ClustersApi_ListClustersExecute_Call) Return(_a0 *admin.PaginatedAdvancedClusterDescription, _a1 *http.Response, _a2 error) *ClustersApi_ListClustersExecute_Call
func (*ClustersApi_ListClustersExecute_Call) Run ¶
func (_c *ClustersApi_ListClustersExecute_Call) Run(run func(r admin.ListClustersApiRequest)) *ClustersApi_ListClustersExecute_Call
func (*ClustersApi_ListClustersExecute_Call) RunAndReturn ¶
func (_c *ClustersApi_ListClustersExecute_Call) RunAndReturn(run func(admin.ListClustersApiRequest) (*admin.PaginatedAdvancedClusterDescription, *http.Response, error)) *ClustersApi_ListClustersExecute_Call
type ClustersApi_ListClustersForAllProjectsExecute_Call ¶
ClustersApi_ListClustersForAllProjectsExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClustersForAllProjectsExecute'
func (*ClustersApi_ListClustersForAllProjectsExecute_Call) Return ¶
func (_c *ClustersApi_ListClustersForAllProjectsExecute_Call) Return(_a0 *admin.PaginatedOrgGroup, _a1 *http.Response, _a2 error) *ClustersApi_ListClustersForAllProjectsExecute_Call
func (*ClustersApi_ListClustersForAllProjectsExecute_Call) RunAndReturn ¶
func (_c *ClustersApi_ListClustersForAllProjectsExecute_Call) RunAndReturn(run func(admin.ListClustersForAllProjectsApiRequest) (*admin.PaginatedOrgGroup, *http.Response, error)) *ClustersApi_ListClustersForAllProjectsExecute_Call
type ClustersApi_ListClustersForAllProjectsWithParams_Call ¶
ClustersApi_ListClustersForAllProjectsWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClustersForAllProjectsWithParams'
func (*ClustersApi_ListClustersForAllProjectsWithParams_Call) Run ¶
func (_c *ClustersApi_ListClustersForAllProjectsWithParams_Call) Run(run func(ctx context.Context, args *admin.ListClustersForAllProjectsApiParams)) *ClustersApi_ListClustersForAllProjectsWithParams_Call
func (*ClustersApi_ListClustersForAllProjectsWithParams_Call) RunAndReturn ¶
type ClustersApi_ListClustersForAllProjects_Call ¶
ClustersApi_ListClustersForAllProjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClustersForAllProjects'
func (*ClustersApi_ListClustersForAllProjects_Call) Run ¶
func (_c *ClustersApi_ListClustersForAllProjects_Call) Run(run func(ctx context.Context)) *ClustersApi_ListClustersForAllProjects_Call
func (*ClustersApi_ListClustersForAllProjects_Call) RunAndReturn ¶
func (_c *ClustersApi_ListClustersForAllProjects_Call) RunAndReturn(run func(context.Context) admin.ListClustersForAllProjectsApiRequest) *ClustersApi_ListClustersForAllProjects_Call
type ClustersApi_ListClustersWithParams_Call ¶
ClustersApi_ListClustersWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClustersWithParams'
func (*ClustersApi_ListClustersWithParams_Call) Return ¶
func (_c *ClustersApi_ListClustersWithParams_Call) Return(_a0 admin.ListClustersApiRequest) *ClustersApi_ListClustersWithParams_Call
func (*ClustersApi_ListClustersWithParams_Call) Run ¶
func (_c *ClustersApi_ListClustersWithParams_Call) Run(run func(ctx context.Context, args *admin.ListClustersApiParams)) *ClustersApi_ListClustersWithParams_Call
func (*ClustersApi_ListClustersWithParams_Call) RunAndReturn ¶
func (_c *ClustersApi_ListClustersWithParams_Call) RunAndReturn(run func(context.Context, *admin.ListClustersApiParams) admin.ListClustersApiRequest) *ClustersApi_ListClustersWithParams_Call
type ClustersApi_ListClusters_Call ¶
ClustersApi_ListClusters_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusters'
func (*ClustersApi_ListClusters_Call) Return ¶
func (_c *ClustersApi_ListClusters_Call) Return(_a0 admin.ListClustersApiRequest) *ClustersApi_ListClusters_Call
func (*ClustersApi_ListClusters_Call) Run ¶
func (_c *ClustersApi_ListClusters_Call) Run(run func(ctx context.Context, groupId string)) *ClustersApi_ListClusters_Call
func (*ClustersApi_ListClusters_Call) RunAndReturn ¶
func (_c *ClustersApi_ListClusters_Call) RunAndReturn(run func(context.Context, string) admin.ListClustersApiRequest) *ClustersApi_ListClusters_Call
type ClustersApi_LoadSampleDatasetExecute_Call ¶
ClustersApi_LoadSampleDatasetExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LoadSampleDatasetExecute'
func (*ClustersApi_LoadSampleDatasetExecute_Call) Return ¶
func (_c *ClustersApi_LoadSampleDatasetExecute_Call) Return(_a0 *admin.SampleDatasetStatus, _a1 *http.Response, _a2 error) *ClustersApi_LoadSampleDatasetExecute_Call
func (*ClustersApi_LoadSampleDatasetExecute_Call) Run ¶
func (_c *ClustersApi_LoadSampleDatasetExecute_Call) Run(run func(r admin.LoadSampleDatasetApiRequest)) *ClustersApi_LoadSampleDatasetExecute_Call
func (*ClustersApi_LoadSampleDatasetExecute_Call) RunAndReturn ¶
func (_c *ClustersApi_LoadSampleDatasetExecute_Call) RunAndReturn(run func(admin.LoadSampleDatasetApiRequest) (*admin.SampleDatasetStatus, *http.Response, error)) *ClustersApi_LoadSampleDatasetExecute_Call
type ClustersApi_LoadSampleDatasetWithParams_Call ¶
ClustersApi_LoadSampleDatasetWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LoadSampleDatasetWithParams'
func (*ClustersApi_LoadSampleDatasetWithParams_Call) Run ¶
func (_c *ClustersApi_LoadSampleDatasetWithParams_Call) Run(run func(ctx context.Context, args *admin.LoadSampleDatasetApiParams)) *ClustersApi_LoadSampleDatasetWithParams_Call
func (*ClustersApi_LoadSampleDatasetWithParams_Call) RunAndReturn ¶
func (_c *ClustersApi_LoadSampleDatasetWithParams_Call) RunAndReturn(run func(context.Context, *admin.LoadSampleDatasetApiParams) admin.LoadSampleDatasetApiRequest) *ClustersApi_LoadSampleDatasetWithParams_Call
type ClustersApi_LoadSampleDataset_Call ¶
ClustersApi_LoadSampleDataset_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LoadSampleDataset'
func (*ClustersApi_LoadSampleDataset_Call) Return ¶
func (_c *ClustersApi_LoadSampleDataset_Call) Return(_a0 admin.LoadSampleDatasetApiRequest) *ClustersApi_LoadSampleDataset_Call
func (*ClustersApi_LoadSampleDataset_Call) Run ¶
func (_c *ClustersApi_LoadSampleDataset_Call) Run(run func(ctx context.Context, groupId string, name string)) *ClustersApi_LoadSampleDataset_Call
func (*ClustersApi_LoadSampleDataset_Call) RunAndReturn ¶
func (_c *ClustersApi_LoadSampleDataset_Call) RunAndReturn(run func(context.Context, string, string) admin.LoadSampleDatasetApiRequest) *ClustersApi_LoadSampleDataset_Call
type ClustersApi_TestFailoverExecute_Call ¶
ClustersApi_TestFailoverExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TestFailoverExecute'
func (*ClustersApi_TestFailoverExecute_Call) Return ¶
func (_c *ClustersApi_TestFailoverExecute_Call) Return(_a0 *http.Response, _a1 error) *ClustersApi_TestFailoverExecute_Call
func (*ClustersApi_TestFailoverExecute_Call) Run ¶
func (_c *ClustersApi_TestFailoverExecute_Call) Run(run func(r admin.TestFailoverApiRequest)) *ClustersApi_TestFailoverExecute_Call
func (*ClustersApi_TestFailoverExecute_Call) RunAndReturn ¶
func (_c *ClustersApi_TestFailoverExecute_Call) RunAndReturn(run func(admin.TestFailoverApiRequest) (*http.Response, error)) *ClustersApi_TestFailoverExecute_Call
type ClustersApi_TestFailoverWithParams_Call ¶
ClustersApi_TestFailoverWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TestFailoverWithParams'
func (*ClustersApi_TestFailoverWithParams_Call) Return ¶
func (_c *ClustersApi_TestFailoverWithParams_Call) Return(_a0 admin.TestFailoverApiRequest) *ClustersApi_TestFailoverWithParams_Call
func (*ClustersApi_TestFailoverWithParams_Call) Run ¶
func (_c *ClustersApi_TestFailoverWithParams_Call) Run(run func(ctx context.Context, args *admin.TestFailoverApiParams)) *ClustersApi_TestFailoverWithParams_Call
func (*ClustersApi_TestFailoverWithParams_Call) RunAndReturn ¶
func (_c *ClustersApi_TestFailoverWithParams_Call) RunAndReturn(run func(context.Context, *admin.TestFailoverApiParams) admin.TestFailoverApiRequest) *ClustersApi_TestFailoverWithParams_Call
type ClustersApi_TestFailover_Call ¶
ClustersApi_TestFailover_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TestFailover'
func (*ClustersApi_TestFailover_Call) Return ¶
func (_c *ClustersApi_TestFailover_Call) Return(_a0 admin.TestFailoverApiRequest) *ClustersApi_TestFailover_Call
func (*ClustersApi_TestFailover_Call) Run ¶
func (_c *ClustersApi_TestFailover_Call) Run(run func(ctx context.Context, groupId string, clusterName string)) *ClustersApi_TestFailover_Call
func (*ClustersApi_TestFailover_Call) RunAndReturn ¶
func (_c *ClustersApi_TestFailover_Call) RunAndReturn(run func(context.Context, string, string) admin.TestFailoverApiRequest) *ClustersApi_TestFailover_Call
type ClustersApi_UpdateClusterAdvancedConfigurationExecute_Call ¶
ClustersApi_UpdateClusterAdvancedConfigurationExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterAdvancedConfigurationExecute'
func (*ClustersApi_UpdateClusterAdvancedConfigurationExecute_Call) Return ¶
func (_c *ClustersApi_UpdateClusterAdvancedConfigurationExecute_Call) Return(_a0 *admin.ClusterDescriptionProcessArgs, _a1 *http.Response, _a2 error) *ClustersApi_UpdateClusterAdvancedConfigurationExecute_Call
func (*ClustersApi_UpdateClusterAdvancedConfigurationExecute_Call) RunAndReturn ¶
type ClustersApi_UpdateClusterAdvancedConfigurationWithParams_Call ¶
ClustersApi_UpdateClusterAdvancedConfigurationWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterAdvancedConfigurationWithParams'
func (*ClustersApi_UpdateClusterAdvancedConfigurationWithParams_Call) RunAndReturn ¶
type ClustersApi_UpdateClusterAdvancedConfiguration_Call ¶
ClustersApi_UpdateClusterAdvancedConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterAdvancedConfiguration'
func (*ClustersApi_UpdateClusterAdvancedConfiguration_Call) Run ¶
func (_c *ClustersApi_UpdateClusterAdvancedConfiguration_Call) Run(run func(ctx context.Context, groupId string, clusterName string, clusterDescriptionProcessArgs *admin.ClusterDescriptionProcessArgs)) *ClustersApi_UpdateClusterAdvancedConfiguration_Call
func (*ClustersApi_UpdateClusterAdvancedConfiguration_Call) RunAndReturn ¶
type ClustersApi_UpdateClusterExecute_Call ¶
ClustersApi_UpdateClusterExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterExecute'
func (*ClustersApi_UpdateClusterExecute_Call) Return ¶
func (_c *ClustersApi_UpdateClusterExecute_Call) Return(_a0 *admin.AdvancedClusterDescription, _a1 *http.Response, _a2 error) *ClustersApi_UpdateClusterExecute_Call
func (*ClustersApi_UpdateClusterExecute_Call) Run ¶
func (_c *ClustersApi_UpdateClusterExecute_Call) Run(run func(r admin.UpdateClusterApiRequest)) *ClustersApi_UpdateClusterExecute_Call
func (*ClustersApi_UpdateClusterExecute_Call) RunAndReturn ¶
func (_c *ClustersApi_UpdateClusterExecute_Call) RunAndReturn(run func(admin.UpdateClusterApiRequest) (*admin.AdvancedClusterDescription, *http.Response, error)) *ClustersApi_UpdateClusterExecute_Call
type ClustersApi_UpdateClusterWithParams_Call ¶
ClustersApi_UpdateClusterWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterWithParams'
func (*ClustersApi_UpdateClusterWithParams_Call) Return ¶
func (_c *ClustersApi_UpdateClusterWithParams_Call) Return(_a0 admin.UpdateClusterApiRequest) *ClustersApi_UpdateClusterWithParams_Call
func (*ClustersApi_UpdateClusterWithParams_Call) Run ¶
func (_c *ClustersApi_UpdateClusterWithParams_Call) Run(run func(ctx context.Context, args *admin.UpdateClusterApiParams)) *ClustersApi_UpdateClusterWithParams_Call
func (*ClustersApi_UpdateClusterWithParams_Call) RunAndReturn ¶
func (_c *ClustersApi_UpdateClusterWithParams_Call) RunAndReturn(run func(context.Context, *admin.UpdateClusterApiParams) admin.UpdateClusterApiRequest) *ClustersApi_UpdateClusterWithParams_Call
type ClustersApi_UpdateCluster_Call ¶
ClustersApi_UpdateCluster_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateCluster'
func (*ClustersApi_UpdateCluster_Call) Return ¶
func (_c *ClustersApi_UpdateCluster_Call) Return(_a0 admin.UpdateClusterApiRequest) *ClustersApi_UpdateCluster_Call
func (*ClustersApi_UpdateCluster_Call) Run ¶
func (_c *ClustersApi_UpdateCluster_Call) Run(run func(ctx context.Context, groupId string, clusterName string, advancedClusterDescription *admin.AdvancedClusterDescription)) *ClustersApi_UpdateCluster_Call
func (*ClustersApi_UpdateCluster_Call) RunAndReturn ¶
func (_c *ClustersApi_UpdateCluster_Call) RunAndReturn(run func(context.Context, string, string, *admin.AdvancedClusterDescription) admin.UpdateClusterApiRequest) *ClustersApi_UpdateCluster_Call
type ClustersApi_UpgradeSharedClusterExecute_Call ¶
type ClustersApi_UpgradeSharedClusterExecute_Call struct {
}
ClustersApi_UpgradeSharedClusterExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpgradeSharedClusterExecute'
func (*ClustersApi_UpgradeSharedClusterExecute_Call) Return ¶
func (_c *ClustersApi_UpgradeSharedClusterExecute_Call) Return(_a0 *admin.LegacyAtlasCluster, _a1 *http.Response, _a2 error) *ClustersApi_UpgradeSharedClusterExecute_Call
func (*ClustersApi_UpgradeSharedClusterExecute_Call) Run ¶
func (_c *ClustersApi_UpgradeSharedClusterExecute_Call) Run(run func(r admin.UpgradeSharedClusterApiRequest)) *ClustersApi_UpgradeSharedClusterExecute_Call
func (*ClustersApi_UpgradeSharedClusterExecute_Call) RunAndReturn ¶
func (_c *ClustersApi_UpgradeSharedClusterExecute_Call) RunAndReturn(run func(admin.UpgradeSharedClusterApiRequest) (*admin.LegacyAtlasCluster, *http.Response, error)) *ClustersApi_UpgradeSharedClusterExecute_Call
type ClustersApi_UpgradeSharedClusterToServerlessExecute_Call ¶
type ClustersApi_UpgradeSharedClusterToServerlessExecute_Call struct {
}
ClustersApi_UpgradeSharedClusterToServerlessExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpgradeSharedClusterToServerlessExecute'
func (*ClustersApi_UpgradeSharedClusterToServerlessExecute_Call) Return ¶
func (_c *ClustersApi_UpgradeSharedClusterToServerlessExecute_Call) Return(_a0 *admin.ServerlessInstanceDescription, _a1 *http.Response, _a2 error) *ClustersApi_UpgradeSharedClusterToServerlessExecute_Call
func (*ClustersApi_UpgradeSharedClusterToServerlessExecute_Call) RunAndReturn ¶
type ClustersApi_UpgradeSharedClusterToServerlessWithParams_Call ¶
type ClustersApi_UpgradeSharedClusterToServerlessWithParams_Call struct {
}
ClustersApi_UpgradeSharedClusterToServerlessWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpgradeSharedClusterToServerlessWithParams'
func (*ClustersApi_UpgradeSharedClusterToServerlessWithParams_Call) RunAndReturn ¶
type ClustersApi_UpgradeSharedClusterToServerless_Call ¶
type ClustersApi_UpgradeSharedClusterToServerless_Call struct {
}
ClustersApi_UpgradeSharedClusterToServerless_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpgradeSharedClusterToServerless'
func (*ClustersApi_UpgradeSharedClusterToServerless_Call) Run ¶
func (_c *ClustersApi_UpgradeSharedClusterToServerless_Call) Run(run func(ctx context.Context, groupId string, serverlessInstanceDescription *admin.ServerlessInstanceDescription)) *ClustersApi_UpgradeSharedClusterToServerless_Call
func (*ClustersApi_UpgradeSharedClusterToServerless_Call) RunAndReturn ¶
type ClustersApi_UpgradeSharedClusterWithParams_Call ¶
type ClustersApi_UpgradeSharedClusterWithParams_Call struct {
}
ClustersApi_UpgradeSharedClusterWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpgradeSharedClusterWithParams'
func (*ClustersApi_UpgradeSharedClusterWithParams_Call) Run ¶
func (_c *ClustersApi_UpgradeSharedClusterWithParams_Call) Run(run func(ctx context.Context, args *admin.UpgradeSharedClusterApiParams)) *ClustersApi_UpgradeSharedClusterWithParams_Call
func (*ClustersApi_UpgradeSharedClusterWithParams_Call) RunAndReturn ¶
func (_c *ClustersApi_UpgradeSharedClusterWithParams_Call) RunAndReturn(run func(context.Context, *admin.UpgradeSharedClusterApiParams) admin.UpgradeSharedClusterApiRequest) *ClustersApi_UpgradeSharedClusterWithParams_Call
type ClustersApi_UpgradeSharedCluster_Call ¶
type ClustersApi_UpgradeSharedCluster_Call struct {
}
ClustersApi_UpgradeSharedCluster_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpgradeSharedCluster'
func (*ClustersApi_UpgradeSharedCluster_Call) Run ¶
func (_c *ClustersApi_UpgradeSharedCluster_Call) Run(run func(ctx context.Context, groupId string, legacyAtlasTenantClusterUpgradeRequest *admin.LegacyAtlasTenantClusterUpgradeRequest)) *ClustersApi_UpgradeSharedCluster_Call
func (*ClustersApi_UpgradeSharedCluster_Call) RunAndReturn ¶
func (_c *ClustersApi_UpgradeSharedCluster_Call) RunAndReturn(run func(context.Context, string, *admin.LegacyAtlasTenantClusterUpgradeRequest) admin.UpgradeSharedClusterApiRequest) *ClustersApi_UpgradeSharedCluster_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 ProjectsApi ¶
ProjectsApi is an autogenerated mock type for the ProjectsApi type
func NewProjectsApi ¶
func NewProjectsApi(t interface {
mock.TestingT
Cleanup(func())
}) *ProjectsApi
NewProjectsApi creates a new instance of ProjectsApi. 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 (*ProjectsApi) AddUserToProject ¶
func (_m *ProjectsApi) AddUserToProject(ctx context.Context, groupId string, groupInvitationRequest *admin.GroupInvitationRequest) admin.AddUserToProjectApiRequest
AddUserToProject provides a mock function with given fields: ctx, groupId, groupInvitationRequest
func (*ProjectsApi) AddUserToProjectExecute ¶
func (_m *ProjectsApi) AddUserToProjectExecute(r admin.AddUserToProjectApiRequest) (*admin.OrganizationInvitation, *http.Response, error)
AddUserToProjectExecute provides a mock function with given fields: r
func (*ProjectsApi) AddUserToProjectWithParams ¶
func (_m *ProjectsApi) AddUserToProjectWithParams(ctx context.Context, args *admin.AddUserToProjectApiParams) admin.AddUserToProjectApiRequest
AddUserToProjectWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) CreateProject ¶
func (_m *ProjectsApi) CreateProject(ctx context.Context, group *admin.Group) admin.CreateProjectApiRequest
CreateProject provides a mock function with given fields: ctx, group
func (*ProjectsApi) CreateProjectExecute ¶
func (_m *ProjectsApi) CreateProjectExecute(r admin.CreateProjectApiRequest) (*admin.Group, *http.Response, error)
CreateProjectExecute provides a mock function with given fields: r
func (*ProjectsApi) CreateProjectInvitation ¶
func (_m *ProjectsApi) CreateProjectInvitation(ctx context.Context, groupId string, groupInvitationRequest *admin.GroupInvitationRequest) admin.CreateProjectInvitationApiRequest
CreateProjectInvitation provides a mock function with given fields: ctx, groupId, groupInvitationRequest
func (*ProjectsApi) CreateProjectInvitationExecute ¶
func (_m *ProjectsApi) CreateProjectInvitationExecute(r admin.CreateProjectInvitationApiRequest) (*admin.GroupInvitation, *http.Response, error)
CreateProjectInvitationExecute provides a mock function with given fields: r
func (*ProjectsApi) CreateProjectInvitationWithParams ¶
func (_m *ProjectsApi) CreateProjectInvitationWithParams(ctx context.Context, args *admin.CreateProjectInvitationApiParams) admin.CreateProjectInvitationApiRequest
CreateProjectInvitationWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) CreateProjectWithParams ¶
func (_m *ProjectsApi) CreateProjectWithParams(ctx context.Context, args *admin.CreateProjectApiParams) admin.CreateProjectApiRequest
CreateProjectWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) DeleteProject ¶
func (_m *ProjectsApi) DeleteProject(ctx context.Context, groupId string) admin.DeleteProjectApiRequest
DeleteProject provides a mock function with given fields: ctx, groupId
func (*ProjectsApi) DeleteProjectExecute ¶
func (_m *ProjectsApi) DeleteProjectExecute(r admin.DeleteProjectApiRequest) (map[string]interface{}, *http.Response, error)
DeleteProjectExecute provides a mock function with given fields: r
func (*ProjectsApi) DeleteProjectInvitation ¶
func (_m *ProjectsApi) DeleteProjectInvitation(ctx context.Context, groupId string, invitationId string) admin.DeleteProjectInvitationApiRequest
DeleteProjectInvitation provides a mock function with given fields: ctx, groupId, invitationId
func (*ProjectsApi) DeleteProjectInvitationExecute ¶
func (_m *ProjectsApi) DeleteProjectInvitationExecute(r admin.DeleteProjectInvitationApiRequest) (map[string]interface{}, *http.Response, error)
DeleteProjectInvitationExecute provides a mock function with given fields: r
func (*ProjectsApi) DeleteProjectInvitationWithParams ¶
func (_m *ProjectsApi) DeleteProjectInvitationWithParams(ctx context.Context, args *admin.DeleteProjectInvitationApiParams) admin.DeleteProjectInvitationApiRequest
DeleteProjectInvitationWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) DeleteProjectLimit ¶
func (_m *ProjectsApi) DeleteProjectLimit(ctx context.Context, limitName string, groupId string) admin.DeleteProjectLimitApiRequest
DeleteProjectLimit provides a mock function with given fields: ctx, limitName, groupId
func (*ProjectsApi) DeleteProjectLimitExecute ¶
func (_m *ProjectsApi) DeleteProjectLimitExecute(r admin.DeleteProjectLimitApiRequest) (map[string]interface{}, *http.Response, error)
DeleteProjectLimitExecute provides a mock function with given fields: r
func (*ProjectsApi) DeleteProjectLimitWithParams ¶
func (_m *ProjectsApi) DeleteProjectLimitWithParams(ctx context.Context, args *admin.DeleteProjectLimitApiParams) admin.DeleteProjectLimitApiRequest
DeleteProjectLimitWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) DeleteProjectWithParams ¶
func (_m *ProjectsApi) DeleteProjectWithParams(ctx context.Context, args *admin.DeleteProjectApiParams) admin.DeleteProjectApiRequest
DeleteProjectWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) EXPECT ¶
func (_m *ProjectsApi) EXPECT() *ProjectsApi_Expecter
func (*ProjectsApi) GetProject ¶
func (_m *ProjectsApi) GetProject(ctx context.Context, groupId string) admin.GetProjectApiRequest
GetProject provides a mock function with given fields: ctx, groupId
func (*ProjectsApi) GetProjectByName ¶
func (_m *ProjectsApi) GetProjectByName(ctx context.Context, groupName string) admin.GetProjectByNameApiRequest
GetProjectByName provides a mock function with given fields: ctx, groupName
func (*ProjectsApi) GetProjectByNameExecute ¶
func (_m *ProjectsApi) GetProjectByNameExecute(r admin.GetProjectByNameApiRequest) (*admin.Group, *http.Response, error)
GetProjectByNameExecute provides a mock function with given fields: r
func (*ProjectsApi) GetProjectByNameWithParams ¶
func (_m *ProjectsApi) GetProjectByNameWithParams(ctx context.Context, args *admin.GetProjectByNameApiParams) admin.GetProjectByNameApiRequest
GetProjectByNameWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) GetProjectExecute ¶
func (_m *ProjectsApi) GetProjectExecute(r admin.GetProjectApiRequest) (*admin.Group, *http.Response, error)
GetProjectExecute provides a mock function with given fields: r
func (*ProjectsApi) GetProjectInvitation ¶
func (_m *ProjectsApi) GetProjectInvitation(ctx context.Context, groupId string, invitationId string) admin.GetProjectInvitationApiRequest
GetProjectInvitation provides a mock function with given fields: ctx, groupId, invitationId
func (*ProjectsApi) GetProjectInvitationExecute ¶
func (_m *ProjectsApi) GetProjectInvitationExecute(r admin.GetProjectInvitationApiRequest) (*admin.GroupInvitation, *http.Response, error)
GetProjectInvitationExecute provides a mock function with given fields: r
func (*ProjectsApi) GetProjectInvitationWithParams ¶
func (_m *ProjectsApi) GetProjectInvitationWithParams(ctx context.Context, args *admin.GetProjectInvitationApiParams) admin.GetProjectInvitationApiRequest
GetProjectInvitationWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) GetProjectLimit ¶
func (_m *ProjectsApi) GetProjectLimit(ctx context.Context, limitName string, groupId string) admin.GetProjectLimitApiRequest
GetProjectLimit provides a mock function with given fields: ctx, limitName, groupId
func (*ProjectsApi) GetProjectLimitExecute ¶
func (_m *ProjectsApi) GetProjectLimitExecute(r admin.GetProjectLimitApiRequest) (*admin.DataFederationLimit, *http.Response, error)
GetProjectLimitExecute provides a mock function with given fields: r
func (*ProjectsApi) GetProjectLimitWithParams ¶
func (_m *ProjectsApi) GetProjectLimitWithParams(ctx context.Context, args *admin.GetProjectLimitApiParams) admin.GetProjectLimitApiRequest
GetProjectLimitWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) GetProjectSettings ¶
func (_m *ProjectsApi) GetProjectSettings(ctx context.Context, groupId string) admin.GetProjectSettingsApiRequest
GetProjectSettings provides a mock function with given fields: ctx, groupId
func (*ProjectsApi) GetProjectSettingsExecute ¶
func (_m *ProjectsApi) GetProjectSettingsExecute(r admin.GetProjectSettingsApiRequest) (*admin.GroupSettings, *http.Response, error)
GetProjectSettingsExecute provides a mock function with given fields: r
func (*ProjectsApi) GetProjectSettingsWithParams ¶
func (_m *ProjectsApi) GetProjectSettingsWithParams(ctx context.Context, args *admin.GetProjectSettingsApiParams) admin.GetProjectSettingsApiRequest
GetProjectSettingsWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) GetProjectWithParams ¶
func (_m *ProjectsApi) GetProjectWithParams(ctx context.Context, args *admin.GetProjectApiParams) admin.GetProjectApiRequest
GetProjectWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) ListProjectInvitations ¶
func (_m *ProjectsApi) ListProjectInvitations(ctx context.Context, groupId string) admin.ListProjectInvitationsApiRequest
ListProjectInvitations provides a mock function with given fields: ctx, groupId
func (*ProjectsApi) ListProjectInvitationsExecute ¶
func (_m *ProjectsApi) ListProjectInvitationsExecute(r admin.ListProjectInvitationsApiRequest) ([]admin.GroupInvitation, *http.Response, error)
ListProjectInvitationsExecute provides a mock function with given fields: r
func (*ProjectsApi) ListProjectInvitationsWithParams ¶
func (_m *ProjectsApi) ListProjectInvitationsWithParams(ctx context.Context, args *admin.ListProjectInvitationsApiParams) admin.ListProjectInvitationsApiRequest
ListProjectInvitationsWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) ListProjectLimits ¶
func (_m *ProjectsApi) ListProjectLimits(ctx context.Context, groupId string) admin.ListProjectLimitsApiRequest
ListProjectLimits provides a mock function with given fields: ctx, groupId
func (*ProjectsApi) ListProjectLimitsExecute ¶
func (_m *ProjectsApi) ListProjectLimitsExecute(r admin.ListProjectLimitsApiRequest) ([]admin.DataFederationLimit, *http.Response, error)
ListProjectLimitsExecute provides a mock function with given fields: r
func (*ProjectsApi) ListProjectLimitsWithParams ¶
func (_m *ProjectsApi) ListProjectLimitsWithParams(ctx context.Context, args *admin.ListProjectLimitsApiParams) admin.ListProjectLimitsApiRequest
ListProjectLimitsWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) ListProjectUsers ¶
func (_m *ProjectsApi) ListProjectUsers(ctx context.Context, groupId string) admin.ListProjectUsersApiRequest
ListProjectUsers provides a mock function with given fields: ctx, groupId
func (*ProjectsApi) ListProjectUsersExecute ¶
func (_m *ProjectsApi) ListProjectUsersExecute(r admin.ListProjectUsersApiRequest) (*admin.PaginatedAppUser, *http.Response, error)
ListProjectUsersExecute provides a mock function with given fields: r
func (*ProjectsApi) ListProjectUsersWithParams ¶
func (_m *ProjectsApi) ListProjectUsersWithParams(ctx context.Context, args *admin.ListProjectUsersApiParams) admin.ListProjectUsersApiRequest
ListProjectUsersWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) ListProjects ¶
func (_m *ProjectsApi) ListProjects(ctx context.Context) admin.ListProjectsApiRequest
ListProjects provides a mock function with given fields: ctx
func (*ProjectsApi) ListProjectsExecute ¶
func (_m *ProjectsApi) ListProjectsExecute(r admin.ListProjectsApiRequest) (*admin.PaginatedAtlasGroup, *http.Response, error)
ListProjectsExecute provides a mock function with given fields: r
func (*ProjectsApi) ListProjectsWithParams ¶
func (_m *ProjectsApi) ListProjectsWithParams(ctx context.Context, args *admin.ListProjectsApiParams) admin.ListProjectsApiRequest
ListProjectsWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) RemoveProjectUser ¶
func (_m *ProjectsApi) RemoveProjectUser(ctx context.Context, groupId string, userId string) admin.RemoveProjectUserApiRequest
RemoveProjectUser provides a mock function with given fields: ctx, groupId, userId
func (*ProjectsApi) RemoveProjectUserExecute ¶
func (_m *ProjectsApi) RemoveProjectUserExecute(r admin.RemoveProjectUserApiRequest) (*http.Response, error)
RemoveProjectUserExecute provides a mock function with given fields: r
func (*ProjectsApi) RemoveProjectUserWithParams ¶
func (_m *ProjectsApi) RemoveProjectUserWithParams(ctx context.Context, args *admin.RemoveProjectUserApiParams) admin.RemoveProjectUserApiRequest
RemoveProjectUserWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) ReturnAllIPAddresses ¶
func (_m *ProjectsApi) ReturnAllIPAddresses(ctx context.Context, groupId string) admin.ReturnAllIPAddressesApiRequest
ReturnAllIPAddresses provides a mock function with given fields: ctx, groupId
func (*ProjectsApi) ReturnAllIPAddressesExecute ¶
func (_m *ProjectsApi) ReturnAllIPAddressesExecute(r admin.ReturnAllIPAddressesApiRequest) (*admin.GroupIPAddresses, *http.Response, error)
ReturnAllIPAddressesExecute provides a mock function with given fields: r
func (*ProjectsApi) ReturnAllIPAddressesWithParams ¶
func (_m *ProjectsApi) ReturnAllIPAddressesWithParams(ctx context.Context, args *admin.ReturnAllIPAddressesApiParams) admin.ReturnAllIPAddressesApiRequest
ReturnAllIPAddressesWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) SetProjectLimit ¶
func (_m *ProjectsApi) SetProjectLimit(ctx context.Context, limitName string, groupId string, dataFederationLimit *admin.DataFederationLimit) admin.SetProjectLimitApiRequest
SetProjectLimit provides a mock function with given fields: ctx, limitName, groupId, dataFederationLimit
func (*ProjectsApi) SetProjectLimitExecute ¶
func (_m *ProjectsApi) SetProjectLimitExecute(r admin.SetProjectLimitApiRequest) (*admin.DataFederationLimit, *http.Response, error)
SetProjectLimitExecute provides a mock function with given fields: r
func (*ProjectsApi) SetProjectLimitWithParams ¶
func (_m *ProjectsApi) SetProjectLimitWithParams(ctx context.Context, args *admin.SetProjectLimitApiParams) admin.SetProjectLimitApiRequest
SetProjectLimitWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) UpdateProject ¶
func (_m *ProjectsApi) UpdateProject(ctx context.Context, groupId string, groupUpdate *admin.GroupUpdate) admin.UpdateProjectApiRequest
UpdateProject provides a mock function with given fields: ctx, groupId, groupUpdate
func (*ProjectsApi) UpdateProjectExecute ¶
func (_m *ProjectsApi) UpdateProjectExecute(r admin.UpdateProjectApiRequest) (*admin.Group, *http.Response, error)
UpdateProjectExecute provides a mock function with given fields: r
func (*ProjectsApi) UpdateProjectInvitation ¶
func (_m *ProjectsApi) UpdateProjectInvitation(ctx context.Context, groupId string, groupInvitationRequest *admin.GroupInvitationRequest) admin.UpdateProjectInvitationApiRequest
UpdateProjectInvitation provides a mock function with given fields: ctx, groupId, groupInvitationRequest
func (*ProjectsApi) UpdateProjectInvitationById ¶
func (_m *ProjectsApi) UpdateProjectInvitationById(ctx context.Context, groupId string, invitationId string, groupInvitationUpdateRequest *admin.GroupInvitationUpdateRequest) admin.UpdateProjectInvitationByIdApiRequest
UpdateProjectInvitationById provides a mock function with given fields: ctx, groupId, invitationId, groupInvitationUpdateRequest
func (*ProjectsApi) UpdateProjectInvitationByIdExecute ¶
func (_m *ProjectsApi) UpdateProjectInvitationByIdExecute(r admin.UpdateProjectInvitationByIdApiRequest) (*admin.GroupInvitation, *http.Response, error)
UpdateProjectInvitationByIdExecute provides a mock function with given fields: r
func (*ProjectsApi) UpdateProjectInvitationByIdWithParams ¶
func (_m *ProjectsApi) UpdateProjectInvitationByIdWithParams(ctx context.Context, args *admin.UpdateProjectInvitationByIdApiParams) admin.UpdateProjectInvitationByIdApiRequest
UpdateProjectInvitationByIdWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) UpdateProjectInvitationExecute ¶
func (_m *ProjectsApi) UpdateProjectInvitationExecute(r admin.UpdateProjectInvitationApiRequest) (*admin.GroupInvitation, *http.Response, error)
UpdateProjectInvitationExecute provides a mock function with given fields: r
func (*ProjectsApi) UpdateProjectInvitationWithParams ¶
func (_m *ProjectsApi) UpdateProjectInvitationWithParams(ctx context.Context, args *admin.UpdateProjectInvitationApiParams) admin.UpdateProjectInvitationApiRequest
UpdateProjectInvitationWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) UpdateProjectRoles ¶
func (_m *ProjectsApi) UpdateProjectRoles(ctx context.Context, groupId string, userId string, updateGroupRolesForUser *admin.UpdateGroupRolesForUser) admin.UpdateProjectRolesApiRequest
UpdateProjectRoles provides a mock function with given fields: ctx, groupId, userId, updateGroupRolesForUser
func (*ProjectsApi) UpdateProjectRolesExecute ¶
func (_m *ProjectsApi) UpdateProjectRolesExecute(r admin.UpdateProjectRolesApiRequest) (*admin.UpdateGroupRolesForUser, *http.Response, error)
UpdateProjectRolesExecute provides a mock function with given fields: r
func (*ProjectsApi) UpdateProjectRolesWithParams ¶
func (_m *ProjectsApi) UpdateProjectRolesWithParams(ctx context.Context, args *admin.UpdateProjectRolesApiParams) admin.UpdateProjectRolesApiRequest
UpdateProjectRolesWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) UpdateProjectSettings ¶
func (_m *ProjectsApi) UpdateProjectSettings(ctx context.Context, groupId string, groupSettings *admin.GroupSettings) admin.UpdateProjectSettingsApiRequest
UpdateProjectSettings provides a mock function with given fields: ctx, groupId, groupSettings
func (*ProjectsApi) UpdateProjectSettingsExecute ¶
func (_m *ProjectsApi) UpdateProjectSettingsExecute(r admin.UpdateProjectSettingsApiRequest) (*admin.GroupSettings, *http.Response, error)
UpdateProjectSettingsExecute provides a mock function with given fields: r
func (*ProjectsApi) UpdateProjectSettingsWithParams ¶
func (_m *ProjectsApi) UpdateProjectSettingsWithParams(ctx context.Context, args *admin.UpdateProjectSettingsApiParams) admin.UpdateProjectSettingsApiRequest
UpdateProjectSettingsWithParams provides a mock function with given fields: ctx, args
func (*ProjectsApi) UpdateProjectWithParams ¶
func (_m *ProjectsApi) UpdateProjectWithParams(ctx context.Context, args *admin.UpdateProjectApiParams) admin.UpdateProjectApiRequest
UpdateProjectWithParams provides a mock function with given fields: ctx, args
type ProjectsApi_AddUserToProjectExecute_Call ¶
ProjectsApi_AddUserToProjectExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUserToProjectExecute'
func (*ProjectsApi_AddUserToProjectExecute_Call) Return ¶
func (_c *ProjectsApi_AddUserToProjectExecute_Call) Return(_a0 *admin.OrganizationInvitation, _a1 *http.Response, _a2 error) *ProjectsApi_AddUserToProjectExecute_Call
func (*ProjectsApi_AddUserToProjectExecute_Call) Run ¶
func (_c *ProjectsApi_AddUserToProjectExecute_Call) Run(run func(r admin.AddUserToProjectApiRequest)) *ProjectsApi_AddUserToProjectExecute_Call
func (*ProjectsApi_AddUserToProjectExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_AddUserToProjectExecute_Call) RunAndReturn(run func(admin.AddUserToProjectApiRequest) (*admin.OrganizationInvitation, *http.Response, error)) *ProjectsApi_AddUserToProjectExecute_Call
type ProjectsApi_AddUserToProjectWithParams_Call ¶
ProjectsApi_AddUserToProjectWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUserToProjectWithParams'
func (*ProjectsApi_AddUserToProjectWithParams_Call) Run ¶
func (_c *ProjectsApi_AddUserToProjectWithParams_Call) Run(run func(ctx context.Context, args *admin.AddUserToProjectApiParams)) *ProjectsApi_AddUserToProjectWithParams_Call
func (*ProjectsApi_AddUserToProjectWithParams_Call) RunAndReturn ¶
func (_c *ProjectsApi_AddUserToProjectWithParams_Call) RunAndReturn(run func(context.Context, *admin.AddUserToProjectApiParams) admin.AddUserToProjectApiRequest) *ProjectsApi_AddUserToProjectWithParams_Call
type ProjectsApi_AddUserToProject_Call ¶
ProjectsApi_AddUserToProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUserToProject'
func (*ProjectsApi_AddUserToProject_Call) Return ¶
func (_c *ProjectsApi_AddUserToProject_Call) Return(_a0 admin.AddUserToProjectApiRequest) *ProjectsApi_AddUserToProject_Call
func (*ProjectsApi_AddUserToProject_Call) Run ¶
func (_c *ProjectsApi_AddUserToProject_Call) Run(run func(ctx context.Context, groupId string, groupInvitationRequest *admin.GroupInvitationRequest)) *ProjectsApi_AddUserToProject_Call
func (*ProjectsApi_AddUserToProject_Call) RunAndReturn ¶
func (_c *ProjectsApi_AddUserToProject_Call) RunAndReturn(run func(context.Context, string, *admin.GroupInvitationRequest) admin.AddUserToProjectApiRequest) *ProjectsApi_AddUserToProject_Call
type ProjectsApi_CreateProjectExecute_Call ¶
ProjectsApi_CreateProjectExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectExecute'
func (*ProjectsApi_CreateProjectExecute_Call) Return ¶
func (_c *ProjectsApi_CreateProjectExecute_Call) Return(_a0 *admin.Group, _a1 *http.Response, _a2 error) *ProjectsApi_CreateProjectExecute_Call
func (*ProjectsApi_CreateProjectExecute_Call) Run ¶
func (_c *ProjectsApi_CreateProjectExecute_Call) Run(run func(r admin.CreateProjectApiRequest)) *ProjectsApi_CreateProjectExecute_Call
func (*ProjectsApi_CreateProjectExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_CreateProjectExecute_Call) RunAndReturn(run func(admin.CreateProjectApiRequest) (*admin.Group, *http.Response, error)) *ProjectsApi_CreateProjectExecute_Call
type ProjectsApi_CreateProjectInvitationExecute_Call ¶
ProjectsApi_CreateProjectInvitationExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectInvitationExecute'
func (*ProjectsApi_CreateProjectInvitationExecute_Call) Return ¶
func (_c *ProjectsApi_CreateProjectInvitationExecute_Call) Return(_a0 *admin.GroupInvitation, _a1 *http.Response, _a2 error) *ProjectsApi_CreateProjectInvitationExecute_Call
func (*ProjectsApi_CreateProjectInvitationExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_CreateProjectInvitationExecute_Call) RunAndReturn(run func(admin.CreateProjectInvitationApiRequest) (*admin.GroupInvitation, *http.Response, error)) *ProjectsApi_CreateProjectInvitationExecute_Call
type ProjectsApi_CreateProjectInvitationWithParams_Call ¶
ProjectsApi_CreateProjectInvitationWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectInvitationWithParams'
func (*ProjectsApi_CreateProjectInvitationWithParams_Call) Run ¶
func (_c *ProjectsApi_CreateProjectInvitationWithParams_Call) Run(run func(ctx context.Context, args *admin.CreateProjectInvitationApiParams)) *ProjectsApi_CreateProjectInvitationWithParams_Call
func (*ProjectsApi_CreateProjectInvitationWithParams_Call) RunAndReturn ¶
type ProjectsApi_CreateProjectInvitation_Call ¶
ProjectsApi_CreateProjectInvitation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectInvitation'
func (*ProjectsApi_CreateProjectInvitation_Call) Run ¶
func (_c *ProjectsApi_CreateProjectInvitation_Call) Run(run func(ctx context.Context, groupId string, groupInvitationRequest *admin.GroupInvitationRequest)) *ProjectsApi_CreateProjectInvitation_Call
func (*ProjectsApi_CreateProjectInvitation_Call) RunAndReturn ¶
func (_c *ProjectsApi_CreateProjectInvitation_Call) RunAndReturn(run func(context.Context, string, *admin.GroupInvitationRequest) admin.CreateProjectInvitationApiRequest) *ProjectsApi_CreateProjectInvitation_Call
type ProjectsApi_CreateProjectWithParams_Call ¶
ProjectsApi_CreateProjectWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectWithParams'
func (*ProjectsApi_CreateProjectWithParams_Call) Return ¶
func (_c *ProjectsApi_CreateProjectWithParams_Call) Return(_a0 admin.CreateProjectApiRequest) *ProjectsApi_CreateProjectWithParams_Call
func (*ProjectsApi_CreateProjectWithParams_Call) Run ¶
func (_c *ProjectsApi_CreateProjectWithParams_Call) Run(run func(ctx context.Context, args *admin.CreateProjectApiParams)) *ProjectsApi_CreateProjectWithParams_Call
func (*ProjectsApi_CreateProjectWithParams_Call) RunAndReturn ¶
func (_c *ProjectsApi_CreateProjectWithParams_Call) RunAndReturn(run func(context.Context, *admin.CreateProjectApiParams) admin.CreateProjectApiRequest) *ProjectsApi_CreateProjectWithParams_Call
type ProjectsApi_CreateProject_Call ¶
ProjectsApi_CreateProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProject'
func (*ProjectsApi_CreateProject_Call) Return ¶
func (_c *ProjectsApi_CreateProject_Call) Return(_a0 admin.CreateProjectApiRequest) *ProjectsApi_CreateProject_Call
func (*ProjectsApi_CreateProject_Call) Run ¶
func (_c *ProjectsApi_CreateProject_Call) Run(run func(ctx context.Context, group *admin.Group)) *ProjectsApi_CreateProject_Call
func (*ProjectsApi_CreateProject_Call) RunAndReturn ¶
func (_c *ProjectsApi_CreateProject_Call) RunAndReturn(run func(context.Context, *admin.Group) admin.CreateProjectApiRequest) *ProjectsApi_CreateProject_Call
type ProjectsApi_DeleteProjectExecute_Call ¶
ProjectsApi_DeleteProjectExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectExecute'
func (*ProjectsApi_DeleteProjectExecute_Call) Return ¶
func (_c *ProjectsApi_DeleteProjectExecute_Call) Return(_a0 map[string]interface{}, _a1 *http.Response, _a2 error) *ProjectsApi_DeleteProjectExecute_Call
func (*ProjectsApi_DeleteProjectExecute_Call) Run ¶
func (_c *ProjectsApi_DeleteProjectExecute_Call) Run(run func(r admin.DeleteProjectApiRequest)) *ProjectsApi_DeleteProjectExecute_Call
func (*ProjectsApi_DeleteProjectExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_DeleteProjectExecute_Call) RunAndReturn(run func(admin.DeleteProjectApiRequest) (map[string]interface{}, *http.Response, error)) *ProjectsApi_DeleteProjectExecute_Call
type ProjectsApi_DeleteProjectInvitationExecute_Call ¶
ProjectsApi_DeleteProjectInvitationExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectInvitationExecute'
func (*ProjectsApi_DeleteProjectInvitationExecute_Call) Return ¶
func (_c *ProjectsApi_DeleteProjectInvitationExecute_Call) Return(_a0 map[string]interface{}, _a1 *http.Response, _a2 error) *ProjectsApi_DeleteProjectInvitationExecute_Call
func (*ProjectsApi_DeleteProjectInvitationExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_DeleteProjectInvitationExecute_Call) RunAndReturn(run func(admin.DeleteProjectInvitationApiRequest) (map[string]interface{}, *http.Response, error)) *ProjectsApi_DeleteProjectInvitationExecute_Call
type ProjectsApi_DeleteProjectInvitationWithParams_Call ¶
ProjectsApi_DeleteProjectInvitationWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectInvitationWithParams'
func (*ProjectsApi_DeleteProjectInvitationWithParams_Call) Run ¶
func (_c *ProjectsApi_DeleteProjectInvitationWithParams_Call) Run(run func(ctx context.Context, args *admin.DeleteProjectInvitationApiParams)) *ProjectsApi_DeleteProjectInvitationWithParams_Call
func (*ProjectsApi_DeleteProjectInvitationWithParams_Call) RunAndReturn ¶
type ProjectsApi_DeleteProjectInvitation_Call ¶
ProjectsApi_DeleteProjectInvitation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectInvitation'
func (*ProjectsApi_DeleteProjectInvitation_Call) Run ¶
func (_c *ProjectsApi_DeleteProjectInvitation_Call) Run(run func(ctx context.Context, groupId string, invitationId string)) *ProjectsApi_DeleteProjectInvitation_Call
func (*ProjectsApi_DeleteProjectInvitation_Call) RunAndReturn ¶
func (_c *ProjectsApi_DeleteProjectInvitation_Call) RunAndReturn(run func(context.Context, string, string) admin.DeleteProjectInvitationApiRequest) *ProjectsApi_DeleteProjectInvitation_Call
type ProjectsApi_DeleteProjectLimitExecute_Call ¶
ProjectsApi_DeleteProjectLimitExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectLimitExecute'
func (*ProjectsApi_DeleteProjectLimitExecute_Call) Return ¶
func (_c *ProjectsApi_DeleteProjectLimitExecute_Call) Return(_a0 map[string]interface{}, _a1 *http.Response, _a2 error) *ProjectsApi_DeleteProjectLimitExecute_Call
func (*ProjectsApi_DeleteProjectLimitExecute_Call) Run ¶
func (_c *ProjectsApi_DeleteProjectLimitExecute_Call) Run(run func(r admin.DeleteProjectLimitApiRequest)) *ProjectsApi_DeleteProjectLimitExecute_Call
func (*ProjectsApi_DeleteProjectLimitExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_DeleteProjectLimitExecute_Call) RunAndReturn(run func(admin.DeleteProjectLimitApiRequest) (map[string]interface{}, *http.Response, error)) *ProjectsApi_DeleteProjectLimitExecute_Call
type ProjectsApi_DeleteProjectLimitWithParams_Call ¶
ProjectsApi_DeleteProjectLimitWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectLimitWithParams'
func (*ProjectsApi_DeleteProjectLimitWithParams_Call) Run ¶
func (_c *ProjectsApi_DeleteProjectLimitWithParams_Call) Run(run func(ctx context.Context, args *admin.DeleteProjectLimitApiParams)) *ProjectsApi_DeleteProjectLimitWithParams_Call
func (*ProjectsApi_DeleteProjectLimitWithParams_Call) RunAndReturn ¶
func (_c *ProjectsApi_DeleteProjectLimitWithParams_Call) RunAndReturn(run func(context.Context, *admin.DeleteProjectLimitApiParams) admin.DeleteProjectLimitApiRequest) *ProjectsApi_DeleteProjectLimitWithParams_Call
type ProjectsApi_DeleteProjectLimit_Call ¶
ProjectsApi_DeleteProjectLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectLimit'
func (*ProjectsApi_DeleteProjectLimit_Call) Return ¶
func (_c *ProjectsApi_DeleteProjectLimit_Call) Return(_a0 admin.DeleteProjectLimitApiRequest) *ProjectsApi_DeleteProjectLimit_Call
func (*ProjectsApi_DeleteProjectLimit_Call) Run ¶
func (_c *ProjectsApi_DeleteProjectLimit_Call) Run(run func(ctx context.Context, limitName string, groupId string)) *ProjectsApi_DeleteProjectLimit_Call
func (*ProjectsApi_DeleteProjectLimit_Call) RunAndReturn ¶
func (_c *ProjectsApi_DeleteProjectLimit_Call) RunAndReturn(run func(context.Context, string, string) admin.DeleteProjectLimitApiRequest) *ProjectsApi_DeleteProjectLimit_Call
type ProjectsApi_DeleteProjectWithParams_Call ¶
ProjectsApi_DeleteProjectWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectWithParams'
func (*ProjectsApi_DeleteProjectWithParams_Call) Return ¶
func (_c *ProjectsApi_DeleteProjectWithParams_Call) Return(_a0 admin.DeleteProjectApiRequest) *ProjectsApi_DeleteProjectWithParams_Call
func (*ProjectsApi_DeleteProjectWithParams_Call) Run ¶
func (_c *ProjectsApi_DeleteProjectWithParams_Call) Run(run func(ctx context.Context, args *admin.DeleteProjectApiParams)) *ProjectsApi_DeleteProjectWithParams_Call
func (*ProjectsApi_DeleteProjectWithParams_Call) RunAndReturn ¶
func (_c *ProjectsApi_DeleteProjectWithParams_Call) RunAndReturn(run func(context.Context, *admin.DeleteProjectApiParams) admin.DeleteProjectApiRequest) *ProjectsApi_DeleteProjectWithParams_Call
type ProjectsApi_DeleteProject_Call ¶
ProjectsApi_DeleteProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProject'
func (*ProjectsApi_DeleteProject_Call) Return ¶
func (_c *ProjectsApi_DeleteProject_Call) Return(_a0 admin.DeleteProjectApiRequest) *ProjectsApi_DeleteProject_Call
func (*ProjectsApi_DeleteProject_Call) Run ¶
func (_c *ProjectsApi_DeleteProject_Call) Run(run func(ctx context.Context, groupId string)) *ProjectsApi_DeleteProject_Call
func (*ProjectsApi_DeleteProject_Call) RunAndReturn ¶
func (_c *ProjectsApi_DeleteProject_Call) RunAndReturn(run func(context.Context, string) admin.DeleteProjectApiRequest) *ProjectsApi_DeleteProject_Call
type ProjectsApi_Expecter ¶
type ProjectsApi_Expecter struct {
// contains filtered or unexported fields
}
func (*ProjectsApi_Expecter) AddUserToProject ¶
func (_e *ProjectsApi_Expecter) AddUserToProject(ctx interface{}, groupId interface{}, groupInvitationRequest interface{}) *ProjectsApi_AddUserToProject_Call
AddUserToProject is a helper method to define mock.On call
- ctx context.Context
- groupId string
- groupInvitationRequest *admin.GroupInvitationRequest
func (*ProjectsApi_Expecter) AddUserToProjectExecute ¶
func (_e *ProjectsApi_Expecter) AddUserToProjectExecute(r interface{}) *ProjectsApi_AddUserToProjectExecute_Call
AddUserToProjectExecute is a helper method to define mock.On call
- r admin.AddUserToProjectApiRequest
func (*ProjectsApi_Expecter) AddUserToProjectWithParams ¶
func (_e *ProjectsApi_Expecter) AddUserToProjectWithParams(ctx interface{}, args interface{}) *ProjectsApi_AddUserToProjectWithParams_Call
AddUserToProjectWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.AddUserToProjectApiParams
func (*ProjectsApi_Expecter) CreateProject ¶
func (_e *ProjectsApi_Expecter) CreateProject(ctx interface{}, group interface{}) *ProjectsApi_CreateProject_Call
CreateProject is a helper method to define mock.On call
- ctx context.Context
- group *admin.Group
func (*ProjectsApi_Expecter) CreateProjectExecute ¶
func (_e *ProjectsApi_Expecter) CreateProjectExecute(r interface{}) *ProjectsApi_CreateProjectExecute_Call
CreateProjectExecute is a helper method to define mock.On call
- r admin.CreateProjectApiRequest
func (*ProjectsApi_Expecter) CreateProjectInvitation ¶
func (_e *ProjectsApi_Expecter) CreateProjectInvitation(ctx interface{}, groupId interface{}, groupInvitationRequest interface{}) *ProjectsApi_CreateProjectInvitation_Call
CreateProjectInvitation is a helper method to define mock.On call
- ctx context.Context
- groupId string
- groupInvitationRequest *admin.GroupInvitationRequest
func (*ProjectsApi_Expecter) CreateProjectInvitationExecute ¶
func (_e *ProjectsApi_Expecter) CreateProjectInvitationExecute(r interface{}) *ProjectsApi_CreateProjectInvitationExecute_Call
CreateProjectInvitationExecute is a helper method to define mock.On call
- r admin.CreateProjectInvitationApiRequest
func (*ProjectsApi_Expecter) CreateProjectInvitationWithParams ¶
func (_e *ProjectsApi_Expecter) CreateProjectInvitationWithParams(ctx interface{}, args interface{}) *ProjectsApi_CreateProjectInvitationWithParams_Call
CreateProjectInvitationWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.CreateProjectInvitationApiParams
func (*ProjectsApi_Expecter) CreateProjectWithParams ¶
func (_e *ProjectsApi_Expecter) CreateProjectWithParams(ctx interface{}, args interface{}) *ProjectsApi_CreateProjectWithParams_Call
CreateProjectWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.CreateProjectApiParams
func (*ProjectsApi_Expecter) DeleteProject ¶
func (_e *ProjectsApi_Expecter) DeleteProject(ctx interface{}, groupId interface{}) *ProjectsApi_DeleteProject_Call
DeleteProject is a helper method to define mock.On call
- ctx context.Context
- groupId string
func (*ProjectsApi_Expecter) DeleteProjectExecute ¶
func (_e *ProjectsApi_Expecter) DeleteProjectExecute(r interface{}) *ProjectsApi_DeleteProjectExecute_Call
DeleteProjectExecute is a helper method to define mock.On call
- r admin.DeleteProjectApiRequest
func (*ProjectsApi_Expecter) DeleteProjectInvitation ¶
func (_e *ProjectsApi_Expecter) DeleteProjectInvitation(ctx interface{}, groupId interface{}, invitationId interface{}) *ProjectsApi_DeleteProjectInvitation_Call
DeleteProjectInvitation is a helper method to define mock.On call
- ctx context.Context
- groupId string
- invitationId string
func (*ProjectsApi_Expecter) DeleteProjectInvitationExecute ¶
func (_e *ProjectsApi_Expecter) DeleteProjectInvitationExecute(r interface{}) *ProjectsApi_DeleteProjectInvitationExecute_Call
DeleteProjectInvitationExecute is a helper method to define mock.On call
- r admin.DeleteProjectInvitationApiRequest
func (*ProjectsApi_Expecter) DeleteProjectInvitationWithParams ¶
func (_e *ProjectsApi_Expecter) DeleteProjectInvitationWithParams(ctx interface{}, args interface{}) *ProjectsApi_DeleteProjectInvitationWithParams_Call
DeleteProjectInvitationWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.DeleteProjectInvitationApiParams
func (*ProjectsApi_Expecter) DeleteProjectLimit ¶
func (_e *ProjectsApi_Expecter) DeleteProjectLimit(ctx interface{}, limitName interface{}, groupId interface{}) *ProjectsApi_DeleteProjectLimit_Call
DeleteProjectLimit is a helper method to define mock.On call
- ctx context.Context
- limitName string
- groupId string
func (*ProjectsApi_Expecter) DeleteProjectLimitExecute ¶
func (_e *ProjectsApi_Expecter) DeleteProjectLimitExecute(r interface{}) *ProjectsApi_DeleteProjectLimitExecute_Call
DeleteProjectLimitExecute is a helper method to define mock.On call
- r admin.DeleteProjectLimitApiRequest
func (*ProjectsApi_Expecter) DeleteProjectLimitWithParams ¶
func (_e *ProjectsApi_Expecter) DeleteProjectLimitWithParams(ctx interface{}, args interface{}) *ProjectsApi_DeleteProjectLimitWithParams_Call
DeleteProjectLimitWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.DeleteProjectLimitApiParams
func (*ProjectsApi_Expecter) DeleteProjectWithParams ¶
func (_e *ProjectsApi_Expecter) DeleteProjectWithParams(ctx interface{}, args interface{}) *ProjectsApi_DeleteProjectWithParams_Call
DeleteProjectWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.DeleteProjectApiParams
func (*ProjectsApi_Expecter) GetProject ¶
func (_e *ProjectsApi_Expecter) GetProject(ctx interface{}, groupId interface{}) *ProjectsApi_GetProject_Call
GetProject is a helper method to define mock.On call
- ctx context.Context
- groupId string
func (*ProjectsApi_Expecter) GetProjectByName ¶
func (_e *ProjectsApi_Expecter) GetProjectByName(ctx interface{}, groupName interface{}) *ProjectsApi_GetProjectByName_Call
GetProjectByName is a helper method to define mock.On call
- ctx context.Context
- groupName string
func (*ProjectsApi_Expecter) GetProjectByNameExecute ¶
func (_e *ProjectsApi_Expecter) GetProjectByNameExecute(r interface{}) *ProjectsApi_GetProjectByNameExecute_Call
GetProjectByNameExecute is a helper method to define mock.On call
- r admin.GetProjectByNameApiRequest
func (*ProjectsApi_Expecter) GetProjectByNameWithParams ¶
func (_e *ProjectsApi_Expecter) GetProjectByNameWithParams(ctx interface{}, args interface{}) *ProjectsApi_GetProjectByNameWithParams_Call
GetProjectByNameWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.GetProjectByNameApiParams
func (*ProjectsApi_Expecter) GetProjectExecute ¶
func (_e *ProjectsApi_Expecter) GetProjectExecute(r interface{}) *ProjectsApi_GetProjectExecute_Call
GetProjectExecute is a helper method to define mock.On call
- r admin.GetProjectApiRequest
func (*ProjectsApi_Expecter) GetProjectInvitation ¶
func (_e *ProjectsApi_Expecter) GetProjectInvitation(ctx interface{}, groupId interface{}, invitationId interface{}) *ProjectsApi_GetProjectInvitation_Call
GetProjectInvitation is a helper method to define mock.On call
- ctx context.Context
- groupId string
- invitationId string
func (*ProjectsApi_Expecter) GetProjectInvitationExecute ¶
func (_e *ProjectsApi_Expecter) GetProjectInvitationExecute(r interface{}) *ProjectsApi_GetProjectInvitationExecute_Call
GetProjectInvitationExecute is a helper method to define mock.On call
- r admin.GetProjectInvitationApiRequest
func (*ProjectsApi_Expecter) GetProjectInvitationWithParams ¶
func (_e *ProjectsApi_Expecter) GetProjectInvitationWithParams(ctx interface{}, args interface{}) *ProjectsApi_GetProjectInvitationWithParams_Call
GetProjectInvitationWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.GetProjectInvitationApiParams
func (*ProjectsApi_Expecter) GetProjectLimit ¶
func (_e *ProjectsApi_Expecter) GetProjectLimit(ctx interface{}, limitName interface{}, groupId interface{}) *ProjectsApi_GetProjectLimit_Call
GetProjectLimit is a helper method to define mock.On call
- ctx context.Context
- limitName string
- groupId string
func (*ProjectsApi_Expecter) GetProjectLimitExecute ¶
func (_e *ProjectsApi_Expecter) GetProjectLimitExecute(r interface{}) *ProjectsApi_GetProjectLimitExecute_Call
GetProjectLimitExecute is a helper method to define mock.On call
- r admin.GetProjectLimitApiRequest
func (*ProjectsApi_Expecter) GetProjectLimitWithParams ¶
func (_e *ProjectsApi_Expecter) GetProjectLimitWithParams(ctx interface{}, args interface{}) *ProjectsApi_GetProjectLimitWithParams_Call
GetProjectLimitWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.GetProjectLimitApiParams
func (*ProjectsApi_Expecter) GetProjectSettings ¶
func (_e *ProjectsApi_Expecter) GetProjectSettings(ctx interface{}, groupId interface{}) *ProjectsApi_GetProjectSettings_Call
GetProjectSettings is a helper method to define mock.On call
- ctx context.Context
- groupId string
func (*ProjectsApi_Expecter) GetProjectSettingsExecute ¶
func (_e *ProjectsApi_Expecter) GetProjectSettingsExecute(r interface{}) *ProjectsApi_GetProjectSettingsExecute_Call
GetProjectSettingsExecute is a helper method to define mock.On call
- r admin.GetProjectSettingsApiRequest
func (*ProjectsApi_Expecter) GetProjectSettingsWithParams ¶
func (_e *ProjectsApi_Expecter) GetProjectSettingsWithParams(ctx interface{}, args interface{}) *ProjectsApi_GetProjectSettingsWithParams_Call
GetProjectSettingsWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.GetProjectSettingsApiParams
func (*ProjectsApi_Expecter) GetProjectWithParams ¶
func (_e *ProjectsApi_Expecter) GetProjectWithParams(ctx interface{}, args interface{}) *ProjectsApi_GetProjectWithParams_Call
GetProjectWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.GetProjectApiParams
func (*ProjectsApi_Expecter) ListProjectInvitations ¶
func (_e *ProjectsApi_Expecter) ListProjectInvitations(ctx interface{}, groupId interface{}) *ProjectsApi_ListProjectInvitations_Call
ListProjectInvitations is a helper method to define mock.On call
- ctx context.Context
- groupId string
func (*ProjectsApi_Expecter) ListProjectInvitationsExecute ¶
func (_e *ProjectsApi_Expecter) ListProjectInvitationsExecute(r interface{}) *ProjectsApi_ListProjectInvitationsExecute_Call
ListProjectInvitationsExecute is a helper method to define mock.On call
- r admin.ListProjectInvitationsApiRequest
func (*ProjectsApi_Expecter) ListProjectInvitationsWithParams ¶
func (_e *ProjectsApi_Expecter) ListProjectInvitationsWithParams(ctx interface{}, args interface{}) *ProjectsApi_ListProjectInvitationsWithParams_Call
ListProjectInvitationsWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.ListProjectInvitationsApiParams
func (*ProjectsApi_Expecter) ListProjectLimits ¶
func (_e *ProjectsApi_Expecter) ListProjectLimits(ctx interface{}, groupId interface{}) *ProjectsApi_ListProjectLimits_Call
ListProjectLimits is a helper method to define mock.On call
- ctx context.Context
- groupId string
func (*ProjectsApi_Expecter) ListProjectLimitsExecute ¶
func (_e *ProjectsApi_Expecter) ListProjectLimitsExecute(r interface{}) *ProjectsApi_ListProjectLimitsExecute_Call
ListProjectLimitsExecute is a helper method to define mock.On call
- r admin.ListProjectLimitsApiRequest
func (*ProjectsApi_Expecter) ListProjectLimitsWithParams ¶
func (_e *ProjectsApi_Expecter) ListProjectLimitsWithParams(ctx interface{}, args interface{}) *ProjectsApi_ListProjectLimitsWithParams_Call
ListProjectLimitsWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.ListProjectLimitsApiParams
func (*ProjectsApi_Expecter) ListProjectUsers ¶
func (_e *ProjectsApi_Expecter) ListProjectUsers(ctx interface{}, groupId interface{}) *ProjectsApi_ListProjectUsers_Call
ListProjectUsers is a helper method to define mock.On call
- ctx context.Context
- groupId string
func (*ProjectsApi_Expecter) ListProjectUsersExecute ¶
func (_e *ProjectsApi_Expecter) ListProjectUsersExecute(r interface{}) *ProjectsApi_ListProjectUsersExecute_Call
ListProjectUsersExecute is a helper method to define mock.On call
- r admin.ListProjectUsersApiRequest
func (*ProjectsApi_Expecter) ListProjectUsersWithParams ¶
func (_e *ProjectsApi_Expecter) ListProjectUsersWithParams(ctx interface{}, args interface{}) *ProjectsApi_ListProjectUsersWithParams_Call
ListProjectUsersWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.ListProjectUsersApiParams
func (*ProjectsApi_Expecter) ListProjects ¶
func (_e *ProjectsApi_Expecter) ListProjects(ctx interface{}) *ProjectsApi_ListProjects_Call
ListProjects is a helper method to define mock.On call
- ctx context.Context
func (*ProjectsApi_Expecter) ListProjectsExecute ¶
func (_e *ProjectsApi_Expecter) ListProjectsExecute(r interface{}) *ProjectsApi_ListProjectsExecute_Call
ListProjectsExecute is a helper method to define mock.On call
- r admin.ListProjectsApiRequest
func (*ProjectsApi_Expecter) ListProjectsWithParams ¶
func (_e *ProjectsApi_Expecter) ListProjectsWithParams(ctx interface{}, args interface{}) *ProjectsApi_ListProjectsWithParams_Call
ListProjectsWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.ListProjectsApiParams
func (*ProjectsApi_Expecter) RemoveProjectUser ¶
func (_e *ProjectsApi_Expecter) RemoveProjectUser(ctx interface{}, groupId interface{}, userId interface{}) *ProjectsApi_RemoveProjectUser_Call
RemoveProjectUser is a helper method to define mock.On call
- ctx context.Context
- groupId string
- userId string
func (*ProjectsApi_Expecter) RemoveProjectUserExecute ¶
func (_e *ProjectsApi_Expecter) RemoveProjectUserExecute(r interface{}) *ProjectsApi_RemoveProjectUserExecute_Call
RemoveProjectUserExecute is a helper method to define mock.On call
- r admin.RemoveProjectUserApiRequest
func (*ProjectsApi_Expecter) RemoveProjectUserWithParams ¶
func (_e *ProjectsApi_Expecter) RemoveProjectUserWithParams(ctx interface{}, args interface{}) *ProjectsApi_RemoveProjectUserWithParams_Call
RemoveProjectUserWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.RemoveProjectUserApiParams
func (*ProjectsApi_Expecter) ReturnAllIPAddresses ¶
func (_e *ProjectsApi_Expecter) ReturnAllIPAddresses(ctx interface{}, groupId interface{}) *ProjectsApi_ReturnAllIPAddresses_Call
ReturnAllIPAddresses is a helper method to define mock.On call
- ctx context.Context
- groupId string
func (*ProjectsApi_Expecter) ReturnAllIPAddressesExecute ¶
func (_e *ProjectsApi_Expecter) ReturnAllIPAddressesExecute(r interface{}) *ProjectsApi_ReturnAllIPAddressesExecute_Call
ReturnAllIPAddressesExecute is a helper method to define mock.On call
- r admin.ReturnAllIPAddressesApiRequest
func (*ProjectsApi_Expecter) ReturnAllIPAddressesWithParams ¶
func (_e *ProjectsApi_Expecter) ReturnAllIPAddressesWithParams(ctx interface{}, args interface{}) *ProjectsApi_ReturnAllIPAddressesWithParams_Call
ReturnAllIPAddressesWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.ReturnAllIPAddressesApiParams
func (*ProjectsApi_Expecter) SetProjectLimit ¶
func (_e *ProjectsApi_Expecter) SetProjectLimit(ctx interface{}, limitName interface{}, groupId interface{}, dataFederationLimit interface{}) *ProjectsApi_SetProjectLimit_Call
SetProjectLimit is a helper method to define mock.On call
- ctx context.Context
- limitName string
- groupId string
- dataFederationLimit *admin.DataFederationLimit
func (*ProjectsApi_Expecter) SetProjectLimitExecute ¶
func (_e *ProjectsApi_Expecter) SetProjectLimitExecute(r interface{}) *ProjectsApi_SetProjectLimitExecute_Call
SetProjectLimitExecute is a helper method to define mock.On call
- r admin.SetProjectLimitApiRequest
func (*ProjectsApi_Expecter) SetProjectLimitWithParams ¶
func (_e *ProjectsApi_Expecter) SetProjectLimitWithParams(ctx interface{}, args interface{}) *ProjectsApi_SetProjectLimitWithParams_Call
SetProjectLimitWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.SetProjectLimitApiParams
func (*ProjectsApi_Expecter) UpdateProject ¶
func (_e *ProjectsApi_Expecter) UpdateProject(ctx interface{}, groupId interface{}, groupUpdate interface{}) *ProjectsApi_UpdateProject_Call
UpdateProject is a helper method to define mock.On call
- ctx context.Context
- groupId string
- groupUpdate *admin.GroupUpdate
func (*ProjectsApi_Expecter) UpdateProjectExecute ¶
func (_e *ProjectsApi_Expecter) UpdateProjectExecute(r interface{}) *ProjectsApi_UpdateProjectExecute_Call
UpdateProjectExecute is a helper method to define mock.On call
- r admin.UpdateProjectApiRequest
func (*ProjectsApi_Expecter) UpdateProjectInvitation ¶
func (_e *ProjectsApi_Expecter) UpdateProjectInvitation(ctx interface{}, groupId interface{}, groupInvitationRequest interface{}) *ProjectsApi_UpdateProjectInvitation_Call
UpdateProjectInvitation is a helper method to define mock.On call
- ctx context.Context
- groupId string
- groupInvitationRequest *admin.GroupInvitationRequest
func (*ProjectsApi_Expecter) UpdateProjectInvitationById ¶
func (_e *ProjectsApi_Expecter) UpdateProjectInvitationById(ctx interface{}, groupId interface{}, invitationId interface{}, groupInvitationUpdateRequest interface{}) *ProjectsApi_UpdateProjectInvitationById_Call
UpdateProjectInvitationById is a helper method to define mock.On call
- ctx context.Context
- groupId string
- invitationId string
- groupInvitationUpdateRequest *admin.GroupInvitationUpdateRequest
func (*ProjectsApi_Expecter) UpdateProjectInvitationByIdExecute ¶
func (_e *ProjectsApi_Expecter) UpdateProjectInvitationByIdExecute(r interface{}) *ProjectsApi_UpdateProjectInvitationByIdExecute_Call
UpdateProjectInvitationByIdExecute is a helper method to define mock.On call
- r admin.UpdateProjectInvitationByIdApiRequest
func (*ProjectsApi_Expecter) UpdateProjectInvitationByIdWithParams ¶
func (_e *ProjectsApi_Expecter) UpdateProjectInvitationByIdWithParams(ctx interface{}, args interface{}) *ProjectsApi_UpdateProjectInvitationByIdWithParams_Call
UpdateProjectInvitationByIdWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.UpdateProjectInvitationByIdApiParams
func (*ProjectsApi_Expecter) UpdateProjectInvitationExecute ¶
func (_e *ProjectsApi_Expecter) UpdateProjectInvitationExecute(r interface{}) *ProjectsApi_UpdateProjectInvitationExecute_Call
UpdateProjectInvitationExecute is a helper method to define mock.On call
- r admin.UpdateProjectInvitationApiRequest
func (*ProjectsApi_Expecter) UpdateProjectInvitationWithParams ¶
func (_e *ProjectsApi_Expecter) UpdateProjectInvitationWithParams(ctx interface{}, args interface{}) *ProjectsApi_UpdateProjectInvitationWithParams_Call
UpdateProjectInvitationWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.UpdateProjectInvitationApiParams
func (*ProjectsApi_Expecter) UpdateProjectRoles ¶
func (_e *ProjectsApi_Expecter) UpdateProjectRoles(ctx interface{}, groupId interface{}, userId interface{}, updateGroupRolesForUser interface{}) *ProjectsApi_UpdateProjectRoles_Call
UpdateProjectRoles is a helper method to define mock.On call
- ctx context.Context
- groupId string
- userId string
- updateGroupRolesForUser *admin.UpdateGroupRolesForUser
func (*ProjectsApi_Expecter) UpdateProjectRolesExecute ¶
func (_e *ProjectsApi_Expecter) UpdateProjectRolesExecute(r interface{}) *ProjectsApi_UpdateProjectRolesExecute_Call
UpdateProjectRolesExecute is a helper method to define mock.On call
- r admin.UpdateProjectRolesApiRequest
func (*ProjectsApi_Expecter) UpdateProjectRolesWithParams ¶
func (_e *ProjectsApi_Expecter) UpdateProjectRolesWithParams(ctx interface{}, args interface{}) *ProjectsApi_UpdateProjectRolesWithParams_Call
UpdateProjectRolesWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.UpdateProjectRolesApiParams
func (*ProjectsApi_Expecter) UpdateProjectSettings ¶
func (_e *ProjectsApi_Expecter) UpdateProjectSettings(ctx interface{}, groupId interface{}, groupSettings interface{}) *ProjectsApi_UpdateProjectSettings_Call
UpdateProjectSettings is a helper method to define mock.On call
- ctx context.Context
- groupId string
- groupSettings *admin.GroupSettings
func (*ProjectsApi_Expecter) UpdateProjectSettingsExecute ¶
func (_e *ProjectsApi_Expecter) UpdateProjectSettingsExecute(r interface{}) *ProjectsApi_UpdateProjectSettingsExecute_Call
UpdateProjectSettingsExecute is a helper method to define mock.On call
- r admin.UpdateProjectSettingsApiRequest
func (*ProjectsApi_Expecter) UpdateProjectSettingsWithParams ¶
func (_e *ProjectsApi_Expecter) UpdateProjectSettingsWithParams(ctx interface{}, args interface{}) *ProjectsApi_UpdateProjectSettingsWithParams_Call
UpdateProjectSettingsWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.UpdateProjectSettingsApiParams
func (*ProjectsApi_Expecter) UpdateProjectWithParams ¶
func (_e *ProjectsApi_Expecter) UpdateProjectWithParams(ctx interface{}, args interface{}) *ProjectsApi_UpdateProjectWithParams_Call
UpdateProjectWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.UpdateProjectApiParams
type ProjectsApi_GetProjectByNameExecute_Call ¶
ProjectsApi_GetProjectByNameExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectByNameExecute'
func (*ProjectsApi_GetProjectByNameExecute_Call) Return ¶
func (_c *ProjectsApi_GetProjectByNameExecute_Call) Return(_a0 *admin.Group, _a1 *http.Response, _a2 error) *ProjectsApi_GetProjectByNameExecute_Call
func (*ProjectsApi_GetProjectByNameExecute_Call) Run ¶
func (_c *ProjectsApi_GetProjectByNameExecute_Call) Run(run func(r admin.GetProjectByNameApiRequest)) *ProjectsApi_GetProjectByNameExecute_Call
func (*ProjectsApi_GetProjectByNameExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_GetProjectByNameExecute_Call) RunAndReturn(run func(admin.GetProjectByNameApiRequest) (*admin.Group, *http.Response, error)) *ProjectsApi_GetProjectByNameExecute_Call
type ProjectsApi_GetProjectByNameWithParams_Call ¶
ProjectsApi_GetProjectByNameWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectByNameWithParams'
func (*ProjectsApi_GetProjectByNameWithParams_Call) Run ¶
func (_c *ProjectsApi_GetProjectByNameWithParams_Call) Run(run func(ctx context.Context, args *admin.GetProjectByNameApiParams)) *ProjectsApi_GetProjectByNameWithParams_Call
func (*ProjectsApi_GetProjectByNameWithParams_Call) RunAndReturn ¶
func (_c *ProjectsApi_GetProjectByNameWithParams_Call) RunAndReturn(run func(context.Context, *admin.GetProjectByNameApiParams) admin.GetProjectByNameApiRequest) *ProjectsApi_GetProjectByNameWithParams_Call
type ProjectsApi_GetProjectByName_Call ¶
ProjectsApi_GetProjectByName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectByName'
func (*ProjectsApi_GetProjectByName_Call) Return ¶
func (_c *ProjectsApi_GetProjectByName_Call) Return(_a0 admin.GetProjectByNameApiRequest) *ProjectsApi_GetProjectByName_Call
func (*ProjectsApi_GetProjectByName_Call) Run ¶
func (_c *ProjectsApi_GetProjectByName_Call) Run(run func(ctx context.Context, groupName string)) *ProjectsApi_GetProjectByName_Call
func (*ProjectsApi_GetProjectByName_Call) RunAndReturn ¶
func (_c *ProjectsApi_GetProjectByName_Call) RunAndReturn(run func(context.Context, string) admin.GetProjectByNameApiRequest) *ProjectsApi_GetProjectByName_Call
type ProjectsApi_GetProjectExecute_Call ¶
ProjectsApi_GetProjectExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectExecute'
func (*ProjectsApi_GetProjectExecute_Call) Return ¶
func (_c *ProjectsApi_GetProjectExecute_Call) Return(_a0 *admin.Group, _a1 *http.Response, _a2 error) *ProjectsApi_GetProjectExecute_Call
func (*ProjectsApi_GetProjectExecute_Call) Run ¶
func (_c *ProjectsApi_GetProjectExecute_Call) Run(run func(r admin.GetProjectApiRequest)) *ProjectsApi_GetProjectExecute_Call
func (*ProjectsApi_GetProjectExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_GetProjectExecute_Call) RunAndReturn(run func(admin.GetProjectApiRequest) (*admin.Group, *http.Response, error)) *ProjectsApi_GetProjectExecute_Call
type ProjectsApi_GetProjectInvitationExecute_Call ¶
ProjectsApi_GetProjectInvitationExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectInvitationExecute'
func (*ProjectsApi_GetProjectInvitationExecute_Call) Return ¶
func (_c *ProjectsApi_GetProjectInvitationExecute_Call) Return(_a0 *admin.GroupInvitation, _a1 *http.Response, _a2 error) *ProjectsApi_GetProjectInvitationExecute_Call
func (*ProjectsApi_GetProjectInvitationExecute_Call) Run ¶
func (_c *ProjectsApi_GetProjectInvitationExecute_Call) Run(run func(r admin.GetProjectInvitationApiRequest)) *ProjectsApi_GetProjectInvitationExecute_Call
func (*ProjectsApi_GetProjectInvitationExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_GetProjectInvitationExecute_Call) RunAndReturn(run func(admin.GetProjectInvitationApiRequest) (*admin.GroupInvitation, *http.Response, error)) *ProjectsApi_GetProjectInvitationExecute_Call
type ProjectsApi_GetProjectInvitationWithParams_Call ¶
ProjectsApi_GetProjectInvitationWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectInvitationWithParams'
func (*ProjectsApi_GetProjectInvitationWithParams_Call) Run ¶
func (_c *ProjectsApi_GetProjectInvitationWithParams_Call) Run(run func(ctx context.Context, args *admin.GetProjectInvitationApiParams)) *ProjectsApi_GetProjectInvitationWithParams_Call
func (*ProjectsApi_GetProjectInvitationWithParams_Call) RunAndReturn ¶
func (_c *ProjectsApi_GetProjectInvitationWithParams_Call) RunAndReturn(run func(context.Context, *admin.GetProjectInvitationApiParams) admin.GetProjectInvitationApiRequest) *ProjectsApi_GetProjectInvitationWithParams_Call
type ProjectsApi_GetProjectInvitation_Call ¶
ProjectsApi_GetProjectInvitation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectInvitation'
func (*ProjectsApi_GetProjectInvitation_Call) Run ¶
func (_c *ProjectsApi_GetProjectInvitation_Call) Run(run func(ctx context.Context, groupId string, invitationId string)) *ProjectsApi_GetProjectInvitation_Call
func (*ProjectsApi_GetProjectInvitation_Call) RunAndReturn ¶
func (_c *ProjectsApi_GetProjectInvitation_Call) RunAndReturn(run func(context.Context, string, string) admin.GetProjectInvitationApiRequest) *ProjectsApi_GetProjectInvitation_Call
type ProjectsApi_GetProjectLimitExecute_Call ¶
ProjectsApi_GetProjectLimitExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectLimitExecute'
func (*ProjectsApi_GetProjectLimitExecute_Call) Return ¶
func (_c *ProjectsApi_GetProjectLimitExecute_Call) Return(_a0 *admin.DataFederationLimit, _a1 *http.Response, _a2 error) *ProjectsApi_GetProjectLimitExecute_Call
func (*ProjectsApi_GetProjectLimitExecute_Call) Run ¶
func (_c *ProjectsApi_GetProjectLimitExecute_Call) Run(run func(r admin.GetProjectLimitApiRequest)) *ProjectsApi_GetProjectLimitExecute_Call
func (*ProjectsApi_GetProjectLimitExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_GetProjectLimitExecute_Call) RunAndReturn(run func(admin.GetProjectLimitApiRequest) (*admin.DataFederationLimit, *http.Response, error)) *ProjectsApi_GetProjectLimitExecute_Call
type ProjectsApi_GetProjectLimitWithParams_Call ¶
ProjectsApi_GetProjectLimitWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectLimitWithParams'
func (*ProjectsApi_GetProjectLimitWithParams_Call) Run ¶
func (_c *ProjectsApi_GetProjectLimitWithParams_Call) Run(run func(ctx context.Context, args *admin.GetProjectLimitApiParams)) *ProjectsApi_GetProjectLimitWithParams_Call
func (*ProjectsApi_GetProjectLimitWithParams_Call) RunAndReturn ¶
func (_c *ProjectsApi_GetProjectLimitWithParams_Call) RunAndReturn(run func(context.Context, *admin.GetProjectLimitApiParams) admin.GetProjectLimitApiRequest) *ProjectsApi_GetProjectLimitWithParams_Call
type ProjectsApi_GetProjectLimit_Call ¶
ProjectsApi_GetProjectLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectLimit'
func (*ProjectsApi_GetProjectLimit_Call) Return ¶
func (_c *ProjectsApi_GetProjectLimit_Call) Return(_a0 admin.GetProjectLimitApiRequest) *ProjectsApi_GetProjectLimit_Call
func (*ProjectsApi_GetProjectLimit_Call) Run ¶
func (_c *ProjectsApi_GetProjectLimit_Call) Run(run func(ctx context.Context, limitName string, groupId string)) *ProjectsApi_GetProjectLimit_Call
func (*ProjectsApi_GetProjectLimit_Call) RunAndReturn ¶
func (_c *ProjectsApi_GetProjectLimit_Call) RunAndReturn(run func(context.Context, string, string) admin.GetProjectLimitApiRequest) *ProjectsApi_GetProjectLimit_Call
type ProjectsApi_GetProjectSettingsExecute_Call ¶
ProjectsApi_GetProjectSettingsExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectSettingsExecute'
func (*ProjectsApi_GetProjectSettingsExecute_Call) Return ¶
func (_c *ProjectsApi_GetProjectSettingsExecute_Call) Return(_a0 *admin.GroupSettings, _a1 *http.Response, _a2 error) *ProjectsApi_GetProjectSettingsExecute_Call
func (*ProjectsApi_GetProjectSettingsExecute_Call) Run ¶
func (_c *ProjectsApi_GetProjectSettingsExecute_Call) Run(run func(r admin.GetProjectSettingsApiRequest)) *ProjectsApi_GetProjectSettingsExecute_Call
func (*ProjectsApi_GetProjectSettingsExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_GetProjectSettingsExecute_Call) RunAndReturn(run func(admin.GetProjectSettingsApiRequest) (*admin.GroupSettings, *http.Response, error)) *ProjectsApi_GetProjectSettingsExecute_Call
type ProjectsApi_GetProjectSettingsWithParams_Call ¶
ProjectsApi_GetProjectSettingsWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectSettingsWithParams'
func (*ProjectsApi_GetProjectSettingsWithParams_Call) Run ¶
func (_c *ProjectsApi_GetProjectSettingsWithParams_Call) Run(run func(ctx context.Context, args *admin.GetProjectSettingsApiParams)) *ProjectsApi_GetProjectSettingsWithParams_Call
func (*ProjectsApi_GetProjectSettingsWithParams_Call) RunAndReturn ¶
func (_c *ProjectsApi_GetProjectSettingsWithParams_Call) RunAndReturn(run func(context.Context, *admin.GetProjectSettingsApiParams) admin.GetProjectSettingsApiRequest) *ProjectsApi_GetProjectSettingsWithParams_Call
type ProjectsApi_GetProjectSettings_Call ¶
ProjectsApi_GetProjectSettings_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectSettings'
func (*ProjectsApi_GetProjectSettings_Call) Return ¶
func (_c *ProjectsApi_GetProjectSettings_Call) Return(_a0 admin.GetProjectSettingsApiRequest) *ProjectsApi_GetProjectSettings_Call
func (*ProjectsApi_GetProjectSettings_Call) Run ¶
func (_c *ProjectsApi_GetProjectSettings_Call) Run(run func(ctx context.Context, groupId string)) *ProjectsApi_GetProjectSettings_Call
func (*ProjectsApi_GetProjectSettings_Call) RunAndReturn ¶
func (_c *ProjectsApi_GetProjectSettings_Call) RunAndReturn(run func(context.Context, string) admin.GetProjectSettingsApiRequest) *ProjectsApi_GetProjectSettings_Call
type ProjectsApi_GetProjectWithParams_Call ¶
ProjectsApi_GetProjectWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectWithParams'
func (*ProjectsApi_GetProjectWithParams_Call) Return ¶
func (_c *ProjectsApi_GetProjectWithParams_Call) Return(_a0 admin.GetProjectApiRequest) *ProjectsApi_GetProjectWithParams_Call
func (*ProjectsApi_GetProjectWithParams_Call) Run ¶
func (_c *ProjectsApi_GetProjectWithParams_Call) Run(run func(ctx context.Context, args *admin.GetProjectApiParams)) *ProjectsApi_GetProjectWithParams_Call
func (*ProjectsApi_GetProjectWithParams_Call) RunAndReturn ¶
func (_c *ProjectsApi_GetProjectWithParams_Call) RunAndReturn(run func(context.Context, *admin.GetProjectApiParams) admin.GetProjectApiRequest) *ProjectsApi_GetProjectWithParams_Call
type ProjectsApi_GetProject_Call ¶
ProjectsApi_GetProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProject'
func (*ProjectsApi_GetProject_Call) Return ¶
func (_c *ProjectsApi_GetProject_Call) Return(_a0 admin.GetProjectApiRequest) *ProjectsApi_GetProject_Call
func (*ProjectsApi_GetProject_Call) Run ¶
func (_c *ProjectsApi_GetProject_Call) Run(run func(ctx context.Context, groupId string)) *ProjectsApi_GetProject_Call
func (*ProjectsApi_GetProject_Call) RunAndReturn ¶
func (_c *ProjectsApi_GetProject_Call) RunAndReturn(run func(context.Context, string) admin.GetProjectApiRequest) *ProjectsApi_GetProject_Call
type ProjectsApi_ListProjectInvitationsExecute_Call ¶
ProjectsApi_ListProjectInvitationsExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectInvitationsExecute'
func (*ProjectsApi_ListProjectInvitationsExecute_Call) Return ¶
func (_c *ProjectsApi_ListProjectInvitationsExecute_Call) Return(_a0 []admin.GroupInvitation, _a1 *http.Response, _a2 error) *ProjectsApi_ListProjectInvitationsExecute_Call
func (*ProjectsApi_ListProjectInvitationsExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_ListProjectInvitationsExecute_Call) RunAndReturn(run func(admin.ListProjectInvitationsApiRequest) ([]admin.GroupInvitation, *http.Response, error)) *ProjectsApi_ListProjectInvitationsExecute_Call
type ProjectsApi_ListProjectInvitationsWithParams_Call ¶
ProjectsApi_ListProjectInvitationsWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectInvitationsWithParams'
func (*ProjectsApi_ListProjectInvitationsWithParams_Call) Run ¶
func (_c *ProjectsApi_ListProjectInvitationsWithParams_Call) Run(run func(ctx context.Context, args *admin.ListProjectInvitationsApiParams)) *ProjectsApi_ListProjectInvitationsWithParams_Call
func (*ProjectsApi_ListProjectInvitationsWithParams_Call) RunAndReturn ¶
type ProjectsApi_ListProjectInvitations_Call ¶
ProjectsApi_ListProjectInvitations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectInvitations'
func (*ProjectsApi_ListProjectInvitations_Call) Run ¶
func (_c *ProjectsApi_ListProjectInvitations_Call) Run(run func(ctx context.Context, groupId string)) *ProjectsApi_ListProjectInvitations_Call
func (*ProjectsApi_ListProjectInvitations_Call) RunAndReturn ¶
func (_c *ProjectsApi_ListProjectInvitations_Call) RunAndReturn(run func(context.Context, string) admin.ListProjectInvitationsApiRequest) *ProjectsApi_ListProjectInvitations_Call
type ProjectsApi_ListProjectLimitsExecute_Call ¶
ProjectsApi_ListProjectLimitsExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectLimitsExecute'
func (*ProjectsApi_ListProjectLimitsExecute_Call) Return ¶
func (_c *ProjectsApi_ListProjectLimitsExecute_Call) Return(_a0 []admin.DataFederationLimit, _a1 *http.Response, _a2 error) *ProjectsApi_ListProjectLimitsExecute_Call
func (*ProjectsApi_ListProjectLimitsExecute_Call) Run ¶
func (_c *ProjectsApi_ListProjectLimitsExecute_Call) Run(run func(r admin.ListProjectLimitsApiRequest)) *ProjectsApi_ListProjectLimitsExecute_Call
func (*ProjectsApi_ListProjectLimitsExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_ListProjectLimitsExecute_Call) RunAndReturn(run func(admin.ListProjectLimitsApiRequest) ([]admin.DataFederationLimit, *http.Response, error)) *ProjectsApi_ListProjectLimitsExecute_Call
type ProjectsApi_ListProjectLimitsWithParams_Call ¶
ProjectsApi_ListProjectLimitsWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectLimitsWithParams'
func (*ProjectsApi_ListProjectLimitsWithParams_Call) Run ¶
func (_c *ProjectsApi_ListProjectLimitsWithParams_Call) Run(run func(ctx context.Context, args *admin.ListProjectLimitsApiParams)) *ProjectsApi_ListProjectLimitsWithParams_Call
func (*ProjectsApi_ListProjectLimitsWithParams_Call) RunAndReturn ¶
func (_c *ProjectsApi_ListProjectLimitsWithParams_Call) RunAndReturn(run func(context.Context, *admin.ListProjectLimitsApiParams) admin.ListProjectLimitsApiRequest) *ProjectsApi_ListProjectLimitsWithParams_Call
type ProjectsApi_ListProjectLimits_Call ¶
ProjectsApi_ListProjectLimits_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectLimits'
func (*ProjectsApi_ListProjectLimits_Call) Return ¶
func (_c *ProjectsApi_ListProjectLimits_Call) Return(_a0 admin.ListProjectLimitsApiRequest) *ProjectsApi_ListProjectLimits_Call
func (*ProjectsApi_ListProjectLimits_Call) Run ¶
func (_c *ProjectsApi_ListProjectLimits_Call) Run(run func(ctx context.Context, groupId string)) *ProjectsApi_ListProjectLimits_Call
func (*ProjectsApi_ListProjectLimits_Call) RunAndReturn ¶
func (_c *ProjectsApi_ListProjectLimits_Call) RunAndReturn(run func(context.Context, string) admin.ListProjectLimitsApiRequest) *ProjectsApi_ListProjectLimits_Call
type ProjectsApi_ListProjectUsersExecute_Call ¶
ProjectsApi_ListProjectUsersExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectUsersExecute'
func (*ProjectsApi_ListProjectUsersExecute_Call) Return ¶
func (_c *ProjectsApi_ListProjectUsersExecute_Call) Return(_a0 *admin.PaginatedAppUser, _a1 *http.Response, _a2 error) *ProjectsApi_ListProjectUsersExecute_Call
func (*ProjectsApi_ListProjectUsersExecute_Call) Run ¶
func (_c *ProjectsApi_ListProjectUsersExecute_Call) Run(run func(r admin.ListProjectUsersApiRequest)) *ProjectsApi_ListProjectUsersExecute_Call
func (*ProjectsApi_ListProjectUsersExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_ListProjectUsersExecute_Call) RunAndReturn(run func(admin.ListProjectUsersApiRequest) (*admin.PaginatedAppUser, *http.Response, error)) *ProjectsApi_ListProjectUsersExecute_Call
type ProjectsApi_ListProjectUsersWithParams_Call ¶
ProjectsApi_ListProjectUsersWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectUsersWithParams'
func (*ProjectsApi_ListProjectUsersWithParams_Call) Run ¶
func (_c *ProjectsApi_ListProjectUsersWithParams_Call) Run(run func(ctx context.Context, args *admin.ListProjectUsersApiParams)) *ProjectsApi_ListProjectUsersWithParams_Call
func (*ProjectsApi_ListProjectUsersWithParams_Call) RunAndReturn ¶
func (_c *ProjectsApi_ListProjectUsersWithParams_Call) RunAndReturn(run func(context.Context, *admin.ListProjectUsersApiParams) admin.ListProjectUsersApiRequest) *ProjectsApi_ListProjectUsersWithParams_Call
type ProjectsApi_ListProjectUsers_Call ¶
ProjectsApi_ListProjectUsers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectUsers'
func (*ProjectsApi_ListProjectUsers_Call) Return ¶
func (_c *ProjectsApi_ListProjectUsers_Call) Return(_a0 admin.ListProjectUsersApiRequest) *ProjectsApi_ListProjectUsers_Call
func (*ProjectsApi_ListProjectUsers_Call) Run ¶
func (_c *ProjectsApi_ListProjectUsers_Call) Run(run func(ctx context.Context, groupId string)) *ProjectsApi_ListProjectUsers_Call
func (*ProjectsApi_ListProjectUsers_Call) RunAndReturn ¶
func (_c *ProjectsApi_ListProjectUsers_Call) RunAndReturn(run func(context.Context, string) admin.ListProjectUsersApiRequest) *ProjectsApi_ListProjectUsers_Call
type ProjectsApi_ListProjectsExecute_Call ¶
ProjectsApi_ListProjectsExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectsExecute'
func (*ProjectsApi_ListProjectsExecute_Call) Return ¶
func (_c *ProjectsApi_ListProjectsExecute_Call) Return(_a0 *admin.PaginatedAtlasGroup, _a1 *http.Response, _a2 error) *ProjectsApi_ListProjectsExecute_Call
func (*ProjectsApi_ListProjectsExecute_Call) Run ¶
func (_c *ProjectsApi_ListProjectsExecute_Call) Run(run func(r admin.ListProjectsApiRequest)) *ProjectsApi_ListProjectsExecute_Call
func (*ProjectsApi_ListProjectsExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_ListProjectsExecute_Call) RunAndReturn(run func(admin.ListProjectsApiRequest) (*admin.PaginatedAtlasGroup, *http.Response, error)) *ProjectsApi_ListProjectsExecute_Call
type ProjectsApi_ListProjectsWithParams_Call ¶
ProjectsApi_ListProjectsWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectsWithParams'
func (*ProjectsApi_ListProjectsWithParams_Call) Return ¶
func (_c *ProjectsApi_ListProjectsWithParams_Call) Return(_a0 admin.ListProjectsApiRequest) *ProjectsApi_ListProjectsWithParams_Call
func (*ProjectsApi_ListProjectsWithParams_Call) Run ¶
func (_c *ProjectsApi_ListProjectsWithParams_Call) Run(run func(ctx context.Context, args *admin.ListProjectsApiParams)) *ProjectsApi_ListProjectsWithParams_Call
func (*ProjectsApi_ListProjectsWithParams_Call) RunAndReturn ¶
func (_c *ProjectsApi_ListProjectsWithParams_Call) RunAndReturn(run func(context.Context, *admin.ListProjectsApiParams) admin.ListProjectsApiRequest) *ProjectsApi_ListProjectsWithParams_Call
type ProjectsApi_ListProjects_Call ¶
ProjectsApi_ListProjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjects'
func (*ProjectsApi_ListProjects_Call) Return ¶
func (_c *ProjectsApi_ListProjects_Call) Return(_a0 admin.ListProjectsApiRequest) *ProjectsApi_ListProjects_Call
func (*ProjectsApi_ListProjects_Call) Run ¶
func (_c *ProjectsApi_ListProjects_Call) Run(run func(ctx context.Context)) *ProjectsApi_ListProjects_Call
func (*ProjectsApi_ListProjects_Call) RunAndReturn ¶
func (_c *ProjectsApi_ListProjects_Call) RunAndReturn(run func(context.Context) admin.ListProjectsApiRequest) *ProjectsApi_ListProjects_Call
type ProjectsApi_RemoveProjectUserExecute_Call ¶
ProjectsApi_RemoveProjectUserExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveProjectUserExecute'
func (*ProjectsApi_RemoveProjectUserExecute_Call) Return ¶
func (_c *ProjectsApi_RemoveProjectUserExecute_Call) Return(_a0 *http.Response, _a1 error) *ProjectsApi_RemoveProjectUserExecute_Call
func (*ProjectsApi_RemoveProjectUserExecute_Call) Run ¶
func (_c *ProjectsApi_RemoveProjectUserExecute_Call) Run(run func(r admin.RemoveProjectUserApiRequest)) *ProjectsApi_RemoveProjectUserExecute_Call
func (*ProjectsApi_RemoveProjectUserExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_RemoveProjectUserExecute_Call) RunAndReturn(run func(admin.RemoveProjectUserApiRequest) (*http.Response, error)) *ProjectsApi_RemoveProjectUserExecute_Call
type ProjectsApi_RemoveProjectUserWithParams_Call ¶
ProjectsApi_RemoveProjectUserWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveProjectUserWithParams'
func (*ProjectsApi_RemoveProjectUserWithParams_Call) Run ¶
func (_c *ProjectsApi_RemoveProjectUserWithParams_Call) Run(run func(ctx context.Context, args *admin.RemoveProjectUserApiParams)) *ProjectsApi_RemoveProjectUserWithParams_Call
func (*ProjectsApi_RemoveProjectUserWithParams_Call) RunAndReturn ¶
func (_c *ProjectsApi_RemoveProjectUserWithParams_Call) RunAndReturn(run func(context.Context, *admin.RemoveProjectUserApiParams) admin.RemoveProjectUserApiRequest) *ProjectsApi_RemoveProjectUserWithParams_Call
type ProjectsApi_RemoveProjectUser_Call ¶
ProjectsApi_RemoveProjectUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveProjectUser'
func (*ProjectsApi_RemoveProjectUser_Call) Return ¶
func (_c *ProjectsApi_RemoveProjectUser_Call) Return(_a0 admin.RemoveProjectUserApiRequest) *ProjectsApi_RemoveProjectUser_Call
func (*ProjectsApi_RemoveProjectUser_Call) Run ¶
func (_c *ProjectsApi_RemoveProjectUser_Call) Run(run func(ctx context.Context, groupId string, userId string)) *ProjectsApi_RemoveProjectUser_Call
func (*ProjectsApi_RemoveProjectUser_Call) RunAndReturn ¶
func (_c *ProjectsApi_RemoveProjectUser_Call) RunAndReturn(run func(context.Context, string, string) admin.RemoveProjectUserApiRequest) *ProjectsApi_RemoveProjectUser_Call
type ProjectsApi_ReturnAllIPAddressesExecute_Call ¶
ProjectsApi_ReturnAllIPAddressesExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReturnAllIPAddressesExecute'
func (*ProjectsApi_ReturnAllIPAddressesExecute_Call) Return ¶
func (_c *ProjectsApi_ReturnAllIPAddressesExecute_Call) Return(_a0 *admin.GroupIPAddresses, _a1 *http.Response, _a2 error) *ProjectsApi_ReturnAllIPAddressesExecute_Call
func (*ProjectsApi_ReturnAllIPAddressesExecute_Call) Run ¶
func (_c *ProjectsApi_ReturnAllIPAddressesExecute_Call) Run(run func(r admin.ReturnAllIPAddressesApiRequest)) *ProjectsApi_ReturnAllIPAddressesExecute_Call
func (*ProjectsApi_ReturnAllIPAddressesExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_ReturnAllIPAddressesExecute_Call) RunAndReturn(run func(admin.ReturnAllIPAddressesApiRequest) (*admin.GroupIPAddresses, *http.Response, error)) *ProjectsApi_ReturnAllIPAddressesExecute_Call
type ProjectsApi_ReturnAllIPAddressesWithParams_Call ¶
ProjectsApi_ReturnAllIPAddressesWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReturnAllIPAddressesWithParams'
func (*ProjectsApi_ReturnAllIPAddressesWithParams_Call) Run ¶
func (_c *ProjectsApi_ReturnAllIPAddressesWithParams_Call) Run(run func(ctx context.Context, args *admin.ReturnAllIPAddressesApiParams)) *ProjectsApi_ReturnAllIPAddressesWithParams_Call
func (*ProjectsApi_ReturnAllIPAddressesWithParams_Call) RunAndReturn ¶
func (_c *ProjectsApi_ReturnAllIPAddressesWithParams_Call) RunAndReturn(run func(context.Context, *admin.ReturnAllIPAddressesApiParams) admin.ReturnAllIPAddressesApiRequest) *ProjectsApi_ReturnAllIPAddressesWithParams_Call
type ProjectsApi_ReturnAllIPAddresses_Call ¶
ProjectsApi_ReturnAllIPAddresses_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReturnAllIPAddresses'
func (*ProjectsApi_ReturnAllIPAddresses_Call) Run ¶
func (_c *ProjectsApi_ReturnAllIPAddresses_Call) Run(run func(ctx context.Context, groupId string)) *ProjectsApi_ReturnAllIPAddresses_Call
func (*ProjectsApi_ReturnAllIPAddresses_Call) RunAndReturn ¶
func (_c *ProjectsApi_ReturnAllIPAddresses_Call) RunAndReturn(run func(context.Context, string) admin.ReturnAllIPAddressesApiRequest) *ProjectsApi_ReturnAllIPAddresses_Call
type ProjectsApi_SetProjectLimitExecute_Call ¶
ProjectsApi_SetProjectLimitExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetProjectLimitExecute'
func (*ProjectsApi_SetProjectLimitExecute_Call) Return ¶
func (_c *ProjectsApi_SetProjectLimitExecute_Call) Return(_a0 *admin.DataFederationLimit, _a1 *http.Response, _a2 error) *ProjectsApi_SetProjectLimitExecute_Call
func (*ProjectsApi_SetProjectLimitExecute_Call) Run ¶
func (_c *ProjectsApi_SetProjectLimitExecute_Call) Run(run func(r admin.SetProjectLimitApiRequest)) *ProjectsApi_SetProjectLimitExecute_Call
func (*ProjectsApi_SetProjectLimitExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_SetProjectLimitExecute_Call) RunAndReturn(run func(admin.SetProjectLimitApiRequest) (*admin.DataFederationLimit, *http.Response, error)) *ProjectsApi_SetProjectLimitExecute_Call
type ProjectsApi_SetProjectLimitWithParams_Call ¶
ProjectsApi_SetProjectLimitWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetProjectLimitWithParams'
func (*ProjectsApi_SetProjectLimitWithParams_Call) Run ¶
func (_c *ProjectsApi_SetProjectLimitWithParams_Call) Run(run func(ctx context.Context, args *admin.SetProjectLimitApiParams)) *ProjectsApi_SetProjectLimitWithParams_Call
func (*ProjectsApi_SetProjectLimitWithParams_Call) RunAndReturn ¶
func (_c *ProjectsApi_SetProjectLimitWithParams_Call) RunAndReturn(run func(context.Context, *admin.SetProjectLimitApiParams) admin.SetProjectLimitApiRequest) *ProjectsApi_SetProjectLimitWithParams_Call
type ProjectsApi_SetProjectLimit_Call ¶
ProjectsApi_SetProjectLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetProjectLimit'
func (*ProjectsApi_SetProjectLimit_Call) Return ¶
func (_c *ProjectsApi_SetProjectLimit_Call) Return(_a0 admin.SetProjectLimitApiRequest) *ProjectsApi_SetProjectLimit_Call
func (*ProjectsApi_SetProjectLimit_Call) Run ¶
func (_c *ProjectsApi_SetProjectLimit_Call) Run(run func(ctx context.Context, limitName string, groupId string, dataFederationLimit *admin.DataFederationLimit)) *ProjectsApi_SetProjectLimit_Call
func (*ProjectsApi_SetProjectLimit_Call) RunAndReturn ¶
func (_c *ProjectsApi_SetProjectLimit_Call) RunAndReturn(run func(context.Context, string, string, *admin.DataFederationLimit) admin.SetProjectLimitApiRequest) *ProjectsApi_SetProjectLimit_Call
type ProjectsApi_UpdateProjectExecute_Call ¶
ProjectsApi_UpdateProjectExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectExecute'
func (*ProjectsApi_UpdateProjectExecute_Call) Return ¶
func (_c *ProjectsApi_UpdateProjectExecute_Call) Return(_a0 *admin.Group, _a1 *http.Response, _a2 error) *ProjectsApi_UpdateProjectExecute_Call
func (*ProjectsApi_UpdateProjectExecute_Call) Run ¶
func (_c *ProjectsApi_UpdateProjectExecute_Call) Run(run func(r admin.UpdateProjectApiRequest)) *ProjectsApi_UpdateProjectExecute_Call
func (*ProjectsApi_UpdateProjectExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_UpdateProjectExecute_Call) RunAndReturn(run func(admin.UpdateProjectApiRequest) (*admin.Group, *http.Response, error)) *ProjectsApi_UpdateProjectExecute_Call
type ProjectsApi_UpdateProjectInvitationByIdExecute_Call ¶
ProjectsApi_UpdateProjectInvitationByIdExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectInvitationByIdExecute'
func (*ProjectsApi_UpdateProjectInvitationByIdExecute_Call) Return ¶
func (_c *ProjectsApi_UpdateProjectInvitationByIdExecute_Call) Return(_a0 *admin.GroupInvitation, _a1 *http.Response, _a2 error) *ProjectsApi_UpdateProjectInvitationByIdExecute_Call
func (*ProjectsApi_UpdateProjectInvitationByIdExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_UpdateProjectInvitationByIdExecute_Call) RunAndReturn(run func(admin.UpdateProjectInvitationByIdApiRequest) (*admin.GroupInvitation, *http.Response, error)) *ProjectsApi_UpdateProjectInvitationByIdExecute_Call
type ProjectsApi_UpdateProjectInvitationByIdWithParams_Call ¶
ProjectsApi_UpdateProjectInvitationByIdWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectInvitationByIdWithParams'
func (*ProjectsApi_UpdateProjectInvitationByIdWithParams_Call) Run ¶
func (_c *ProjectsApi_UpdateProjectInvitationByIdWithParams_Call) Run(run func(ctx context.Context, args *admin.UpdateProjectInvitationByIdApiParams)) *ProjectsApi_UpdateProjectInvitationByIdWithParams_Call
func (*ProjectsApi_UpdateProjectInvitationByIdWithParams_Call) RunAndReturn ¶
type ProjectsApi_UpdateProjectInvitationById_Call ¶
ProjectsApi_UpdateProjectInvitationById_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectInvitationById'
func (*ProjectsApi_UpdateProjectInvitationById_Call) Run ¶
func (_c *ProjectsApi_UpdateProjectInvitationById_Call) Run(run func(ctx context.Context, groupId string, invitationId string, groupInvitationUpdateRequest *admin.GroupInvitationUpdateRequest)) *ProjectsApi_UpdateProjectInvitationById_Call
func (*ProjectsApi_UpdateProjectInvitationById_Call) RunAndReturn ¶
func (_c *ProjectsApi_UpdateProjectInvitationById_Call) RunAndReturn(run func(context.Context, string, string, *admin.GroupInvitationUpdateRequest) admin.UpdateProjectInvitationByIdApiRequest) *ProjectsApi_UpdateProjectInvitationById_Call
type ProjectsApi_UpdateProjectInvitationExecute_Call ¶
ProjectsApi_UpdateProjectInvitationExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectInvitationExecute'
func (*ProjectsApi_UpdateProjectInvitationExecute_Call) Return ¶
func (_c *ProjectsApi_UpdateProjectInvitationExecute_Call) Return(_a0 *admin.GroupInvitation, _a1 *http.Response, _a2 error) *ProjectsApi_UpdateProjectInvitationExecute_Call
func (*ProjectsApi_UpdateProjectInvitationExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_UpdateProjectInvitationExecute_Call) RunAndReturn(run func(admin.UpdateProjectInvitationApiRequest) (*admin.GroupInvitation, *http.Response, error)) *ProjectsApi_UpdateProjectInvitationExecute_Call
type ProjectsApi_UpdateProjectInvitationWithParams_Call ¶
ProjectsApi_UpdateProjectInvitationWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectInvitationWithParams'
func (*ProjectsApi_UpdateProjectInvitationWithParams_Call) Run ¶
func (_c *ProjectsApi_UpdateProjectInvitationWithParams_Call) Run(run func(ctx context.Context, args *admin.UpdateProjectInvitationApiParams)) *ProjectsApi_UpdateProjectInvitationWithParams_Call
func (*ProjectsApi_UpdateProjectInvitationWithParams_Call) RunAndReturn ¶
type ProjectsApi_UpdateProjectInvitation_Call ¶
ProjectsApi_UpdateProjectInvitation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectInvitation'
func (*ProjectsApi_UpdateProjectInvitation_Call) Run ¶
func (_c *ProjectsApi_UpdateProjectInvitation_Call) Run(run func(ctx context.Context, groupId string, groupInvitationRequest *admin.GroupInvitationRequest)) *ProjectsApi_UpdateProjectInvitation_Call
func (*ProjectsApi_UpdateProjectInvitation_Call) RunAndReturn ¶
func (_c *ProjectsApi_UpdateProjectInvitation_Call) RunAndReturn(run func(context.Context, string, *admin.GroupInvitationRequest) admin.UpdateProjectInvitationApiRequest) *ProjectsApi_UpdateProjectInvitation_Call
type ProjectsApi_UpdateProjectRolesExecute_Call ¶
ProjectsApi_UpdateProjectRolesExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectRolesExecute'
func (*ProjectsApi_UpdateProjectRolesExecute_Call) Return ¶
func (_c *ProjectsApi_UpdateProjectRolesExecute_Call) Return(_a0 *admin.UpdateGroupRolesForUser, _a1 *http.Response, _a2 error) *ProjectsApi_UpdateProjectRolesExecute_Call
func (*ProjectsApi_UpdateProjectRolesExecute_Call) Run ¶
func (_c *ProjectsApi_UpdateProjectRolesExecute_Call) Run(run func(r admin.UpdateProjectRolesApiRequest)) *ProjectsApi_UpdateProjectRolesExecute_Call
func (*ProjectsApi_UpdateProjectRolesExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_UpdateProjectRolesExecute_Call) RunAndReturn(run func(admin.UpdateProjectRolesApiRequest) (*admin.UpdateGroupRolesForUser, *http.Response, error)) *ProjectsApi_UpdateProjectRolesExecute_Call
type ProjectsApi_UpdateProjectRolesWithParams_Call ¶
ProjectsApi_UpdateProjectRolesWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectRolesWithParams'
func (*ProjectsApi_UpdateProjectRolesWithParams_Call) Run ¶
func (_c *ProjectsApi_UpdateProjectRolesWithParams_Call) Run(run func(ctx context.Context, args *admin.UpdateProjectRolesApiParams)) *ProjectsApi_UpdateProjectRolesWithParams_Call
func (*ProjectsApi_UpdateProjectRolesWithParams_Call) RunAndReturn ¶
func (_c *ProjectsApi_UpdateProjectRolesWithParams_Call) RunAndReturn(run func(context.Context, *admin.UpdateProjectRolesApiParams) admin.UpdateProjectRolesApiRequest) *ProjectsApi_UpdateProjectRolesWithParams_Call
type ProjectsApi_UpdateProjectRoles_Call ¶
ProjectsApi_UpdateProjectRoles_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectRoles'
func (*ProjectsApi_UpdateProjectRoles_Call) Return ¶
func (_c *ProjectsApi_UpdateProjectRoles_Call) Return(_a0 admin.UpdateProjectRolesApiRequest) *ProjectsApi_UpdateProjectRoles_Call
func (*ProjectsApi_UpdateProjectRoles_Call) Run ¶
func (_c *ProjectsApi_UpdateProjectRoles_Call) Run(run func(ctx context.Context, groupId string, userId string, updateGroupRolesForUser *admin.UpdateGroupRolesForUser)) *ProjectsApi_UpdateProjectRoles_Call
func (*ProjectsApi_UpdateProjectRoles_Call) RunAndReturn ¶
func (_c *ProjectsApi_UpdateProjectRoles_Call) RunAndReturn(run func(context.Context, string, string, *admin.UpdateGroupRolesForUser) admin.UpdateProjectRolesApiRequest) *ProjectsApi_UpdateProjectRoles_Call
type ProjectsApi_UpdateProjectSettingsExecute_Call ¶
ProjectsApi_UpdateProjectSettingsExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectSettingsExecute'
func (*ProjectsApi_UpdateProjectSettingsExecute_Call) Return ¶
func (_c *ProjectsApi_UpdateProjectSettingsExecute_Call) Return(_a0 *admin.GroupSettings, _a1 *http.Response, _a2 error) *ProjectsApi_UpdateProjectSettingsExecute_Call
func (*ProjectsApi_UpdateProjectSettingsExecute_Call) Run ¶
func (_c *ProjectsApi_UpdateProjectSettingsExecute_Call) Run(run func(r admin.UpdateProjectSettingsApiRequest)) *ProjectsApi_UpdateProjectSettingsExecute_Call
func (*ProjectsApi_UpdateProjectSettingsExecute_Call) RunAndReturn ¶
func (_c *ProjectsApi_UpdateProjectSettingsExecute_Call) RunAndReturn(run func(admin.UpdateProjectSettingsApiRequest) (*admin.GroupSettings, *http.Response, error)) *ProjectsApi_UpdateProjectSettingsExecute_Call
type ProjectsApi_UpdateProjectSettingsWithParams_Call ¶
ProjectsApi_UpdateProjectSettingsWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectSettingsWithParams'
func (*ProjectsApi_UpdateProjectSettingsWithParams_Call) Run ¶
func (_c *ProjectsApi_UpdateProjectSettingsWithParams_Call) Run(run func(ctx context.Context, args *admin.UpdateProjectSettingsApiParams)) *ProjectsApi_UpdateProjectSettingsWithParams_Call
func (*ProjectsApi_UpdateProjectSettingsWithParams_Call) RunAndReturn ¶
type ProjectsApi_UpdateProjectSettings_Call ¶
ProjectsApi_UpdateProjectSettings_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectSettings'
func (*ProjectsApi_UpdateProjectSettings_Call) Run ¶
func (_c *ProjectsApi_UpdateProjectSettings_Call) Run(run func(ctx context.Context, groupId string, groupSettings *admin.GroupSettings)) *ProjectsApi_UpdateProjectSettings_Call
func (*ProjectsApi_UpdateProjectSettings_Call) RunAndReturn ¶
func (_c *ProjectsApi_UpdateProjectSettings_Call) RunAndReturn(run func(context.Context, string, *admin.GroupSettings) admin.UpdateProjectSettingsApiRequest) *ProjectsApi_UpdateProjectSettings_Call
type ProjectsApi_UpdateProjectWithParams_Call ¶
ProjectsApi_UpdateProjectWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectWithParams'
func (*ProjectsApi_UpdateProjectWithParams_Call) Return ¶
func (_c *ProjectsApi_UpdateProjectWithParams_Call) Return(_a0 admin.UpdateProjectApiRequest) *ProjectsApi_UpdateProjectWithParams_Call
func (*ProjectsApi_UpdateProjectWithParams_Call) Run ¶
func (_c *ProjectsApi_UpdateProjectWithParams_Call) Run(run func(ctx context.Context, args *admin.UpdateProjectApiParams)) *ProjectsApi_UpdateProjectWithParams_Call
func (*ProjectsApi_UpdateProjectWithParams_Call) RunAndReturn ¶
func (_c *ProjectsApi_UpdateProjectWithParams_Call) RunAndReturn(run func(context.Context, *admin.UpdateProjectApiParams) admin.UpdateProjectApiRequest) *ProjectsApi_UpdateProjectWithParams_Call
type ProjectsApi_UpdateProject_Call ¶
ProjectsApi_UpdateProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProject'
func (*ProjectsApi_UpdateProject_Call) Return ¶
func (_c *ProjectsApi_UpdateProject_Call) Return(_a0 admin.UpdateProjectApiRequest) *ProjectsApi_UpdateProject_Call
func (*ProjectsApi_UpdateProject_Call) Run ¶
func (_c *ProjectsApi_UpdateProject_Call) Run(run func(ctx context.Context, groupId string, groupUpdate *admin.GroupUpdate)) *ProjectsApi_UpdateProject_Call
func (*ProjectsApi_UpdateProject_Call) RunAndReturn ¶
func (_c *ProjectsApi_UpdateProject_Call) RunAndReturn(run func(context.Context, string, *admin.GroupUpdate) admin.UpdateProjectApiRequest) *ProjectsApi_UpdateProject_Call
type TeamsApi ¶
TeamsApi is an autogenerated mock type for the TeamsApi type
func NewTeamsApi ¶
NewTeamsApi creates a new instance of TeamsApi. 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 (*TeamsApi) AddAllTeamsToProject ¶
func (_m *TeamsApi) AddAllTeamsToProject(ctx context.Context, groupId string, teamRole *[]admin.TeamRole) admin.AddAllTeamsToProjectApiRequest
AddAllTeamsToProject provides a mock function with given fields: ctx, groupId, teamRole
func (*TeamsApi) AddAllTeamsToProjectExecute ¶
func (_m *TeamsApi) AddAllTeamsToProjectExecute(r admin.AddAllTeamsToProjectApiRequest) (*admin.PaginatedTeamRole, *http.Response, error)
AddAllTeamsToProjectExecute provides a mock function with given fields: r
func (*TeamsApi) AddAllTeamsToProjectWithParams ¶
func (_m *TeamsApi) AddAllTeamsToProjectWithParams(ctx context.Context, args *admin.AddAllTeamsToProjectApiParams) admin.AddAllTeamsToProjectApiRequest
AddAllTeamsToProjectWithParams provides a mock function with given fields: ctx, args
func (*TeamsApi) AddTeamUser ¶
func (_m *TeamsApi) AddTeamUser(ctx context.Context, orgId string, teamId string, addUserToTeam *[]admin.AddUserToTeam) admin.AddTeamUserApiRequest
AddTeamUser provides a mock function with given fields: ctx, orgId, teamId, addUserToTeam
func (*TeamsApi) AddTeamUserExecute ¶
func (_m *TeamsApi) AddTeamUserExecute(r admin.AddTeamUserApiRequest) (*admin.PaginatedApiAppUser, *http.Response, error)
AddTeamUserExecute provides a mock function with given fields: r
func (*TeamsApi) AddTeamUserWithParams ¶
func (_m *TeamsApi) AddTeamUserWithParams(ctx context.Context, args *admin.AddTeamUserApiParams) admin.AddTeamUserApiRequest
AddTeamUserWithParams provides a mock function with given fields: ctx, args
func (*TeamsApi) CreateTeam ¶
func (_m *TeamsApi) CreateTeam(ctx context.Context, orgId string, team *admin.Team) admin.CreateTeamApiRequest
CreateTeam provides a mock function with given fields: ctx, orgId, team
func (*TeamsApi) CreateTeamExecute ¶
func (_m *TeamsApi) CreateTeamExecute(r admin.CreateTeamApiRequest) (*admin.Team, *http.Response, error)
CreateTeamExecute provides a mock function with given fields: r
func (*TeamsApi) CreateTeamWithParams ¶
func (_m *TeamsApi) CreateTeamWithParams(ctx context.Context, args *admin.CreateTeamApiParams) admin.CreateTeamApiRequest
CreateTeamWithParams provides a mock function with given fields: ctx, args
func (*TeamsApi) DeleteTeam ¶
func (_m *TeamsApi) DeleteTeam(ctx context.Context, orgId string, teamId string) admin.DeleteTeamApiRequest
DeleteTeam provides a mock function with given fields: ctx, orgId, teamId
func (*TeamsApi) DeleteTeamExecute ¶
func (_m *TeamsApi) DeleteTeamExecute(r admin.DeleteTeamApiRequest) (map[string]interface{}, *http.Response, error)
DeleteTeamExecute provides a mock function with given fields: r
func (*TeamsApi) DeleteTeamWithParams ¶
func (_m *TeamsApi) DeleteTeamWithParams(ctx context.Context, args *admin.DeleteTeamApiParams) admin.DeleteTeamApiRequest
DeleteTeamWithParams provides a mock function with given fields: ctx, args
func (*TeamsApi) EXPECT ¶
func (_m *TeamsApi) EXPECT() *TeamsApi_Expecter
func (*TeamsApi) GetTeamById ¶
func (_m *TeamsApi) GetTeamById(ctx context.Context, orgId string, teamId string) admin.GetTeamByIdApiRequest
GetTeamById provides a mock function with given fields: ctx, orgId, teamId
func (*TeamsApi) GetTeamByIdExecute ¶
func (_m *TeamsApi) GetTeamByIdExecute(r admin.GetTeamByIdApiRequest) (*admin.TeamResponse, *http.Response, error)
GetTeamByIdExecute provides a mock function with given fields: r
func (*TeamsApi) GetTeamByIdWithParams ¶
func (_m *TeamsApi) GetTeamByIdWithParams(ctx context.Context, args *admin.GetTeamByIdApiParams) admin.GetTeamByIdApiRequest
GetTeamByIdWithParams provides a mock function with given fields: ctx, args
func (*TeamsApi) GetTeamByName ¶
func (_m *TeamsApi) GetTeamByName(ctx context.Context, orgId string, teamName string) admin.GetTeamByNameApiRequest
GetTeamByName provides a mock function with given fields: ctx, orgId, teamName
func (*TeamsApi) GetTeamByNameExecute ¶
func (_m *TeamsApi) GetTeamByNameExecute(r admin.GetTeamByNameApiRequest) (*admin.TeamResponse, *http.Response, error)
GetTeamByNameExecute provides a mock function with given fields: r
func (*TeamsApi) GetTeamByNameWithParams ¶
func (_m *TeamsApi) GetTeamByNameWithParams(ctx context.Context, args *admin.GetTeamByNameApiParams) admin.GetTeamByNameApiRequest
GetTeamByNameWithParams provides a mock function with given fields: ctx, args
func (*TeamsApi) ListOrganizationTeams ¶
func (_m *TeamsApi) ListOrganizationTeams(ctx context.Context, orgId string) admin.ListOrganizationTeamsApiRequest
ListOrganizationTeams provides a mock function with given fields: ctx, orgId
func (*TeamsApi) ListOrganizationTeamsExecute ¶
func (_m *TeamsApi) ListOrganizationTeamsExecute(r admin.ListOrganizationTeamsApiRequest) (*admin.PaginatedTeam, *http.Response, error)
ListOrganizationTeamsExecute provides a mock function with given fields: r
func (*TeamsApi) ListOrganizationTeamsWithParams ¶
func (_m *TeamsApi) ListOrganizationTeamsWithParams(ctx context.Context, args *admin.ListOrganizationTeamsApiParams) admin.ListOrganizationTeamsApiRequest
ListOrganizationTeamsWithParams provides a mock function with given fields: ctx, args
func (*TeamsApi) ListProjectTeams ¶
func (_m *TeamsApi) ListProjectTeams(ctx context.Context, groupId string) admin.ListProjectTeamsApiRequest
ListProjectTeams provides a mock function with given fields: ctx, groupId
func (*TeamsApi) ListProjectTeamsExecute ¶
func (_m *TeamsApi) ListProjectTeamsExecute(r admin.ListProjectTeamsApiRequest) (*admin.PaginatedTeamRole, *http.Response, error)
ListProjectTeamsExecute provides a mock function with given fields: r
func (*TeamsApi) ListProjectTeamsWithParams ¶
func (_m *TeamsApi) ListProjectTeamsWithParams(ctx context.Context, args *admin.ListProjectTeamsApiParams) admin.ListProjectTeamsApiRequest
ListProjectTeamsWithParams provides a mock function with given fields: ctx, args
func (*TeamsApi) ListTeamUsers ¶
func (_m *TeamsApi) ListTeamUsers(ctx context.Context, orgId string, teamId string) admin.ListTeamUsersApiRequest
ListTeamUsers provides a mock function with given fields: ctx, orgId, teamId
func (*TeamsApi) ListTeamUsersExecute ¶
func (_m *TeamsApi) ListTeamUsersExecute(r admin.ListTeamUsersApiRequest) (*admin.PaginatedApiAppUser, *http.Response, error)
ListTeamUsersExecute provides a mock function with given fields: r
func (*TeamsApi) ListTeamUsersWithParams ¶
func (_m *TeamsApi) ListTeamUsersWithParams(ctx context.Context, args *admin.ListTeamUsersApiParams) admin.ListTeamUsersApiRequest
ListTeamUsersWithParams provides a mock function with given fields: ctx, args
func (*TeamsApi) RemoveProjectTeam ¶
func (_m *TeamsApi) RemoveProjectTeam(ctx context.Context, groupId string, teamId string) admin.RemoveProjectTeamApiRequest
RemoveProjectTeam provides a mock function with given fields: ctx, groupId, teamId
func (*TeamsApi) RemoveProjectTeamExecute ¶
func (_m *TeamsApi) RemoveProjectTeamExecute(r admin.RemoveProjectTeamApiRequest) (*http.Response, error)
RemoveProjectTeamExecute provides a mock function with given fields: r
func (*TeamsApi) RemoveProjectTeamWithParams ¶
func (_m *TeamsApi) RemoveProjectTeamWithParams(ctx context.Context, args *admin.RemoveProjectTeamApiParams) admin.RemoveProjectTeamApiRequest
RemoveProjectTeamWithParams provides a mock function with given fields: ctx, args
func (*TeamsApi) RemoveTeamUser ¶
func (_m *TeamsApi) RemoveTeamUser(ctx context.Context, orgId string, teamId string, userId string) admin.RemoveTeamUserApiRequest
RemoveTeamUser provides a mock function with given fields: ctx, orgId, teamId, userId
func (*TeamsApi) RemoveTeamUserExecute ¶
RemoveTeamUserExecute provides a mock function with given fields: r
func (*TeamsApi) RemoveTeamUserWithParams ¶
func (_m *TeamsApi) RemoveTeamUserWithParams(ctx context.Context, args *admin.RemoveTeamUserApiParams) admin.RemoveTeamUserApiRequest
RemoveTeamUserWithParams provides a mock function with given fields: ctx, args
func (*TeamsApi) RenameTeam ¶
func (_m *TeamsApi) RenameTeam(ctx context.Context, orgId string, teamId string, teamUpdate *admin.TeamUpdate) admin.RenameTeamApiRequest
RenameTeam provides a mock function with given fields: ctx, orgId, teamId, teamUpdate
func (*TeamsApi) RenameTeamExecute ¶
func (_m *TeamsApi) RenameTeamExecute(r admin.RenameTeamApiRequest) (*admin.TeamResponse, *http.Response, error)
RenameTeamExecute provides a mock function with given fields: r
func (*TeamsApi) RenameTeamWithParams ¶
func (_m *TeamsApi) RenameTeamWithParams(ctx context.Context, args *admin.RenameTeamApiParams) admin.RenameTeamApiRequest
RenameTeamWithParams provides a mock function with given fields: ctx, args
func (*TeamsApi) UpdateTeamRoles ¶
func (_m *TeamsApi) UpdateTeamRoles(ctx context.Context, groupId string, teamId string, teamRole *admin.TeamRole) admin.UpdateTeamRolesApiRequest
UpdateTeamRoles provides a mock function with given fields: ctx, groupId, teamId, teamRole
func (*TeamsApi) UpdateTeamRolesExecute ¶
func (_m *TeamsApi) UpdateTeamRolesExecute(r admin.UpdateTeamRolesApiRequest) (*admin.PaginatedTeamRole, *http.Response, error)
UpdateTeamRolesExecute provides a mock function with given fields: r
func (*TeamsApi) UpdateTeamRolesWithParams ¶
func (_m *TeamsApi) UpdateTeamRolesWithParams(ctx context.Context, args *admin.UpdateTeamRolesApiParams) admin.UpdateTeamRolesApiRequest
UpdateTeamRolesWithParams provides a mock function with given fields: ctx, args
type TeamsApi_AddAllTeamsToProjectExecute_Call ¶
TeamsApi_AddAllTeamsToProjectExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddAllTeamsToProjectExecute'
func (*TeamsApi_AddAllTeamsToProjectExecute_Call) Return ¶
func (_c *TeamsApi_AddAllTeamsToProjectExecute_Call) Return(_a0 *admin.PaginatedTeamRole, _a1 *http.Response, _a2 error) *TeamsApi_AddAllTeamsToProjectExecute_Call
func (*TeamsApi_AddAllTeamsToProjectExecute_Call) Run ¶
func (_c *TeamsApi_AddAllTeamsToProjectExecute_Call) Run(run func(r admin.AddAllTeamsToProjectApiRequest)) *TeamsApi_AddAllTeamsToProjectExecute_Call
func (*TeamsApi_AddAllTeamsToProjectExecute_Call) RunAndReturn ¶
func (_c *TeamsApi_AddAllTeamsToProjectExecute_Call) RunAndReturn(run func(admin.AddAllTeamsToProjectApiRequest) (*admin.PaginatedTeamRole, *http.Response, error)) *TeamsApi_AddAllTeamsToProjectExecute_Call
type TeamsApi_AddAllTeamsToProjectWithParams_Call ¶
TeamsApi_AddAllTeamsToProjectWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddAllTeamsToProjectWithParams'
func (*TeamsApi_AddAllTeamsToProjectWithParams_Call) Run ¶
func (_c *TeamsApi_AddAllTeamsToProjectWithParams_Call) Run(run func(ctx context.Context, args *admin.AddAllTeamsToProjectApiParams)) *TeamsApi_AddAllTeamsToProjectWithParams_Call
func (*TeamsApi_AddAllTeamsToProjectWithParams_Call) RunAndReturn ¶
func (_c *TeamsApi_AddAllTeamsToProjectWithParams_Call) RunAndReturn(run func(context.Context, *admin.AddAllTeamsToProjectApiParams) admin.AddAllTeamsToProjectApiRequest) *TeamsApi_AddAllTeamsToProjectWithParams_Call
type TeamsApi_AddAllTeamsToProject_Call ¶
TeamsApi_AddAllTeamsToProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddAllTeamsToProject'
func (*TeamsApi_AddAllTeamsToProject_Call) Return ¶
func (_c *TeamsApi_AddAllTeamsToProject_Call) Return(_a0 admin.AddAllTeamsToProjectApiRequest) *TeamsApi_AddAllTeamsToProject_Call
func (*TeamsApi_AddAllTeamsToProject_Call) Run ¶
func (_c *TeamsApi_AddAllTeamsToProject_Call) Run(run func(ctx context.Context, groupId string, teamRole *[]admin.TeamRole)) *TeamsApi_AddAllTeamsToProject_Call
func (*TeamsApi_AddAllTeamsToProject_Call) RunAndReturn ¶
func (_c *TeamsApi_AddAllTeamsToProject_Call) RunAndReturn(run func(context.Context, string, *[]admin.TeamRole) admin.AddAllTeamsToProjectApiRequest) *TeamsApi_AddAllTeamsToProject_Call
type TeamsApi_AddTeamUserExecute_Call ¶
TeamsApi_AddTeamUserExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddTeamUserExecute'
func (*TeamsApi_AddTeamUserExecute_Call) Return ¶
func (_c *TeamsApi_AddTeamUserExecute_Call) Return(_a0 *admin.PaginatedApiAppUser, _a1 *http.Response, _a2 error) *TeamsApi_AddTeamUserExecute_Call
func (*TeamsApi_AddTeamUserExecute_Call) Run ¶
func (_c *TeamsApi_AddTeamUserExecute_Call) Run(run func(r admin.AddTeamUserApiRequest)) *TeamsApi_AddTeamUserExecute_Call
func (*TeamsApi_AddTeamUserExecute_Call) RunAndReturn ¶
func (_c *TeamsApi_AddTeamUserExecute_Call) RunAndReturn(run func(admin.AddTeamUserApiRequest) (*admin.PaginatedApiAppUser, *http.Response, error)) *TeamsApi_AddTeamUserExecute_Call
type TeamsApi_AddTeamUserWithParams_Call ¶
TeamsApi_AddTeamUserWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddTeamUserWithParams'
func (*TeamsApi_AddTeamUserWithParams_Call) Return ¶
func (_c *TeamsApi_AddTeamUserWithParams_Call) Return(_a0 admin.AddTeamUserApiRequest) *TeamsApi_AddTeamUserWithParams_Call
func (*TeamsApi_AddTeamUserWithParams_Call) Run ¶
func (_c *TeamsApi_AddTeamUserWithParams_Call) Run(run func(ctx context.Context, args *admin.AddTeamUserApiParams)) *TeamsApi_AddTeamUserWithParams_Call
func (*TeamsApi_AddTeamUserWithParams_Call) RunAndReturn ¶
func (_c *TeamsApi_AddTeamUserWithParams_Call) RunAndReturn(run func(context.Context, *admin.AddTeamUserApiParams) admin.AddTeamUserApiRequest) *TeamsApi_AddTeamUserWithParams_Call
type TeamsApi_AddTeamUser_Call ¶
TeamsApi_AddTeamUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddTeamUser'
func (*TeamsApi_AddTeamUser_Call) Return ¶
func (_c *TeamsApi_AddTeamUser_Call) Return(_a0 admin.AddTeamUserApiRequest) *TeamsApi_AddTeamUser_Call
func (*TeamsApi_AddTeamUser_Call) Run ¶
func (_c *TeamsApi_AddTeamUser_Call) Run(run func(ctx context.Context, orgId string, teamId string, addUserToTeam *[]admin.AddUserToTeam)) *TeamsApi_AddTeamUser_Call
func (*TeamsApi_AddTeamUser_Call) RunAndReturn ¶
func (_c *TeamsApi_AddTeamUser_Call) RunAndReturn(run func(context.Context, string, string, *[]admin.AddUserToTeam) admin.AddTeamUserApiRequest) *TeamsApi_AddTeamUser_Call
type TeamsApi_CreateTeamExecute_Call ¶
TeamsApi_CreateTeamExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateTeamExecute'
func (*TeamsApi_CreateTeamExecute_Call) Return ¶
func (_c *TeamsApi_CreateTeamExecute_Call) Return(_a0 *admin.Team, _a1 *http.Response, _a2 error) *TeamsApi_CreateTeamExecute_Call
func (*TeamsApi_CreateTeamExecute_Call) Run ¶
func (_c *TeamsApi_CreateTeamExecute_Call) Run(run func(r admin.CreateTeamApiRequest)) *TeamsApi_CreateTeamExecute_Call
func (*TeamsApi_CreateTeamExecute_Call) RunAndReturn ¶
func (_c *TeamsApi_CreateTeamExecute_Call) RunAndReturn(run func(admin.CreateTeamApiRequest) (*admin.Team, *http.Response, error)) *TeamsApi_CreateTeamExecute_Call
type TeamsApi_CreateTeamWithParams_Call ¶
TeamsApi_CreateTeamWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateTeamWithParams'
func (*TeamsApi_CreateTeamWithParams_Call) Return ¶
func (_c *TeamsApi_CreateTeamWithParams_Call) Return(_a0 admin.CreateTeamApiRequest) *TeamsApi_CreateTeamWithParams_Call
func (*TeamsApi_CreateTeamWithParams_Call) Run ¶
func (_c *TeamsApi_CreateTeamWithParams_Call) Run(run func(ctx context.Context, args *admin.CreateTeamApiParams)) *TeamsApi_CreateTeamWithParams_Call
func (*TeamsApi_CreateTeamWithParams_Call) RunAndReturn ¶
func (_c *TeamsApi_CreateTeamWithParams_Call) RunAndReturn(run func(context.Context, *admin.CreateTeamApiParams) admin.CreateTeamApiRequest) *TeamsApi_CreateTeamWithParams_Call
type TeamsApi_CreateTeam_Call ¶
TeamsApi_CreateTeam_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateTeam'
func (*TeamsApi_CreateTeam_Call) Return ¶
func (_c *TeamsApi_CreateTeam_Call) Return(_a0 admin.CreateTeamApiRequest) *TeamsApi_CreateTeam_Call
func (*TeamsApi_CreateTeam_Call) Run ¶
func (_c *TeamsApi_CreateTeam_Call) Run(run func(ctx context.Context, orgId string, team *admin.Team)) *TeamsApi_CreateTeam_Call
func (*TeamsApi_CreateTeam_Call) RunAndReturn ¶
func (_c *TeamsApi_CreateTeam_Call) RunAndReturn(run func(context.Context, string, *admin.Team) admin.CreateTeamApiRequest) *TeamsApi_CreateTeam_Call
type TeamsApi_DeleteTeamExecute_Call ¶
TeamsApi_DeleteTeamExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteTeamExecute'
func (*TeamsApi_DeleteTeamExecute_Call) Return ¶
func (_c *TeamsApi_DeleteTeamExecute_Call) Return(_a0 map[string]interface{}, _a1 *http.Response, _a2 error) *TeamsApi_DeleteTeamExecute_Call
func (*TeamsApi_DeleteTeamExecute_Call) Run ¶
func (_c *TeamsApi_DeleteTeamExecute_Call) Run(run func(r admin.DeleteTeamApiRequest)) *TeamsApi_DeleteTeamExecute_Call
func (*TeamsApi_DeleteTeamExecute_Call) RunAndReturn ¶
func (_c *TeamsApi_DeleteTeamExecute_Call) RunAndReturn(run func(admin.DeleteTeamApiRequest) (map[string]interface{}, *http.Response, error)) *TeamsApi_DeleteTeamExecute_Call
type TeamsApi_DeleteTeamWithParams_Call ¶
TeamsApi_DeleteTeamWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteTeamWithParams'
func (*TeamsApi_DeleteTeamWithParams_Call) Return ¶
func (_c *TeamsApi_DeleteTeamWithParams_Call) Return(_a0 admin.DeleteTeamApiRequest) *TeamsApi_DeleteTeamWithParams_Call
func (*TeamsApi_DeleteTeamWithParams_Call) Run ¶
func (_c *TeamsApi_DeleteTeamWithParams_Call) Run(run func(ctx context.Context, args *admin.DeleteTeamApiParams)) *TeamsApi_DeleteTeamWithParams_Call
func (*TeamsApi_DeleteTeamWithParams_Call) RunAndReturn ¶
func (_c *TeamsApi_DeleteTeamWithParams_Call) RunAndReturn(run func(context.Context, *admin.DeleteTeamApiParams) admin.DeleteTeamApiRequest) *TeamsApi_DeleteTeamWithParams_Call
type TeamsApi_DeleteTeam_Call ¶
TeamsApi_DeleteTeam_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteTeam'
func (*TeamsApi_DeleteTeam_Call) Return ¶
func (_c *TeamsApi_DeleteTeam_Call) Return(_a0 admin.DeleteTeamApiRequest) *TeamsApi_DeleteTeam_Call
func (*TeamsApi_DeleteTeam_Call) Run ¶
func (_c *TeamsApi_DeleteTeam_Call) Run(run func(ctx context.Context, orgId string, teamId string)) *TeamsApi_DeleteTeam_Call
func (*TeamsApi_DeleteTeam_Call) RunAndReturn ¶
func (_c *TeamsApi_DeleteTeam_Call) RunAndReturn(run func(context.Context, string, string) admin.DeleteTeamApiRequest) *TeamsApi_DeleteTeam_Call
type TeamsApi_Expecter ¶
type TeamsApi_Expecter struct {
// contains filtered or unexported fields
}
func (*TeamsApi_Expecter) AddAllTeamsToProject ¶
func (_e *TeamsApi_Expecter) AddAllTeamsToProject(ctx interface{}, groupId interface{}, teamRole interface{}) *TeamsApi_AddAllTeamsToProject_Call
AddAllTeamsToProject is a helper method to define mock.On call
- ctx context.Context
- groupId string
- teamRole *[]admin.TeamRole
func (*TeamsApi_Expecter) AddAllTeamsToProjectExecute ¶
func (_e *TeamsApi_Expecter) AddAllTeamsToProjectExecute(r interface{}) *TeamsApi_AddAllTeamsToProjectExecute_Call
AddAllTeamsToProjectExecute is a helper method to define mock.On call
- r admin.AddAllTeamsToProjectApiRequest
func (*TeamsApi_Expecter) AddAllTeamsToProjectWithParams ¶
func (_e *TeamsApi_Expecter) AddAllTeamsToProjectWithParams(ctx interface{}, args interface{}) *TeamsApi_AddAllTeamsToProjectWithParams_Call
AddAllTeamsToProjectWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.AddAllTeamsToProjectApiParams
func (*TeamsApi_Expecter) AddTeamUser ¶
func (_e *TeamsApi_Expecter) AddTeamUser(ctx interface{}, orgId interface{}, teamId interface{}, addUserToTeam interface{}) *TeamsApi_AddTeamUser_Call
AddTeamUser is a helper method to define mock.On call
- ctx context.Context
- orgId string
- teamId string
- addUserToTeam *[]admin.AddUserToTeam
func (*TeamsApi_Expecter) AddTeamUserExecute ¶
func (_e *TeamsApi_Expecter) AddTeamUserExecute(r interface{}) *TeamsApi_AddTeamUserExecute_Call
AddTeamUserExecute is a helper method to define mock.On call
- r admin.AddTeamUserApiRequest
func (*TeamsApi_Expecter) AddTeamUserWithParams ¶
func (_e *TeamsApi_Expecter) AddTeamUserWithParams(ctx interface{}, args interface{}) *TeamsApi_AddTeamUserWithParams_Call
AddTeamUserWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.AddTeamUserApiParams
func (*TeamsApi_Expecter) CreateTeam ¶
func (_e *TeamsApi_Expecter) CreateTeam(ctx interface{}, orgId interface{}, team interface{}) *TeamsApi_CreateTeam_Call
CreateTeam is a helper method to define mock.On call
- ctx context.Context
- orgId string
- team *admin.Team
func (*TeamsApi_Expecter) CreateTeamExecute ¶
func (_e *TeamsApi_Expecter) CreateTeamExecute(r interface{}) *TeamsApi_CreateTeamExecute_Call
CreateTeamExecute is a helper method to define mock.On call
- r admin.CreateTeamApiRequest
func (*TeamsApi_Expecter) CreateTeamWithParams ¶
func (_e *TeamsApi_Expecter) CreateTeamWithParams(ctx interface{}, args interface{}) *TeamsApi_CreateTeamWithParams_Call
CreateTeamWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.CreateTeamApiParams
func (*TeamsApi_Expecter) DeleteTeam ¶
func (_e *TeamsApi_Expecter) DeleteTeam(ctx interface{}, orgId interface{}, teamId interface{}) *TeamsApi_DeleteTeam_Call
DeleteTeam is a helper method to define mock.On call
- ctx context.Context
- orgId string
- teamId string
func (*TeamsApi_Expecter) DeleteTeamExecute ¶
func (_e *TeamsApi_Expecter) DeleteTeamExecute(r interface{}) *TeamsApi_DeleteTeamExecute_Call
DeleteTeamExecute is a helper method to define mock.On call
- r admin.DeleteTeamApiRequest
func (*TeamsApi_Expecter) DeleteTeamWithParams ¶
func (_e *TeamsApi_Expecter) DeleteTeamWithParams(ctx interface{}, args interface{}) *TeamsApi_DeleteTeamWithParams_Call
DeleteTeamWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.DeleteTeamApiParams
func (*TeamsApi_Expecter) GetTeamById ¶
func (_e *TeamsApi_Expecter) GetTeamById(ctx interface{}, orgId interface{}, teamId interface{}) *TeamsApi_GetTeamById_Call
GetTeamById is a helper method to define mock.On call
- ctx context.Context
- orgId string
- teamId string
func (*TeamsApi_Expecter) GetTeamByIdExecute ¶
func (_e *TeamsApi_Expecter) GetTeamByIdExecute(r interface{}) *TeamsApi_GetTeamByIdExecute_Call
GetTeamByIdExecute is a helper method to define mock.On call
- r admin.GetTeamByIdApiRequest
func (*TeamsApi_Expecter) GetTeamByIdWithParams ¶
func (_e *TeamsApi_Expecter) GetTeamByIdWithParams(ctx interface{}, args interface{}) *TeamsApi_GetTeamByIdWithParams_Call
GetTeamByIdWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.GetTeamByIdApiParams
func (*TeamsApi_Expecter) GetTeamByName ¶
func (_e *TeamsApi_Expecter) GetTeamByName(ctx interface{}, orgId interface{}, teamName interface{}) *TeamsApi_GetTeamByName_Call
GetTeamByName is a helper method to define mock.On call
- ctx context.Context
- orgId string
- teamName string
func (*TeamsApi_Expecter) GetTeamByNameExecute ¶
func (_e *TeamsApi_Expecter) GetTeamByNameExecute(r interface{}) *TeamsApi_GetTeamByNameExecute_Call
GetTeamByNameExecute is a helper method to define mock.On call
- r admin.GetTeamByNameApiRequest
func (*TeamsApi_Expecter) GetTeamByNameWithParams ¶
func (_e *TeamsApi_Expecter) GetTeamByNameWithParams(ctx interface{}, args interface{}) *TeamsApi_GetTeamByNameWithParams_Call
GetTeamByNameWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.GetTeamByNameApiParams
func (*TeamsApi_Expecter) ListOrganizationTeams ¶
func (_e *TeamsApi_Expecter) ListOrganizationTeams(ctx interface{}, orgId interface{}) *TeamsApi_ListOrganizationTeams_Call
ListOrganizationTeams is a helper method to define mock.On call
- ctx context.Context
- orgId string
func (*TeamsApi_Expecter) ListOrganizationTeamsExecute ¶
func (_e *TeamsApi_Expecter) ListOrganizationTeamsExecute(r interface{}) *TeamsApi_ListOrganizationTeamsExecute_Call
ListOrganizationTeamsExecute is a helper method to define mock.On call
- r admin.ListOrganizationTeamsApiRequest
func (*TeamsApi_Expecter) ListOrganizationTeamsWithParams ¶
func (_e *TeamsApi_Expecter) ListOrganizationTeamsWithParams(ctx interface{}, args interface{}) *TeamsApi_ListOrganizationTeamsWithParams_Call
ListOrganizationTeamsWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.ListOrganizationTeamsApiParams
func (*TeamsApi_Expecter) ListProjectTeams ¶
func (_e *TeamsApi_Expecter) ListProjectTeams(ctx interface{}, groupId interface{}) *TeamsApi_ListProjectTeams_Call
ListProjectTeams is a helper method to define mock.On call
- ctx context.Context
- groupId string
func (*TeamsApi_Expecter) ListProjectTeamsExecute ¶
func (_e *TeamsApi_Expecter) ListProjectTeamsExecute(r interface{}) *TeamsApi_ListProjectTeamsExecute_Call
ListProjectTeamsExecute is a helper method to define mock.On call
- r admin.ListProjectTeamsApiRequest
func (*TeamsApi_Expecter) ListProjectTeamsWithParams ¶
func (_e *TeamsApi_Expecter) ListProjectTeamsWithParams(ctx interface{}, args interface{}) *TeamsApi_ListProjectTeamsWithParams_Call
ListProjectTeamsWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.ListProjectTeamsApiParams
func (*TeamsApi_Expecter) ListTeamUsers ¶
func (_e *TeamsApi_Expecter) ListTeamUsers(ctx interface{}, orgId interface{}, teamId interface{}) *TeamsApi_ListTeamUsers_Call
ListTeamUsers is a helper method to define mock.On call
- ctx context.Context
- orgId string
- teamId string
func (*TeamsApi_Expecter) ListTeamUsersExecute ¶
func (_e *TeamsApi_Expecter) ListTeamUsersExecute(r interface{}) *TeamsApi_ListTeamUsersExecute_Call
ListTeamUsersExecute is a helper method to define mock.On call
- r admin.ListTeamUsersApiRequest
func (*TeamsApi_Expecter) ListTeamUsersWithParams ¶
func (_e *TeamsApi_Expecter) ListTeamUsersWithParams(ctx interface{}, args interface{}) *TeamsApi_ListTeamUsersWithParams_Call
ListTeamUsersWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.ListTeamUsersApiParams
func (*TeamsApi_Expecter) RemoveProjectTeam ¶
func (_e *TeamsApi_Expecter) RemoveProjectTeam(ctx interface{}, groupId interface{}, teamId interface{}) *TeamsApi_RemoveProjectTeam_Call
RemoveProjectTeam is a helper method to define mock.On call
- ctx context.Context
- groupId string
- teamId string
func (*TeamsApi_Expecter) RemoveProjectTeamExecute ¶
func (_e *TeamsApi_Expecter) RemoveProjectTeamExecute(r interface{}) *TeamsApi_RemoveProjectTeamExecute_Call
RemoveProjectTeamExecute is a helper method to define mock.On call
- r admin.RemoveProjectTeamApiRequest
func (*TeamsApi_Expecter) RemoveProjectTeamWithParams ¶
func (_e *TeamsApi_Expecter) RemoveProjectTeamWithParams(ctx interface{}, args interface{}) *TeamsApi_RemoveProjectTeamWithParams_Call
RemoveProjectTeamWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.RemoveProjectTeamApiParams
func (*TeamsApi_Expecter) RemoveTeamUser ¶
func (_e *TeamsApi_Expecter) RemoveTeamUser(ctx interface{}, orgId interface{}, teamId interface{}, userId interface{}) *TeamsApi_RemoveTeamUser_Call
RemoveTeamUser is a helper method to define mock.On call
- ctx context.Context
- orgId string
- teamId string
- userId string
func (*TeamsApi_Expecter) RemoveTeamUserExecute ¶
func (_e *TeamsApi_Expecter) RemoveTeamUserExecute(r interface{}) *TeamsApi_RemoveTeamUserExecute_Call
RemoveTeamUserExecute is a helper method to define mock.On call
- r admin.RemoveTeamUserApiRequest
func (*TeamsApi_Expecter) RemoveTeamUserWithParams ¶
func (_e *TeamsApi_Expecter) RemoveTeamUserWithParams(ctx interface{}, args interface{}) *TeamsApi_RemoveTeamUserWithParams_Call
RemoveTeamUserWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.RemoveTeamUserApiParams
func (*TeamsApi_Expecter) RenameTeam ¶
func (_e *TeamsApi_Expecter) RenameTeam(ctx interface{}, orgId interface{}, teamId interface{}, teamUpdate interface{}) *TeamsApi_RenameTeam_Call
RenameTeam is a helper method to define mock.On call
- ctx context.Context
- orgId string
- teamId string
- teamUpdate *admin.TeamUpdate
func (*TeamsApi_Expecter) RenameTeamExecute ¶
func (_e *TeamsApi_Expecter) RenameTeamExecute(r interface{}) *TeamsApi_RenameTeamExecute_Call
RenameTeamExecute is a helper method to define mock.On call
- r admin.RenameTeamApiRequest
func (*TeamsApi_Expecter) RenameTeamWithParams ¶
func (_e *TeamsApi_Expecter) RenameTeamWithParams(ctx interface{}, args interface{}) *TeamsApi_RenameTeamWithParams_Call
RenameTeamWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.RenameTeamApiParams
func (*TeamsApi_Expecter) UpdateTeamRoles ¶
func (_e *TeamsApi_Expecter) UpdateTeamRoles(ctx interface{}, groupId interface{}, teamId interface{}, teamRole interface{}) *TeamsApi_UpdateTeamRoles_Call
UpdateTeamRoles is a helper method to define mock.On call
- ctx context.Context
- groupId string
- teamId string
- teamRole *admin.TeamRole
func (*TeamsApi_Expecter) UpdateTeamRolesExecute ¶
func (_e *TeamsApi_Expecter) UpdateTeamRolesExecute(r interface{}) *TeamsApi_UpdateTeamRolesExecute_Call
UpdateTeamRolesExecute is a helper method to define mock.On call
- r admin.UpdateTeamRolesApiRequest
func (*TeamsApi_Expecter) UpdateTeamRolesWithParams ¶
func (_e *TeamsApi_Expecter) UpdateTeamRolesWithParams(ctx interface{}, args interface{}) *TeamsApi_UpdateTeamRolesWithParams_Call
UpdateTeamRolesWithParams is a helper method to define mock.On call
- ctx context.Context
- args *admin.UpdateTeamRolesApiParams
type TeamsApi_GetTeamByIdExecute_Call ¶
TeamsApi_GetTeamByIdExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTeamByIdExecute'
func (*TeamsApi_GetTeamByIdExecute_Call) Return ¶
func (_c *TeamsApi_GetTeamByIdExecute_Call) Return(_a0 *admin.TeamResponse, _a1 *http.Response, _a2 error) *TeamsApi_GetTeamByIdExecute_Call
func (*TeamsApi_GetTeamByIdExecute_Call) Run ¶
func (_c *TeamsApi_GetTeamByIdExecute_Call) Run(run func(r admin.GetTeamByIdApiRequest)) *TeamsApi_GetTeamByIdExecute_Call
func (*TeamsApi_GetTeamByIdExecute_Call) RunAndReturn ¶
func (_c *TeamsApi_GetTeamByIdExecute_Call) RunAndReturn(run func(admin.GetTeamByIdApiRequest) (*admin.TeamResponse, *http.Response, error)) *TeamsApi_GetTeamByIdExecute_Call
type TeamsApi_GetTeamByIdWithParams_Call ¶
TeamsApi_GetTeamByIdWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTeamByIdWithParams'
func (*TeamsApi_GetTeamByIdWithParams_Call) Return ¶
func (_c *TeamsApi_GetTeamByIdWithParams_Call) Return(_a0 admin.GetTeamByIdApiRequest) *TeamsApi_GetTeamByIdWithParams_Call
func (*TeamsApi_GetTeamByIdWithParams_Call) Run ¶
func (_c *TeamsApi_GetTeamByIdWithParams_Call) Run(run func(ctx context.Context, args *admin.GetTeamByIdApiParams)) *TeamsApi_GetTeamByIdWithParams_Call
func (*TeamsApi_GetTeamByIdWithParams_Call) RunAndReturn ¶
func (_c *TeamsApi_GetTeamByIdWithParams_Call) RunAndReturn(run func(context.Context, *admin.GetTeamByIdApiParams) admin.GetTeamByIdApiRequest) *TeamsApi_GetTeamByIdWithParams_Call
type TeamsApi_GetTeamById_Call ¶
TeamsApi_GetTeamById_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTeamById'
func (*TeamsApi_GetTeamById_Call) Return ¶
func (_c *TeamsApi_GetTeamById_Call) Return(_a0 admin.GetTeamByIdApiRequest) *TeamsApi_GetTeamById_Call
func (*TeamsApi_GetTeamById_Call) Run ¶
func (_c *TeamsApi_GetTeamById_Call) Run(run func(ctx context.Context, orgId string, teamId string)) *TeamsApi_GetTeamById_Call
func (*TeamsApi_GetTeamById_Call) RunAndReturn ¶
func (_c *TeamsApi_GetTeamById_Call) RunAndReturn(run func(context.Context, string, string) admin.GetTeamByIdApiRequest) *TeamsApi_GetTeamById_Call
type TeamsApi_GetTeamByNameExecute_Call ¶
TeamsApi_GetTeamByNameExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTeamByNameExecute'
func (*TeamsApi_GetTeamByNameExecute_Call) Return ¶
func (_c *TeamsApi_GetTeamByNameExecute_Call) Return(_a0 *admin.TeamResponse, _a1 *http.Response, _a2 error) *TeamsApi_GetTeamByNameExecute_Call
func (*TeamsApi_GetTeamByNameExecute_Call) Run ¶
func (_c *TeamsApi_GetTeamByNameExecute_Call) Run(run func(r admin.GetTeamByNameApiRequest)) *TeamsApi_GetTeamByNameExecute_Call
func (*TeamsApi_GetTeamByNameExecute_Call) RunAndReturn ¶
func (_c *TeamsApi_GetTeamByNameExecute_Call) RunAndReturn(run func(admin.GetTeamByNameApiRequest) (*admin.TeamResponse, *http.Response, error)) *TeamsApi_GetTeamByNameExecute_Call
type TeamsApi_GetTeamByNameWithParams_Call ¶
TeamsApi_GetTeamByNameWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTeamByNameWithParams'
func (*TeamsApi_GetTeamByNameWithParams_Call) Return ¶
func (_c *TeamsApi_GetTeamByNameWithParams_Call) Return(_a0 admin.GetTeamByNameApiRequest) *TeamsApi_GetTeamByNameWithParams_Call
func (*TeamsApi_GetTeamByNameWithParams_Call) Run ¶
func (_c *TeamsApi_GetTeamByNameWithParams_Call) Run(run func(ctx context.Context, args *admin.GetTeamByNameApiParams)) *TeamsApi_GetTeamByNameWithParams_Call
func (*TeamsApi_GetTeamByNameWithParams_Call) RunAndReturn ¶
func (_c *TeamsApi_GetTeamByNameWithParams_Call) RunAndReturn(run func(context.Context, *admin.GetTeamByNameApiParams) admin.GetTeamByNameApiRequest) *TeamsApi_GetTeamByNameWithParams_Call
type TeamsApi_GetTeamByName_Call ¶
TeamsApi_GetTeamByName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTeamByName'
func (*TeamsApi_GetTeamByName_Call) Return ¶
func (_c *TeamsApi_GetTeamByName_Call) Return(_a0 admin.GetTeamByNameApiRequest) *TeamsApi_GetTeamByName_Call
func (*TeamsApi_GetTeamByName_Call) Run ¶
func (_c *TeamsApi_GetTeamByName_Call) Run(run func(ctx context.Context, orgId string, teamName string)) *TeamsApi_GetTeamByName_Call
func (*TeamsApi_GetTeamByName_Call) RunAndReturn ¶
func (_c *TeamsApi_GetTeamByName_Call) RunAndReturn(run func(context.Context, string, string) admin.GetTeamByNameApiRequest) *TeamsApi_GetTeamByName_Call
type TeamsApi_ListOrganizationTeamsExecute_Call ¶
TeamsApi_ListOrganizationTeamsExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListOrganizationTeamsExecute'
func (*TeamsApi_ListOrganizationTeamsExecute_Call) Return ¶
func (_c *TeamsApi_ListOrganizationTeamsExecute_Call) Return(_a0 *admin.PaginatedTeam, _a1 *http.Response, _a2 error) *TeamsApi_ListOrganizationTeamsExecute_Call
func (*TeamsApi_ListOrganizationTeamsExecute_Call) Run ¶
func (_c *TeamsApi_ListOrganizationTeamsExecute_Call) Run(run func(r admin.ListOrganizationTeamsApiRequest)) *TeamsApi_ListOrganizationTeamsExecute_Call
func (*TeamsApi_ListOrganizationTeamsExecute_Call) RunAndReturn ¶
func (_c *TeamsApi_ListOrganizationTeamsExecute_Call) RunAndReturn(run func(admin.ListOrganizationTeamsApiRequest) (*admin.PaginatedTeam, *http.Response, error)) *TeamsApi_ListOrganizationTeamsExecute_Call
type TeamsApi_ListOrganizationTeamsWithParams_Call ¶
TeamsApi_ListOrganizationTeamsWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListOrganizationTeamsWithParams'
func (*TeamsApi_ListOrganizationTeamsWithParams_Call) Run ¶
func (_c *TeamsApi_ListOrganizationTeamsWithParams_Call) Run(run func(ctx context.Context, args *admin.ListOrganizationTeamsApiParams)) *TeamsApi_ListOrganizationTeamsWithParams_Call
func (*TeamsApi_ListOrganizationTeamsWithParams_Call) RunAndReturn ¶
func (_c *TeamsApi_ListOrganizationTeamsWithParams_Call) RunAndReturn(run func(context.Context, *admin.ListOrganizationTeamsApiParams) admin.ListOrganizationTeamsApiRequest) *TeamsApi_ListOrganizationTeamsWithParams_Call
type TeamsApi_ListOrganizationTeams_Call ¶
TeamsApi_ListOrganizationTeams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListOrganizationTeams'
func (*TeamsApi_ListOrganizationTeams_Call) Return ¶
func (_c *TeamsApi_ListOrganizationTeams_Call) Return(_a0 admin.ListOrganizationTeamsApiRequest) *TeamsApi_ListOrganizationTeams_Call
func (*TeamsApi_ListOrganizationTeams_Call) Run ¶
func (_c *TeamsApi_ListOrganizationTeams_Call) Run(run func(ctx context.Context, orgId string)) *TeamsApi_ListOrganizationTeams_Call
func (*TeamsApi_ListOrganizationTeams_Call) RunAndReturn ¶
func (_c *TeamsApi_ListOrganizationTeams_Call) RunAndReturn(run func(context.Context, string) admin.ListOrganizationTeamsApiRequest) *TeamsApi_ListOrganizationTeams_Call
type TeamsApi_ListProjectTeamsExecute_Call ¶
TeamsApi_ListProjectTeamsExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectTeamsExecute'
func (*TeamsApi_ListProjectTeamsExecute_Call) Return ¶
func (_c *TeamsApi_ListProjectTeamsExecute_Call) Return(_a0 *admin.PaginatedTeamRole, _a1 *http.Response, _a2 error) *TeamsApi_ListProjectTeamsExecute_Call
func (*TeamsApi_ListProjectTeamsExecute_Call) Run ¶
func (_c *TeamsApi_ListProjectTeamsExecute_Call) Run(run func(r admin.ListProjectTeamsApiRequest)) *TeamsApi_ListProjectTeamsExecute_Call
func (*TeamsApi_ListProjectTeamsExecute_Call) RunAndReturn ¶
func (_c *TeamsApi_ListProjectTeamsExecute_Call) RunAndReturn(run func(admin.ListProjectTeamsApiRequest) (*admin.PaginatedTeamRole, *http.Response, error)) *TeamsApi_ListProjectTeamsExecute_Call
type TeamsApi_ListProjectTeamsWithParams_Call ¶
TeamsApi_ListProjectTeamsWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectTeamsWithParams'
func (*TeamsApi_ListProjectTeamsWithParams_Call) Run ¶
func (_c *TeamsApi_ListProjectTeamsWithParams_Call) Run(run func(ctx context.Context, args *admin.ListProjectTeamsApiParams)) *TeamsApi_ListProjectTeamsWithParams_Call
func (*TeamsApi_ListProjectTeamsWithParams_Call) RunAndReturn ¶
func (_c *TeamsApi_ListProjectTeamsWithParams_Call) RunAndReturn(run func(context.Context, *admin.ListProjectTeamsApiParams) admin.ListProjectTeamsApiRequest) *TeamsApi_ListProjectTeamsWithParams_Call
type TeamsApi_ListProjectTeams_Call ¶
TeamsApi_ListProjectTeams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectTeams'
func (*TeamsApi_ListProjectTeams_Call) Return ¶
func (_c *TeamsApi_ListProjectTeams_Call) Return(_a0 admin.ListProjectTeamsApiRequest) *TeamsApi_ListProjectTeams_Call
func (*TeamsApi_ListProjectTeams_Call) Run ¶
func (_c *TeamsApi_ListProjectTeams_Call) Run(run func(ctx context.Context, groupId string)) *TeamsApi_ListProjectTeams_Call
func (*TeamsApi_ListProjectTeams_Call) RunAndReturn ¶
func (_c *TeamsApi_ListProjectTeams_Call) RunAndReturn(run func(context.Context, string) admin.ListProjectTeamsApiRequest) *TeamsApi_ListProjectTeams_Call
type TeamsApi_ListTeamUsersExecute_Call ¶
TeamsApi_ListTeamUsersExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTeamUsersExecute'
func (*TeamsApi_ListTeamUsersExecute_Call) Return ¶
func (_c *TeamsApi_ListTeamUsersExecute_Call) Return(_a0 *admin.PaginatedApiAppUser, _a1 *http.Response, _a2 error) *TeamsApi_ListTeamUsersExecute_Call
func (*TeamsApi_ListTeamUsersExecute_Call) Run ¶
func (_c *TeamsApi_ListTeamUsersExecute_Call) Run(run func(r admin.ListTeamUsersApiRequest)) *TeamsApi_ListTeamUsersExecute_Call
func (*TeamsApi_ListTeamUsersExecute_Call) RunAndReturn ¶
func (_c *TeamsApi_ListTeamUsersExecute_Call) RunAndReturn(run func(admin.ListTeamUsersApiRequest) (*admin.PaginatedApiAppUser, *http.Response, error)) *TeamsApi_ListTeamUsersExecute_Call
type TeamsApi_ListTeamUsersWithParams_Call ¶
TeamsApi_ListTeamUsersWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTeamUsersWithParams'
func (*TeamsApi_ListTeamUsersWithParams_Call) Return ¶
func (_c *TeamsApi_ListTeamUsersWithParams_Call) Return(_a0 admin.ListTeamUsersApiRequest) *TeamsApi_ListTeamUsersWithParams_Call
func (*TeamsApi_ListTeamUsersWithParams_Call) Run ¶
func (_c *TeamsApi_ListTeamUsersWithParams_Call) Run(run func(ctx context.Context, args *admin.ListTeamUsersApiParams)) *TeamsApi_ListTeamUsersWithParams_Call
func (*TeamsApi_ListTeamUsersWithParams_Call) RunAndReturn ¶
func (_c *TeamsApi_ListTeamUsersWithParams_Call) RunAndReturn(run func(context.Context, *admin.ListTeamUsersApiParams) admin.ListTeamUsersApiRequest) *TeamsApi_ListTeamUsersWithParams_Call
type TeamsApi_ListTeamUsers_Call ¶
TeamsApi_ListTeamUsers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTeamUsers'
func (*TeamsApi_ListTeamUsers_Call) Return ¶
func (_c *TeamsApi_ListTeamUsers_Call) Return(_a0 admin.ListTeamUsersApiRequest) *TeamsApi_ListTeamUsers_Call
func (*TeamsApi_ListTeamUsers_Call) Run ¶
func (_c *TeamsApi_ListTeamUsers_Call) Run(run func(ctx context.Context, orgId string, teamId string)) *TeamsApi_ListTeamUsers_Call
func (*TeamsApi_ListTeamUsers_Call) RunAndReturn ¶
func (_c *TeamsApi_ListTeamUsers_Call) RunAndReturn(run func(context.Context, string, string) admin.ListTeamUsersApiRequest) *TeamsApi_ListTeamUsers_Call
type TeamsApi_RemoveProjectTeamExecute_Call ¶
TeamsApi_RemoveProjectTeamExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveProjectTeamExecute'
func (*TeamsApi_RemoveProjectTeamExecute_Call) Return ¶
func (_c *TeamsApi_RemoveProjectTeamExecute_Call) Return(_a0 *http.Response, _a1 error) *TeamsApi_RemoveProjectTeamExecute_Call
func (*TeamsApi_RemoveProjectTeamExecute_Call) Run ¶
func (_c *TeamsApi_RemoveProjectTeamExecute_Call) Run(run func(r admin.RemoveProjectTeamApiRequest)) *TeamsApi_RemoveProjectTeamExecute_Call
func (*TeamsApi_RemoveProjectTeamExecute_Call) RunAndReturn ¶
func (_c *TeamsApi_RemoveProjectTeamExecute_Call) RunAndReturn(run func(admin.RemoveProjectTeamApiRequest) (*http.Response, error)) *TeamsApi_RemoveProjectTeamExecute_Call
type TeamsApi_RemoveProjectTeamWithParams_Call ¶
TeamsApi_RemoveProjectTeamWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveProjectTeamWithParams'
func (*TeamsApi_RemoveProjectTeamWithParams_Call) Run ¶
func (_c *TeamsApi_RemoveProjectTeamWithParams_Call) Run(run func(ctx context.Context, args *admin.RemoveProjectTeamApiParams)) *TeamsApi_RemoveProjectTeamWithParams_Call
func (*TeamsApi_RemoveProjectTeamWithParams_Call) RunAndReturn ¶
func (_c *TeamsApi_RemoveProjectTeamWithParams_Call) RunAndReturn(run func(context.Context, *admin.RemoveProjectTeamApiParams) admin.RemoveProjectTeamApiRequest) *TeamsApi_RemoveProjectTeamWithParams_Call
type TeamsApi_RemoveProjectTeam_Call ¶
TeamsApi_RemoveProjectTeam_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveProjectTeam'
func (*TeamsApi_RemoveProjectTeam_Call) Return ¶
func (_c *TeamsApi_RemoveProjectTeam_Call) Return(_a0 admin.RemoveProjectTeamApiRequest) *TeamsApi_RemoveProjectTeam_Call
func (*TeamsApi_RemoveProjectTeam_Call) Run ¶
func (_c *TeamsApi_RemoveProjectTeam_Call) Run(run func(ctx context.Context, groupId string, teamId string)) *TeamsApi_RemoveProjectTeam_Call
func (*TeamsApi_RemoveProjectTeam_Call) RunAndReturn ¶
func (_c *TeamsApi_RemoveProjectTeam_Call) RunAndReturn(run func(context.Context, string, string) admin.RemoveProjectTeamApiRequest) *TeamsApi_RemoveProjectTeam_Call
type TeamsApi_RemoveTeamUserExecute_Call ¶
TeamsApi_RemoveTeamUserExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveTeamUserExecute'
func (*TeamsApi_RemoveTeamUserExecute_Call) Return ¶
func (_c *TeamsApi_RemoveTeamUserExecute_Call) Return(_a0 *http.Response, _a1 error) *TeamsApi_RemoveTeamUserExecute_Call
func (*TeamsApi_RemoveTeamUserExecute_Call) Run ¶
func (_c *TeamsApi_RemoveTeamUserExecute_Call) Run(run func(r admin.RemoveTeamUserApiRequest)) *TeamsApi_RemoveTeamUserExecute_Call
func (*TeamsApi_RemoveTeamUserExecute_Call) RunAndReturn ¶
func (_c *TeamsApi_RemoveTeamUserExecute_Call) RunAndReturn(run func(admin.RemoveTeamUserApiRequest) (*http.Response, error)) *TeamsApi_RemoveTeamUserExecute_Call
type TeamsApi_RemoveTeamUserWithParams_Call ¶
TeamsApi_RemoveTeamUserWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveTeamUserWithParams'
func (*TeamsApi_RemoveTeamUserWithParams_Call) Return ¶
func (_c *TeamsApi_RemoveTeamUserWithParams_Call) Return(_a0 admin.RemoveTeamUserApiRequest) *TeamsApi_RemoveTeamUserWithParams_Call
func (*TeamsApi_RemoveTeamUserWithParams_Call) Run ¶
func (_c *TeamsApi_RemoveTeamUserWithParams_Call) Run(run func(ctx context.Context, args *admin.RemoveTeamUserApiParams)) *TeamsApi_RemoveTeamUserWithParams_Call
func (*TeamsApi_RemoveTeamUserWithParams_Call) RunAndReturn ¶
func (_c *TeamsApi_RemoveTeamUserWithParams_Call) RunAndReturn(run func(context.Context, *admin.RemoveTeamUserApiParams) admin.RemoveTeamUserApiRequest) *TeamsApi_RemoveTeamUserWithParams_Call
type TeamsApi_RemoveTeamUser_Call ¶
TeamsApi_RemoveTeamUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveTeamUser'
func (*TeamsApi_RemoveTeamUser_Call) Return ¶
func (_c *TeamsApi_RemoveTeamUser_Call) Return(_a0 admin.RemoveTeamUserApiRequest) *TeamsApi_RemoveTeamUser_Call
func (*TeamsApi_RemoveTeamUser_Call) Run ¶
func (_c *TeamsApi_RemoveTeamUser_Call) Run(run func(ctx context.Context, orgId string, teamId string, userId string)) *TeamsApi_RemoveTeamUser_Call
func (*TeamsApi_RemoveTeamUser_Call) RunAndReturn ¶
func (_c *TeamsApi_RemoveTeamUser_Call) RunAndReturn(run func(context.Context, string, string, string) admin.RemoveTeamUserApiRequest) *TeamsApi_RemoveTeamUser_Call
type TeamsApi_RenameTeamExecute_Call ¶
TeamsApi_RenameTeamExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RenameTeamExecute'
func (*TeamsApi_RenameTeamExecute_Call) Return ¶
func (_c *TeamsApi_RenameTeamExecute_Call) Return(_a0 *admin.TeamResponse, _a1 *http.Response, _a2 error) *TeamsApi_RenameTeamExecute_Call
func (*TeamsApi_RenameTeamExecute_Call) Run ¶
func (_c *TeamsApi_RenameTeamExecute_Call) Run(run func(r admin.RenameTeamApiRequest)) *TeamsApi_RenameTeamExecute_Call
func (*TeamsApi_RenameTeamExecute_Call) RunAndReturn ¶
func (_c *TeamsApi_RenameTeamExecute_Call) RunAndReturn(run func(admin.RenameTeamApiRequest) (*admin.TeamResponse, *http.Response, error)) *TeamsApi_RenameTeamExecute_Call
type TeamsApi_RenameTeamWithParams_Call ¶
TeamsApi_RenameTeamWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RenameTeamWithParams'
func (*TeamsApi_RenameTeamWithParams_Call) Return ¶
func (_c *TeamsApi_RenameTeamWithParams_Call) Return(_a0 admin.RenameTeamApiRequest) *TeamsApi_RenameTeamWithParams_Call
func (*TeamsApi_RenameTeamWithParams_Call) Run ¶
func (_c *TeamsApi_RenameTeamWithParams_Call) Run(run func(ctx context.Context, args *admin.RenameTeamApiParams)) *TeamsApi_RenameTeamWithParams_Call
func (*TeamsApi_RenameTeamWithParams_Call) RunAndReturn ¶
func (_c *TeamsApi_RenameTeamWithParams_Call) RunAndReturn(run func(context.Context, *admin.RenameTeamApiParams) admin.RenameTeamApiRequest) *TeamsApi_RenameTeamWithParams_Call
type TeamsApi_RenameTeam_Call ¶
TeamsApi_RenameTeam_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RenameTeam'
func (*TeamsApi_RenameTeam_Call) Return ¶
func (_c *TeamsApi_RenameTeam_Call) Return(_a0 admin.RenameTeamApiRequest) *TeamsApi_RenameTeam_Call
func (*TeamsApi_RenameTeam_Call) Run ¶
func (_c *TeamsApi_RenameTeam_Call) Run(run func(ctx context.Context, orgId string, teamId string, teamUpdate *admin.TeamUpdate)) *TeamsApi_RenameTeam_Call
func (*TeamsApi_RenameTeam_Call) RunAndReturn ¶
func (_c *TeamsApi_RenameTeam_Call) RunAndReturn(run func(context.Context, string, string, *admin.TeamUpdate) admin.RenameTeamApiRequest) *TeamsApi_RenameTeam_Call
type TeamsApi_UpdateTeamRolesExecute_Call ¶
TeamsApi_UpdateTeamRolesExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateTeamRolesExecute'
func (*TeamsApi_UpdateTeamRolesExecute_Call) Return ¶
func (_c *TeamsApi_UpdateTeamRolesExecute_Call) Return(_a0 *admin.PaginatedTeamRole, _a1 *http.Response, _a2 error) *TeamsApi_UpdateTeamRolesExecute_Call
func (*TeamsApi_UpdateTeamRolesExecute_Call) Run ¶
func (_c *TeamsApi_UpdateTeamRolesExecute_Call) Run(run func(r admin.UpdateTeamRolesApiRequest)) *TeamsApi_UpdateTeamRolesExecute_Call
func (*TeamsApi_UpdateTeamRolesExecute_Call) RunAndReturn ¶
func (_c *TeamsApi_UpdateTeamRolesExecute_Call) RunAndReturn(run func(admin.UpdateTeamRolesApiRequest) (*admin.PaginatedTeamRole, *http.Response, error)) *TeamsApi_UpdateTeamRolesExecute_Call
type TeamsApi_UpdateTeamRolesWithParams_Call ¶
TeamsApi_UpdateTeamRolesWithParams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateTeamRolesWithParams'
func (*TeamsApi_UpdateTeamRolesWithParams_Call) Return ¶
func (_c *TeamsApi_UpdateTeamRolesWithParams_Call) Return(_a0 admin.UpdateTeamRolesApiRequest) *TeamsApi_UpdateTeamRolesWithParams_Call
func (*TeamsApi_UpdateTeamRolesWithParams_Call) Run ¶
func (_c *TeamsApi_UpdateTeamRolesWithParams_Call) Run(run func(ctx context.Context, args *admin.UpdateTeamRolesApiParams)) *TeamsApi_UpdateTeamRolesWithParams_Call
func (*TeamsApi_UpdateTeamRolesWithParams_Call) RunAndReturn ¶
func (_c *TeamsApi_UpdateTeamRolesWithParams_Call) RunAndReturn(run func(context.Context, *admin.UpdateTeamRolesApiParams) admin.UpdateTeamRolesApiRequest) *TeamsApi_UpdateTeamRolesWithParams_Call
type TeamsApi_UpdateTeamRoles_Call ¶
TeamsApi_UpdateTeamRoles_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateTeamRoles'
func (*TeamsApi_UpdateTeamRoles_Call) Return ¶
func (_c *TeamsApi_UpdateTeamRoles_Call) Return(_a0 admin.UpdateTeamRolesApiRequest) *TeamsApi_UpdateTeamRoles_Call
func (*TeamsApi_UpdateTeamRoles_Call) Run ¶
func (_c *TeamsApi_UpdateTeamRoles_Call) Run(run func(ctx context.Context, groupId string, teamId string, teamRole *admin.TeamRole)) *TeamsApi_UpdateTeamRoles_Call
func (*TeamsApi_UpdateTeamRoles_Call) RunAndReturn ¶
func (_c *TeamsApi_UpdateTeamRoles_Call) RunAndReturn(run func(context.Context, string, string, *admin.TeamRole) admin.UpdateTeamRolesApiRequest) *TeamsApi_UpdateTeamRoles_Call