mocksvc

package
v0.1.0-test Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2024 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AtlasSearchApi added in v1.15.2

type AtlasSearchApi struct {
	mock.Mock
}

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

CreateAtlasSearchDeploymentExecute provides a mock function with given fields: r

func (*AtlasSearchApi) CreateAtlasSearchDeploymentWithParams added in v1.15.2

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

CreateAtlasSearchIndexExecute provides a mock function with given fields: r

func (*AtlasSearchApi) CreateAtlasSearchIndexWithParams added in v1.15.2

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

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

DeleteAtlasSearchIndexWithParams provides a mock function with given fields: ctx, args

func (*AtlasSearchApi) EXPECT added in v1.15.2

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

GetAtlasSearchDeploymentExecute provides a mock function with given fields: r

func (*AtlasSearchApi) GetAtlasSearchDeploymentWithParams added in v1.15.2

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

GetAtlasSearchIndexExecute provides a mock function with given fields: r

func (*AtlasSearchApi) GetAtlasSearchIndexWithParams added in v1.15.2

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

ListAtlasSearchIndexesExecute provides a mock function with given fields: r

func (*AtlasSearchApi) ListAtlasSearchIndexesWithParams added in v1.15.2

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

UpdateAtlasSearchDeploymentExecute provides a mock function with given fields: r

func (*AtlasSearchApi) UpdateAtlasSearchDeploymentWithParams added in v1.15.2

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

UpdateAtlasSearchIndexExecute provides a mock function with given fields: r

func (*AtlasSearchApi) UpdateAtlasSearchIndexWithParams added in v1.15.2

UpdateAtlasSearchIndexWithParams provides a mock function with given fields: ctx, args

type AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call added in v1.15.2

type AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call struct {
	*mock.Call
}

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 (*AtlasSearchApi_CreateAtlasSearchDeploymentExecute_Call) Run added in v1.15.2

type AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call added in v1.15.2

type AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call) Return added in v1.15.2

func (*AtlasSearchApi_CreateAtlasSearchDeploymentWithParams_Call) Run added in v1.15.2

type AtlasSearchApi_CreateAtlasSearchDeployment_Call added in v1.15.2

type AtlasSearchApi_CreateAtlasSearchDeployment_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_CreateAtlasSearchDeployment_Call) Return added in v1.15.2

func (*AtlasSearchApi_CreateAtlasSearchDeployment_Call) Run added in v1.15.2

type AtlasSearchApi_CreateAtlasSearchIndexExecute_Call added in v1.15.2

type AtlasSearchApi_CreateAtlasSearchIndexExecute_Call struct {
	*mock.Call
}

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 (*AtlasSearchApi_CreateAtlasSearchIndexExecute_Call) Run added in v1.15.2

func (*AtlasSearchApi_CreateAtlasSearchIndexExecute_Call) RunAndReturn added in v1.15.2

type AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call added in v1.15.2

type AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call) Return added in v1.15.2

func (*AtlasSearchApi_CreateAtlasSearchIndexWithParams_Call) Run added in v1.15.2

type AtlasSearchApi_CreateAtlasSearchIndex_Call added in v1.15.2

type AtlasSearchApi_CreateAtlasSearchIndex_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_CreateAtlasSearchIndex_Call) Return added in v1.15.2

func (*AtlasSearchApi_CreateAtlasSearchIndex_Call) Run added in v1.15.2

type AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call added in v1.15.2

type AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call struct {
	*mock.Call
}

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 (*AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call) Run added in v1.15.2

func (*AtlasSearchApi_DeleteAtlasSearchDeploymentExecute_Call) RunAndReturn added in v1.15.2

type AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call added in v1.15.2

type AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call) Return added in v1.15.2

func (*AtlasSearchApi_DeleteAtlasSearchDeploymentWithParams_Call) Run added in v1.15.2

type AtlasSearchApi_DeleteAtlasSearchDeployment_Call added in v1.15.2

type AtlasSearchApi_DeleteAtlasSearchDeployment_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_DeleteAtlasSearchDeployment_Call) Return added in v1.15.2

func (*AtlasSearchApi_DeleteAtlasSearchDeployment_Call) Run added in v1.15.2

func (*AtlasSearchApi_DeleteAtlasSearchDeployment_Call) RunAndReturn added in v1.15.2

type AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call added in v1.15.2

type AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call struct {
	*mock.Call
}

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 (*AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call) Run added in v1.15.2

func (*AtlasSearchApi_DeleteAtlasSearchIndexExecute_Call) RunAndReturn added in v1.15.2

type AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call added in v1.15.2

type AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call) Return added in v1.15.2

func (*AtlasSearchApi_DeleteAtlasSearchIndexWithParams_Call) Run added in v1.15.2

type AtlasSearchApi_DeleteAtlasSearchIndex_Call added in v1.15.2

type AtlasSearchApi_DeleteAtlasSearchIndex_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_DeleteAtlasSearchIndex_Call) Return added in v1.15.2

func (*AtlasSearchApi_DeleteAtlasSearchIndex_Call) Run added in v1.15.2

func (*AtlasSearchApi_DeleteAtlasSearchIndex_Call) RunAndReturn added in v1.15.2

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

type AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call struct {
	*mock.Call
}

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 (*AtlasSearchApi_GetAtlasSearchDeploymentExecute_Call) Run added in v1.15.2

type AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call added in v1.15.2

type AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call) Return added in v1.15.2

func (*AtlasSearchApi_GetAtlasSearchDeploymentWithParams_Call) Run added in v1.15.2

type AtlasSearchApi_GetAtlasSearchDeployment_Call added in v1.15.2

type AtlasSearchApi_GetAtlasSearchDeployment_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_GetAtlasSearchDeployment_Call) Return added in v1.15.2

func (*AtlasSearchApi_GetAtlasSearchDeployment_Call) Run added in v1.15.2

func (*AtlasSearchApi_GetAtlasSearchDeployment_Call) RunAndReturn added in v1.15.2

type AtlasSearchApi_GetAtlasSearchIndexExecute_Call added in v1.15.2

type AtlasSearchApi_GetAtlasSearchIndexExecute_Call struct {
	*mock.Call
}

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 (*AtlasSearchApi_GetAtlasSearchIndexExecute_Call) Run added in v1.15.2

func (*AtlasSearchApi_GetAtlasSearchIndexExecute_Call) RunAndReturn added in v1.15.2

type AtlasSearchApi_GetAtlasSearchIndexWithParams_Call added in v1.15.2

type AtlasSearchApi_GetAtlasSearchIndexWithParams_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_GetAtlasSearchIndexWithParams_Call) Return added in v1.15.2

func (*AtlasSearchApi_GetAtlasSearchIndexWithParams_Call) Run added in v1.15.2

type AtlasSearchApi_GetAtlasSearchIndex_Call added in v1.15.2

type AtlasSearchApi_GetAtlasSearchIndex_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_GetAtlasSearchIndex_Call) Return added in v1.15.2

func (*AtlasSearchApi_GetAtlasSearchIndex_Call) Run added in v1.15.2

func (*AtlasSearchApi_GetAtlasSearchIndex_Call) RunAndReturn added in v1.15.2

type AtlasSearchApi_ListAtlasSearchIndexesExecute_Call added in v1.15.2

type AtlasSearchApi_ListAtlasSearchIndexesExecute_Call struct {
	*mock.Call
}

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 (*AtlasSearchApi_ListAtlasSearchIndexesExecute_Call) Run added in v1.15.2

func (*AtlasSearchApi_ListAtlasSearchIndexesExecute_Call) RunAndReturn added in v1.15.2

type AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call added in v1.15.2

type AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call) Return added in v1.15.2

func (*AtlasSearchApi_ListAtlasSearchIndexesWithParams_Call) Run added in v1.15.2

type AtlasSearchApi_ListAtlasSearchIndexes_Call added in v1.15.2

type AtlasSearchApi_ListAtlasSearchIndexes_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_ListAtlasSearchIndexes_Call) Return added in v1.15.2

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

type AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call added in v1.15.2

type AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call struct {
	*mock.Call
}

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 (*AtlasSearchApi_UpdateAtlasSearchDeploymentExecute_Call) Run added in v1.15.2

type AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call added in v1.15.2

type AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call) Return added in v1.15.2

func (*AtlasSearchApi_UpdateAtlasSearchDeploymentWithParams_Call) Run added in v1.15.2

type AtlasSearchApi_UpdateAtlasSearchDeployment_Call added in v1.15.2

type AtlasSearchApi_UpdateAtlasSearchDeployment_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_UpdateAtlasSearchDeployment_Call) Return added in v1.15.2

func (*AtlasSearchApi_UpdateAtlasSearchDeployment_Call) Run added in v1.15.2

type AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call added in v1.15.2

type AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call struct {
	*mock.Call
}

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 (*AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call) Run added in v1.15.2

func (*AtlasSearchApi_UpdateAtlasSearchIndexExecute_Call) RunAndReturn added in v1.15.2

type AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call added in v1.15.2

type AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call) Return added in v1.15.2

func (*AtlasSearchApi_UpdateAtlasSearchIndexWithParams_Call) Run added in v1.15.2

type AtlasSearchApi_UpdateAtlasSearchIndex_Call added in v1.15.2

type AtlasSearchApi_UpdateAtlasSearchIndex_Call struct {
	*mock.Call
}

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

func (*AtlasSearchApi_UpdateAtlasSearchIndex_Call) Return added in v1.15.2

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

type ClustersApi

type ClustersApi struct {
	mock.Mock
}

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

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

GetClusterAdvancedConfigurationExecute provides a mock function with given fields: r

func (*ClustersApi) GetClusterAdvancedConfigurationWithParams

GetClusterAdvancedConfigurationWithParams provides a mock function with given fields: ctx, args

func (*ClustersApi) GetClusterExecute

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

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

ListCloudProviderRegionsExecute provides a mock function with given fields: r

func (*ClustersApi) ListCloudProviderRegionsWithParams

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

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

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

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

UpdateClusterAdvancedConfigurationExecute provides a mock function with given fields: r

func (*ClustersApi) UpdateClusterAdvancedConfigurationWithParams

UpdateClusterAdvancedConfigurationWithParams provides a mock function with given fields: ctx, args

func (*ClustersApi) UpdateClusterExecute

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

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

UpgradeSharedClusterToServerlessExecute provides a mock function with given fields: r

func (*ClustersApi) UpgradeSharedClusterToServerlessWithParams

UpgradeSharedClusterToServerlessWithParams provides a mock function with given fields: ctx, args

func (*ClustersApi) UpgradeSharedClusterWithParams

UpgradeSharedClusterWithParams provides a mock function with given fields: ctx, args

type ClustersApi_CreateClusterExecute_Call

type ClustersApi_CreateClusterExecute_Call struct {
	*mock.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 (*ClustersApi_CreateClusterExecute_Call) Run

type ClustersApi_CreateClusterWithParams_Call

type ClustersApi_CreateClusterWithParams_Call struct {
	*mock.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 (*ClustersApi_CreateClusterWithParams_Call) Run

type ClustersApi_CreateCluster_Call

type ClustersApi_CreateCluster_Call struct {
	*mock.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 (*ClustersApi_CreateCluster_Call) Run

func (_c *ClustersApi_CreateCluster_Call) Run(run func(ctx context.Context, groupId string, advancedClusterDescription *admin.AdvancedClusterDescription)) *ClustersApi_CreateCluster_Call

type ClustersApi_DeleteClusterExecute_Call

type ClustersApi_DeleteClusterExecute_Call struct {
	*mock.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 (*ClustersApi_DeleteClusterExecute_Call) Run

func (*ClustersApi_DeleteClusterExecute_Call) RunAndReturn

type ClustersApi_DeleteClusterWithParams_Call

type ClustersApi_DeleteClusterWithParams_Call struct {
	*mock.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 (*ClustersApi_DeleteClusterWithParams_Call) Run

type ClustersApi_DeleteCluster_Call

type ClustersApi_DeleteCluster_Call struct {
	*mock.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 (*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

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

type ClustersApi_GetClusterAdvancedConfigurationExecute_Call struct {
	*mock.Call
}

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

type ClustersApi_GetClusterAdvancedConfigurationWithParams_Call

type ClustersApi_GetClusterAdvancedConfigurationWithParams_Call struct {
	*mock.Call
}

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

type ClustersApi_GetClusterAdvancedConfiguration_Call

type ClustersApi_GetClusterAdvancedConfiguration_Call struct {
	*mock.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

type ClustersApi_GetClusterExecute_Call

type ClustersApi_GetClusterExecute_Call struct {
	*mock.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 (*ClustersApi_GetClusterExecute_Call) Run

type ClustersApi_GetClusterStatusExecute_Call

type ClustersApi_GetClusterStatusExecute_Call struct {
	*mock.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 (*ClustersApi_GetClusterStatusExecute_Call) Run

type ClustersApi_GetClusterStatusWithParams_Call

type ClustersApi_GetClusterStatusWithParams_Call struct {
	*mock.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

type ClustersApi_GetClusterStatus_Call

type ClustersApi_GetClusterStatus_Call struct {
	*mock.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 (*ClustersApi_GetClusterStatus_Call) Run

type ClustersApi_GetClusterWithParams_Call

type ClustersApi_GetClusterWithParams_Call struct {
	*mock.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 (*ClustersApi_GetClusterWithParams_Call) Run

type ClustersApi_GetCluster_Call

type ClustersApi_GetCluster_Call struct {
	*mock.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 (*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

type ClustersApi_GetSampleDatasetLoadStatusExecute_Call

type ClustersApi_GetSampleDatasetLoadStatusExecute_Call struct {
	*mock.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

type ClustersApi_GetSampleDatasetLoadStatusWithParams_Call

type ClustersApi_GetSampleDatasetLoadStatusWithParams_Call struct {
	*mock.Call
}

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

type ClustersApi_GetSampleDatasetLoadStatus_Call

type ClustersApi_GetSampleDatasetLoadStatus_Call struct {
	*mock.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

type ClustersApi_ListCloudProviderRegionsExecute_Call

type ClustersApi_ListCloudProviderRegionsExecute_Call struct {
	*mock.Call
}

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

type ClustersApi_ListCloudProviderRegionsWithParams_Call

type ClustersApi_ListCloudProviderRegionsWithParams_Call struct {
	*mock.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

type ClustersApi_ListCloudProviderRegions_Call

type ClustersApi_ListCloudProviderRegions_Call struct {
	*mock.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

type ClustersApi_ListClustersExecute_Call

type ClustersApi_ListClustersExecute_Call struct {
	*mock.Call
}

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

func (*ClustersApi_ListClustersExecute_Call) Run

type ClustersApi_ListClustersForAllProjectsExecute_Call

type ClustersApi_ListClustersForAllProjectsExecute_Call struct {
	*mock.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

type ClustersApi_ListClustersForAllProjectsWithParams_Call

type ClustersApi_ListClustersForAllProjectsWithParams_Call struct {
	*mock.Call
}

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

type ClustersApi_ListClustersForAllProjects_Call

type ClustersApi_ListClustersForAllProjects_Call struct {
	*mock.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

type ClustersApi_ListClustersWithParams_Call

type ClustersApi_ListClustersWithParams_Call struct {
	*mock.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 (*ClustersApi_ListClustersWithParams_Call) Run

type ClustersApi_ListClusters_Call

type ClustersApi_ListClusters_Call struct {
	*mock.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 (*ClustersApi_ListClusters_Call) Run

func (*ClustersApi_ListClusters_Call) RunAndReturn

type ClustersApi_LoadSampleDatasetExecute_Call

type ClustersApi_LoadSampleDatasetExecute_Call struct {
	*mock.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 (*ClustersApi_LoadSampleDatasetExecute_Call) Run

type ClustersApi_LoadSampleDatasetWithParams_Call

type ClustersApi_LoadSampleDatasetWithParams_Call struct {
	*mock.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

type ClustersApi_LoadSampleDataset_Call

type ClustersApi_LoadSampleDataset_Call struct {
	*mock.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 (*ClustersApi_LoadSampleDataset_Call) Run

type ClustersApi_TestFailoverExecute_Call

type ClustersApi_TestFailoverExecute_Call struct {
	*mock.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 (*ClustersApi_TestFailoverExecute_Call) Run

func (*ClustersApi_TestFailoverExecute_Call) RunAndReturn

type ClustersApi_TestFailoverWithParams_Call

type ClustersApi_TestFailoverWithParams_Call struct {
	*mock.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 (*ClustersApi_TestFailoverWithParams_Call) Run

type ClustersApi_TestFailover_Call

type ClustersApi_TestFailover_Call struct {
	*mock.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 (*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

type ClustersApi_UpdateClusterAdvancedConfigurationExecute_Call

type ClustersApi_UpdateClusterAdvancedConfigurationExecute_Call struct {
	*mock.Call
}

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

type ClustersApi_UpdateClusterAdvancedConfigurationWithParams_Call

type ClustersApi_UpdateClusterAdvancedConfigurationWithParams_Call struct {
	*mock.Call
}

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

type ClustersApi_UpdateClusterAdvancedConfiguration_Call

type ClustersApi_UpdateClusterAdvancedConfiguration_Call struct {
	*mock.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

type ClustersApi_UpdateClusterExecute_Call

type ClustersApi_UpdateClusterExecute_Call struct {
	*mock.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 (*ClustersApi_UpdateClusterExecute_Call) Run

type ClustersApi_UpdateClusterWithParams_Call

type ClustersApi_UpdateClusterWithParams_Call struct {
	*mock.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 (*ClustersApi_UpdateClusterWithParams_Call) Run

type ClustersApi_UpdateCluster_Call

type ClustersApi_UpdateCluster_Call struct {
	*mock.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 (*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

type ClustersApi_UpgradeSharedClusterExecute_Call

type ClustersApi_UpgradeSharedClusterExecute_Call struct {
	*mock.Call
}

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 (*ClustersApi_UpgradeSharedClusterExecute_Call) Run

type ClustersApi_UpgradeSharedClusterToServerlessExecute_Call

type ClustersApi_UpgradeSharedClusterToServerlessExecute_Call struct {
	*mock.Call
}

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

type ClustersApi_UpgradeSharedClusterToServerlessWithParams_Call

type ClustersApi_UpgradeSharedClusterToServerlessWithParams_Call struct {
	*mock.Call
}

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

type ClustersApi_UpgradeSharedClusterToServerless_Call

type ClustersApi_UpgradeSharedClusterToServerless_Call struct {
	*mock.Call
}

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

func (*ClustersApi_UpgradeSharedClusterToServerless_Call) Run

type ClustersApi_UpgradeSharedClusterWithParams_Call

type ClustersApi_UpgradeSharedClusterWithParams_Call struct {
	*mock.Call
}

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

func (*ClustersApi_UpgradeSharedClusterWithParams_Call) Run

type ClustersApi_UpgradeSharedCluster_Call

type ClustersApi_UpgradeSharedCluster_Call struct {
	*mock.Call
}

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

func (*ClustersApi_UpgradeSharedCluster_Call) Run

type EncryptionAtRestUsingCustomerKeyManagementApi

type EncryptionAtRestUsingCustomerKeyManagementApi struct {
	mock.Mock
}

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) EXPECT

func (*EncryptionAtRestUsingCustomerKeyManagementApi) GetEncryptionAtRest

GetEncryptionAtRest provides a mock function with given fields: ctx, groupId

func (*EncryptionAtRestUsingCustomerKeyManagementApi) GetEncryptionAtRestExecute

GetEncryptionAtRestExecute provides a mock function with given fields: r

func (*EncryptionAtRestUsingCustomerKeyManagementApi) GetEncryptionAtRestWithParams

GetEncryptionAtRestWithParams provides a mock function with given fields: ctx, args

func (*EncryptionAtRestUsingCustomerKeyManagementApi) UpdateEncryptionAtRest

UpdateEncryptionAtRest provides a mock function with given fields: ctx, groupId, encryptionAtRest

func (*EncryptionAtRestUsingCustomerKeyManagementApi) UpdateEncryptionAtRestExecute

UpdateEncryptionAtRestExecute provides a mock function with given fields: r

func (*EncryptionAtRestUsingCustomerKeyManagementApi) UpdateEncryptionAtRestWithParams

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

GetEncryptionAtRest is a helper method to define mock.On call

  • ctx context.Context
  • groupId string

func (*EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) GetEncryptionAtRestExecute

GetEncryptionAtRestExecute is a helper method to define mock.On call

  • r admin.GetEncryptionAtRestApiRequest

func (*EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) GetEncryptionAtRestWithParams

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

UpdateEncryptionAtRestExecute is a helper method to define mock.On call

  • r admin.UpdateEncryptionAtRestApiRequest

func (*EncryptionAtRestUsingCustomerKeyManagementApi_Expecter) UpdateEncryptionAtRestWithParams

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'

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'

type EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRest_Call

type EncryptionAtRestUsingCustomerKeyManagementApi_GetEncryptionAtRest_Call struct {
	*mock.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

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'

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'

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

type ProjectsApi

type ProjectsApi struct {
	mock.Mock
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

type ProjectsApi_AddUserToProjectExecute_Call struct {
	*mock.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 (*ProjectsApi_AddUserToProjectExecute_Call) Run

type ProjectsApi_AddUserToProjectWithParams_Call

type ProjectsApi_AddUserToProjectWithParams_Call struct {
	*mock.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

type ProjectsApi_AddUserToProject_Call

type ProjectsApi_AddUserToProject_Call struct {
	*mock.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 (*ProjectsApi_AddUserToProject_Call) Run

type ProjectsApi_CreateProjectExecute_Call

type ProjectsApi_CreateProjectExecute_Call struct {
	*mock.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 (*ProjectsApi_CreateProjectExecute_Call) Run

func (*ProjectsApi_CreateProjectExecute_Call) RunAndReturn

type ProjectsApi_CreateProjectInvitationExecute_Call

type ProjectsApi_CreateProjectInvitationExecute_Call struct {
	*mock.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 (*ProjectsApi_CreateProjectInvitationExecute_Call) Run

type ProjectsApi_CreateProjectInvitationWithParams_Call

type ProjectsApi_CreateProjectInvitationWithParams_Call struct {
	*mock.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

type ProjectsApi_CreateProjectInvitation_Call

type ProjectsApi_CreateProjectInvitation_Call struct {
	*mock.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

type ProjectsApi_CreateProjectWithParams_Call

type ProjectsApi_CreateProjectWithParams_Call struct {
	*mock.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 (*ProjectsApi_CreateProjectWithParams_Call) Run

type ProjectsApi_CreateProject_Call

type ProjectsApi_CreateProject_Call struct {
	*mock.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 (*ProjectsApi_CreateProject_Call) Run

func (*ProjectsApi_CreateProject_Call) RunAndReturn

type ProjectsApi_DeleteProjectExecute_Call

type ProjectsApi_DeleteProjectExecute_Call struct {
	*mock.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 (*ProjectsApi_DeleteProjectExecute_Call) Run

func (*ProjectsApi_DeleteProjectExecute_Call) RunAndReturn

type ProjectsApi_DeleteProjectInvitationExecute_Call

type ProjectsApi_DeleteProjectInvitationExecute_Call struct {
	*mock.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 (*ProjectsApi_DeleteProjectInvitationExecute_Call) Run

func (*ProjectsApi_DeleteProjectInvitationExecute_Call) RunAndReturn

type ProjectsApi_DeleteProjectInvitationWithParams_Call

type ProjectsApi_DeleteProjectInvitationWithParams_Call struct {
	*mock.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

type ProjectsApi_DeleteProjectInvitation_Call

type ProjectsApi_DeleteProjectInvitation_Call struct {
	*mock.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

type ProjectsApi_DeleteProjectLimitExecute_Call

type ProjectsApi_DeleteProjectLimitExecute_Call struct {
	*mock.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 (*ProjectsApi_DeleteProjectLimitExecute_Call) Run

func (*ProjectsApi_DeleteProjectLimitExecute_Call) RunAndReturn

type ProjectsApi_DeleteProjectLimitWithParams_Call

type ProjectsApi_DeleteProjectLimitWithParams_Call struct {
	*mock.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

type ProjectsApi_DeleteProjectLimit_Call

type ProjectsApi_DeleteProjectLimit_Call struct {
	*mock.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 (*ProjectsApi_DeleteProjectLimit_Call) Run

type ProjectsApi_DeleteProjectWithParams_Call

type ProjectsApi_DeleteProjectWithParams_Call struct {
	*mock.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 (*ProjectsApi_DeleteProjectWithParams_Call) Run

type ProjectsApi_DeleteProject_Call

type ProjectsApi_DeleteProject_Call struct {
	*mock.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 (*ProjectsApi_DeleteProject_Call) Run

func (*ProjectsApi_DeleteProject_Call) RunAndReturn

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

type ProjectsApi_GetProjectByNameExecute_Call struct {
	*mock.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 (*ProjectsApi_GetProjectByNameExecute_Call) Run

func (*ProjectsApi_GetProjectByNameExecute_Call) RunAndReturn

type ProjectsApi_GetProjectByNameWithParams_Call

type ProjectsApi_GetProjectByNameWithParams_Call struct {
	*mock.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

type ProjectsApi_GetProjectByName_Call

type ProjectsApi_GetProjectByName_Call struct {
	*mock.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 (*ProjectsApi_GetProjectByName_Call) Run

func (*ProjectsApi_GetProjectByName_Call) RunAndReturn

type ProjectsApi_GetProjectExecute_Call

type ProjectsApi_GetProjectExecute_Call struct {
	*mock.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 (*ProjectsApi_GetProjectExecute_Call) Run

func (*ProjectsApi_GetProjectExecute_Call) RunAndReturn

type ProjectsApi_GetProjectInvitationExecute_Call

type ProjectsApi_GetProjectInvitationExecute_Call struct {
	*mock.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 (*ProjectsApi_GetProjectInvitationExecute_Call) Run

type ProjectsApi_GetProjectInvitationWithParams_Call

type ProjectsApi_GetProjectInvitationWithParams_Call struct {
	*mock.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

type ProjectsApi_GetProjectInvitation_Call

type ProjectsApi_GetProjectInvitation_Call struct {
	*mock.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

type ProjectsApi_GetProjectLimitExecute_Call

type ProjectsApi_GetProjectLimitExecute_Call struct {
	*mock.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 (*ProjectsApi_GetProjectLimitExecute_Call) Run

type ProjectsApi_GetProjectLimitWithParams_Call

type ProjectsApi_GetProjectLimitWithParams_Call struct {
	*mock.Call
}

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

func (*ProjectsApi_GetProjectLimitWithParams_Call) Return

func (*ProjectsApi_GetProjectLimitWithParams_Call) Run

type ProjectsApi_GetProjectLimit_Call

type ProjectsApi_GetProjectLimit_Call struct {
	*mock.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 (*ProjectsApi_GetProjectLimit_Call) Run

func (*ProjectsApi_GetProjectLimit_Call) RunAndReturn

type ProjectsApi_GetProjectSettingsExecute_Call

type ProjectsApi_GetProjectSettingsExecute_Call struct {
	*mock.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 (*ProjectsApi_GetProjectSettingsExecute_Call) Run

type ProjectsApi_GetProjectSettingsWithParams_Call

type ProjectsApi_GetProjectSettingsWithParams_Call struct {
	*mock.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

type ProjectsApi_GetProjectSettings_Call

type ProjectsApi_GetProjectSettings_Call struct {
	*mock.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 (*ProjectsApi_GetProjectSettings_Call) Run

type ProjectsApi_GetProjectWithParams_Call

type ProjectsApi_GetProjectWithParams_Call struct {
	*mock.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 (*ProjectsApi_GetProjectWithParams_Call) Run

type ProjectsApi_GetProject_Call

type ProjectsApi_GetProject_Call struct {
	*mock.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 (*ProjectsApi_GetProject_Call) Run

func (*ProjectsApi_GetProject_Call) RunAndReturn

type ProjectsApi_ListProjectInvitationsExecute_Call

type ProjectsApi_ListProjectInvitationsExecute_Call struct {
	*mock.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 (*ProjectsApi_ListProjectInvitationsExecute_Call) Run

type ProjectsApi_ListProjectInvitationsWithParams_Call

type ProjectsApi_ListProjectInvitationsWithParams_Call struct {
	*mock.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

type ProjectsApi_ListProjectInvitations_Call

type ProjectsApi_ListProjectInvitations_Call struct {
	*mock.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

type ProjectsApi_ListProjectLimitsExecute_Call

type ProjectsApi_ListProjectLimitsExecute_Call struct {
	*mock.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 (*ProjectsApi_ListProjectLimitsExecute_Call) Run

type ProjectsApi_ListProjectLimitsWithParams_Call

type ProjectsApi_ListProjectLimitsWithParams_Call struct {
	*mock.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

type ProjectsApi_ListProjectLimits_Call

type ProjectsApi_ListProjectLimits_Call struct {
	*mock.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 (*ProjectsApi_ListProjectLimits_Call) Run

func (*ProjectsApi_ListProjectLimits_Call) RunAndReturn

type ProjectsApi_ListProjectUsersExecute_Call

type ProjectsApi_ListProjectUsersExecute_Call struct {
	*mock.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 (*ProjectsApi_ListProjectUsersExecute_Call) Run

type ProjectsApi_ListProjectUsersWithParams_Call

type ProjectsApi_ListProjectUsersWithParams_Call struct {
	*mock.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

type ProjectsApi_ListProjectUsers_Call

type ProjectsApi_ListProjectUsers_Call struct {
	*mock.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 (*ProjectsApi_ListProjectUsers_Call) Run

func (*ProjectsApi_ListProjectUsers_Call) RunAndReturn

type ProjectsApi_ListProjectsExecute_Call

type ProjectsApi_ListProjectsExecute_Call struct {
	*mock.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 (*ProjectsApi_ListProjectsExecute_Call) Run

type ProjectsApi_ListProjectsWithParams_Call

type ProjectsApi_ListProjectsWithParams_Call struct {
	*mock.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 (*ProjectsApi_ListProjectsWithParams_Call) Run

type ProjectsApi_ListProjects_Call

type ProjectsApi_ListProjects_Call struct {
	*mock.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 (*ProjectsApi_ListProjects_Call) Run

func (*ProjectsApi_ListProjects_Call) RunAndReturn

type ProjectsApi_RemoveProjectUserExecute_Call

type ProjectsApi_RemoveProjectUserExecute_Call struct {
	*mock.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 (*ProjectsApi_RemoveProjectUserExecute_Call) Run

func (*ProjectsApi_RemoveProjectUserExecute_Call) RunAndReturn

type ProjectsApi_RemoveProjectUserWithParams_Call

type ProjectsApi_RemoveProjectUserWithParams_Call struct {
	*mock.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

type ProjectsApi_RemoveProjectUser_Call

type ProjectsApi_RemoveProjectUser_Call struct {
	*mock.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 (*ProjectsApi_RemoveProjectUser_Call) Run

type ProjectsApi_ReturnAllIPAddressesExecute_Call

type ProjectsApi_ReturnAllIPAddressesExecute_Call struct {
	*mock.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 (*ProjectsApi_ReturnAllIPAddressesExecute_Call) Run

type ProjectsApi_ReturnAllIPAddressesWithParams_Call

type ProjectsApi_ReturnAllIPAddressesWithParams_Call struct {
	*mock.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

type ProjectsApi_ReturnAllIPAddresses_Call

type ProjectsApi_ReturnAllIPAddresses_Call struct {
	*mock.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

type ProjectsApi_SetProjectLimitExecute_Call

type ProjectsApi_SetProjectLimitExecute_Call struct {
	*mock.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 (*ProjectsApi_SetProjectLimitExecute_Call) Run

type ProjectsApi_SetProjectLimitWithParams_Call

type ProjectsApi_SetProjectLimitWithParams_Call struct {
	*mock.Call
}

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

func (*ProjectsApi_SetProjectLimitWithParams_Call) Return

func (*ProjectsApi_SetProjectLimitWithParams_Call) Run

type ProjectsApi_SetProjectLimit_Call

type ProjectsApi_SetProjectLimit_Call struct {
	*mock.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 (*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

type ProjectsApi_UpdateProjectExecute_Call

type ProjectsApi_UpdateProjectExecute_Call struct {
	*mock.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 (*ProjectsApi_UpdateProjectExecute_Call) Run

func (*ProjectsApi_UpdateProjectExecute_Call) RunAndReturn

type ProjectsApi_UpdateProjectInvitationByIdExecute_Call

type ProjectsApi_UpdateProjectInvitationByIdExecute_Call struct {
	*mock.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

type ProjectsApi_UpdateProjectInvitationByIdWithParams_Call

type ProjectsApi_UpdateProjectInvitationByIdWithParams_Call struct {
	*mock.Call
}

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

type ProjectsApi_UpdateProjectInvitationById_Call

type ProjectsApi_UpdateProjectInvitationById_Call struct {
	*mock.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

type ProjectsApi_UpdateProjectInvitationExecute_Call

type ProjectsApi_UpdateProjectInvitationExecute_Call struct {
	*mock.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 (*ProjectsApi_UpdateProjectInvitationExecute_Call) Run

type ProjectsApi_UpdateProjectInvitationWithParams_Call

type ProjectsApi_UpdateProjectInvitationWithParams_Call struct {
	*mock.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

type ProjectsApi_UpdateProjectInvitation_Call

type ProjectsApi_UpdateProjectInvitation_Call struct {
	*mock.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

type ProjectsApi_UpdateProjectRolesExecute_Call

type ProjectsApi_UpdateProjectRolesExecute_Call struct {
	*mock.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 (*ProjectsApi_UpdateProjectRolesExecute_Call) Run

type ProjectsApi_UpdateProjectRolesWithParams_Call

type ProjectsApi_UpdateProjectRolesWithParams_Call struct {
	*mock.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

type ProjectsApi_UpdateProjectRoles_Call

type ProjectsApi_UpdateProjectRoles_Call struct {
	*mock.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 (*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

type ProjectsApi_UpdateProjectSettingsExecute_Call

type ProjectsApi_UpdateProjectSettingsExecute_Call struct {
	*mock.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 (*ProjectsApi_UpdateProjectSettingsExecute_Call) Run

type ProjectsApi_UpdateProjectSettingsWithParams_Call

type ProjectsApi_UpdateProjectSettingsWithParams_Call struct {
	*mock.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

type ProjectsApi_UpdateProjectSettings_Call

type ProjectsApi_UpdateProjectSettings_Call struct {
	*mock.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

type ProjectsApi_UpdateProjectWithParams_Call

type ProjectsApi_UpdateProjectWithParams_Call struct {
	*mock.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 (*ProjectsApi_UpdateProjectWithParams_Call) Run

type ProjectsApi_UpdateProject_Call

type ProjectsApi_UpdateProject_Call struct {
	*mock.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 (*ProjectsApi_UpdateProject_Call) Run

type TeamsApi

type TeamsApi struct {
	mock.Mock
}

TeamsApi is an autogenerated mock type for the TeamsApi type

func NewTeamsApi

func NewTeamsApi(t interface {
	mock.TestingT
	Cleanup(func())
}) *TeamsApi

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

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

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

func (_m *TeamsApi) RemoveTeamUserExecute(r admin.RemoveTeamUserApiRequest) (*http.Response, error)

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

type TeamsApi_AddAllTeamsToProjectExecute_Call struct {
	*mock.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 (*TeamsApi_AddAllTeamsToProjectExecute_Call) Run

type TeamsApi_AddAllTeamsToProjectWithParams_Call

type TeamsApi_AddAllTeamsToProjectWithParams_Call struct {
	*mock.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

type TeamsApi_AddAllTeamsToProject_Call

type TeamsApi_AddAllTeamsToProject_Call struct {
	*mock.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 (*TeamsApi_AddAllTeamsToProject_Call) Run

type TeamsApi_AddTeamUserExecute_Call

type TeamsApi_AddTeamUserExecute_Call struct {
	*mock.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 (*TeamsApi_AddTeamUserExecute_Call) Run

type TeamsApi_AddTeamUserWithParams_Call

type TeamsApi_AddTeamUserWithParams_Call struct {
	*mock.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 (*TeamsApi_AddTeamUserWithParams_Call) Run

type TeamsApi_AddTeamUser_Call

type TeamsApi_AddTeamUser_Call struct {
	*mock.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 (*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

type TeamsApi_CreateTeamExecute_Call

type TeamsApi_CreateTeamExecute_Call struct {
	*mock.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 (*TeamsApi_CreateTeamExecute_Call) Run

func (*TeamsApi_CreateTeamExecute_Call) RunAndReturn

type TeamsApi_CreateTeamWithParams_Call

type TeamsApi_CreateTeamWithParams_Call struct {
	*mock.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 (*TeamsApi_CreateTeamWithParams_Call) Run

type TeamsApi_CreateTeam_Call

type TeamsApi_CreateTeam_Call struct {
	*mock.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 (*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

type TeamsApi_DeleteTeamExecute_Call

type TeamsApi_DeleteTeamExecute_Call struct {
	*mock.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 (*TeamsApi_DeleteTeamExecute_Call) RunAndReturn

type TeamsApi_DeleteTeamWithParams_Call

type TeamsApi_DeleteTeamWithParams_Call struct {
	*mock.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 (*TeamsApi_DeleteTeamWithParams_Call) Run

type TeamsApi_DeleteTeam_Call

type TeamsApi_DeleteTeam_Call struct {
	*mock.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 (*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

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

type TeamsApi_GetTeamByIdExecute_Call struct {
	*mock.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 (*TeamsApi_GetTeamByIdExecute_Call) Run

func (*TeamsApi_GetTeamByIdExecute_Call) RunAndReturn

type TeamsApi_GetTeamByIdWithParams_Call

type TeamsApi_GetTeamByIdWithParams_Call struct {
	*mock.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 (*TeamsApi_GetTeamByIdWithParams_Call) Run

type TeamsApi_GetTeamById_Call

type TeamsApi_GetTeamById_Call struct {
	*mock.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 (*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

type TeamsApi_GetTeamByNameExecute_Call

type TeamsApi_GetTeamByNameExecute_Call struct {
	*mock.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 (*TeamsApi_GetTeamByNameExecute_Call) Run

func (*TeamsApi_GetTeamByNameExecute_Call) RunAndReturn

type TeamsApi_GetTeamByNameWithParams_Call

type TeamsApi_GetTeamByNameWithParams_Call struct {
	*mock.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 (*TeamsApi_GetTeamByNameWithParams_Call) Run

type TeamsApi_GetTeamByName_Call

type TeamsApi_GetTeamByName_Call struct {
	*mock.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 (*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

type TeamsApi_ListOrganizationTeamsExecute_Call

type TeamsApi_ListOrganizationTeamsExecute_Call struct {
	*mock.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 (*TeamsApi_ListOrganizationTeamsExecute_Call) Run

type TeamsApi_ListOrganizationTeamsWithParams_Call

type TeamsApi_ListOrganizationTeamsWithParams_Call struct {
	*mock.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

type TeamsApi_ListOrganizationTeams_Call

type TeamsApi_ListOrganizationTeams_Call struct {
	*mock.Call
}

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

func (*TeamsApi_ListOrganizationTeams_Call) Run

type TeamsApi_ListProjectTeamsExecute_Call

type TeamsApi_ListProjectTeamsExecute_Call struct {
	*mock.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 (*TeamsApi_ListProjectTeamsExecute_Call) Run

type TeamsApi_ListProjectTeamsWithParams_Call

type TeamsApi_ListProjectTeamsWithParams_Call struct {
	*mock.Call
}

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

func (*TeamsApi_ListProjectTeamsWithParams_Call) Return

func (*TeamsApi_ListProjectTeamsWithParams_Call) Run

type TeamsApi_ListProjectTeams_Call

type TeamsApi_ListProjectTeams_Call struct {
	*mock.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 (*TeamsApi_ListProjectTeams_Call) Run

func (*TeamsApi_ListProjectTeams_Call) RunAndReturn

type TeamsApi_ListTeamUsersExecute_Call

type TeamsApi_ListTeamUsersExecute_Call struct {
	*mock.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 (*TeamsApi_ListTeamUsersExecute_Call) Run

type TeamsApi_ListTeamUsersWithParams_Call

type TeamsApi_ListTeamUsersWithParams_Call struct {
	*mock.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 (*TeamsApi_ListTeamUsersWithParams_Call) Run

type TeamsApi_ListTeamUsers_Call

type TeamsApi_ListTeamUsers_Call struct {
	*mock.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 (*TeamsApi_ListTeamUsers_Call) Run

func (*TeamsApi_ListTeamUsers_Call) RunAndReturn

type TeamsApi_RemoveProjectTeamExecute_Call

type TeamsApi_RemoveProjectTeamExecute_Call struct {
	*mock.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 (*TeamsApi_RemoveProjectTeamExecute_Call) Run

func (*TeamsApi_RemoveProjectTeamExecute_Call) RunAndReturn

type TeamsApi_RemoveProjectTeamWithParams_Call

type TeamsApi_RemoveProjectTeamWithParams_Call struct {
	*mock.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

type TeamsApi_RemoveProjectTeam_Call

type TeamsApi_RemoveProjectTeam_Call struct {
	*mock.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 (*TeamsApi_RemoveProjectTeam_Call) Run

type TeamsApi_RemoveTeamUserExecute_Call

type TeamsApi_RemoveTeamUserExecute_Call struct {
	*mock.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 (*TeamsApi_RemoveTeamUserExecute_Call) Run

func (*TeamsApi_RemoveTeamUserExecute_Call) RunAndReturn

type TeamsApi_RemoveTeamUserWithParams_Call

type TeamsApi_RemoveTeamUserWithParams_Call struct {
	*mock.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 (*TeamsApi_RemoveTeamUserWithParams_Call) Run

type TeamsApi_RemoveTeamUser_Call

type TeamsApi_RemoveTeamUser_Call struct {
	*mock.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 (*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

type TeamsApi_RenameTeamExecute_Call

type TeamsApi_RenameTeamExecute_Call struct {
	*mock.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 (*TeamsApi_RenameTeamExecute_Call) Run

func (*TeamsApi_RenameTeamExecute_Call) RunAndReturn

type TeamsApi_RenameTeamWithParams_Call

type TeamsApi_RenameTeamWithParams_Call struct {
	*mock.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 (*TeamsApi_RenameTeamWithParams_Call) Run

type TeamsApi_RenameTeam_Call

type TeamsApi_RenameTeam_Call struct {
	*mock.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 (*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

type TeamsApi_UpdateTeamRolesExecute_Call

type TeamsApi_UpdateTeamRolesExecute_Call struct {
	*mock.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 (*TeamsApi_UpdateTeamRolesExecute_Call) Run

type TeamsApi_UpdateTeamRolesWithParams_Call

type TeamsApi_UpdateTeamRolesWithParams_Call struct {
	*mock.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 (*TeamsApi_UpdateTeamRolesWithParams_Call) Run

type TeamsApi_UpdateTeamRoles_Call

type TeamsApi_UpdateTeamRoles_Call struct {
	*mock.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 (*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

Jump to

Keyboard shortcuts

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