mocks

package
v2.25.0 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CollaborationAPIClient

type CollaborationAPIClient struct {
	mock.Mock
}

CollaborationAPIClient is an autogenerated mock type for the CollaborationAPIClient type

func NewCollaborationAPIClient

func NewCollaborationAPIClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *CollaborationAPIClient

NewCollaborationAPIClient creates a new instance of CollaborationAPIClient. 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 (*CollaborationAPIClient) CreateShare

CreateShare provides a mock function with given fields: ctx, in, opts

func (*CollaborationAPIClient) EXPECT added in v2.19.6

func (*CollaborationAPIClient) GetReceivedShare

GetReceivedShare provides a mock function with given fields: ctx, in, opts

func (*CollaborationAPIClient) GetShare

GetShare provides a mock function with given fields: ctx, in, opts

func (*CollaborationAPIClient) ListReceivedShares

ListReceivedShares provides a mock function with given fields: ctx, in, opts

func (*CollaborationAPIClient) ListShares

ListShares provides a mock function with given fields: ctx, in, opts

func (*CollaborationAPIClient) RemoveShare

RemoveShare provides a mock function with given fields: ctx, in, opts

func (*CollaborationAPIClient) UpdateReceivedShare

UpdateReceivedShare provides a mock function with given fields: ctx, in, opts

func (*CollaborationAPIClient) UpdateShare

UpdateShare provides a mock function with given fields: ctx, in, opts

type CollaborationAPIClient_CreateShare_Call added in v2.19.6

type CollaborationAPIClient_CreateShare_Call struct {
	*mock.Call
}

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

func (*CollaborationAPIClient_CreateShare_Call) Return added in v2.19.6

func (*CollaborationAPIClient_CreateShare_Call) Run added in v2.19.6

type CollaborationAPIClient_Expecter added in v2.19.6

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

func (*CollaborationAPIClient_Expecter) CreateShare added in v2.19.6

func (_e *CollaborationAPIClient_Expecter) CreateShare(ctx interface{}, in interface{}, opts ...interface{}) *CollaborationAPIClient_CreateShare_Call

CreateShare is a helper method to define mock.On call

  • ctx context.Context
  • in *collaborationv1beta1.CreateShareRequest
  • opts ...grpc.CallOption

func (*CollaborationAPIClient_Expecter) GetReceivedShare added in v2.19.6

func (_e *CollaborationAPIClient_Expecter) GetReceivedShare(ctx interface{}, in interface{}, opts ...interface{}) *CollaborationAPIClient_GetReceivedShare_Call

GetReceivedShare is a helper method to define mock.On call

  • ctx context.Context
  • in *collaborationv1beta1.GetReceivedShareRequest
  • opts ...grpc.CallOption

func (*CollaborationAPIClient_Expecter) GetShare added in v2.19.6

func (_e *CollaborationAPIClient_Expecter) GetShare(ctx interface{}, in interface{}, opts ...interface{}) *CollaborationAPIClient_GetShare_Call

GetShare is a helper method to define mock.On call

  • ctx context.Context
  • in *collaborationv1beta1.GetShareRequest
  • opts ...grpc.CallOption

func (*CollaborationAPIClient_Expecter) ListReceivedShares added in v2.19.6

func (_e *CollaborationAPIClient_Expecter) ListReceivedShares(ctx interface{}, in interface{}, opts ...interface{}) *CollaborationAPIClient_ListReceivedShares_Call

ListReceivedShares is a helper method to define mock.On call

  • ctx context.Context
  • in *collaborationv1beta1.ListReceivedSharesRequest
  • opts ...grpc.CallOption

func (*CollaborationAPIClient_Expecter) ListShares added in v2.19.6

func (_e *CollaborationAPIClient_Expecter) ListShares(ctx interface{}, in interface{}, opts ...interface{}) *CollaborationAPIClient_ListShares_Call

ListShares is a helper method to define mock.On call

  • ctx context.Context
  • in *collaborationv1beta1.ListSharesRequest
  • opts ...grpc.CallOption

func (*CollaborationAPIClient_Expecter) RemoveShare added in v2.19.6

func (_e *CollaborationAPIClient_Expecter) RemoveShare(ctx interface{}, in interface{}, opts ...interface{}) *CollaborationAPIClient_RemoveShare_Call

RemoveShare is a helper method to define mock.On call

  • ctx context.Context
  • in *collaborationv1beta1.RemoveShareRequest
  • opts ...grpc.CallOption

func (*CollaborationAPIClient_Expecter) UpdateReceivedShare added in v2.19.6

func (_e *CollaborationAPIClient_Expecter) UpdateReceivedShare(ctx interface{}, in interface{}, opts ...interface{}) *CollaborationAPIClient_UpdateReceivedShare_Call

UpdateReceivedShare is a helper method to define mock.On call

  • ctx context.Context
  • in *collaborationv1beta1.UpdateReceivedShareRequest
  • opts ...grpc.CallOption

func (*CollaborationAPIClient_Expecter) UpdateShare added in v2.19.6

func (_e *CollaborationAPIClient_Expecter) UpdateShare(ctx interface{}, in interface{}, opts ...interface{}) *CollaborationAPIClient_UpdateShare_Call

UpdateShare is a helper method to define mock.On call

  • ctx context.Context
  • in *collaborationv1beta1.UpdateShareRequest
  • opts ...grpc.CallOption

type CollaborationAPIClient_GetReceivedShare_Call added in v2.19.6

type CollaborationAPIClient_GetReceivedShare_Call struct {
	*mock.Call
}

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

func (*CollaborationAPIClient_GetReceivedShare_Call) Return added in v2.19.6

func (*CollaborationAPIClient_GetReceivedShare_Call) Run added in v2.19.6

type CollaborationAPIClient_GetShare_Call added in v2.19.6

type CollaborationAPIClient_GetShare_Call struct {
	*mock.Call
}

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

func (*CollaborationAPIClient_GetShare_Call) Return added in v2.19.6

func (*CollaborationAPIClient_GetShare_Call) Run added in v2.19.6

type CollaborationAPIClient_ListReceivedShares_Call added in v2.19.6

type CollaborationAPIClient_ListReceivedShares_Call struct {
	*mock.Call
}

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

func (*CollaborationAPIClient_ListReceivedShares_Call) Return added in v2.19.6

func (*CollaborationAPIClient_ListReceivedShares_Call) Run added in v2.19.6

type CollaborationAPIClient_ListShares_Call added in v2.19.6

type CollaborationAPIClient_ListShares_Call struct {
	*mock.Call
}

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

func (*CollaborationAPIClient_ListShares_Call) Return added in v2.19.6

func (*CollaborationAPIClient_ListShares_Call) Run added in v2.19.6

type CollaborationAPIClient_RemoveShare_Call added in v2.19.6

type CollaborationAPIClient_RemoveShare_Call struct {
	*mock.Call
}

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

func (*CollaborationAPIClient_RemoveShare_Call) Return added in v2.19.6

func (*CollaborationAPIClient_RemoveShare_Call) Run added in v2.19.6

type CollaborationAPIClient_UpdateReceivedShare_Call added in v2.19.6

type CollaborationAPIClient_UpdateReceivedShare_Call struct {
	*mock.Call
}

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

func (*CollaborationAPIClient_UpdateReceivedShare_Call) Return added in v2.19.6

func (*CollaborationAPIClient_UpdateReceivedShare_Call) Run added in v2.19.6

type CollaborationAPIClient_UpdateShare_Call added in v2.19.6

type CollaborationAPIClient_UpdateShare_Call struct {
	*mock.Call
}

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

func (*CollaborationAPIClient_UpdateShare_Call) Return added in v2.19.6

func (*CollaborationAPIClient_UpdateShare_Call) Run added in v2.19.6

type GatewayAPIClient

type GatewayAPIClient struct {
	mock.Mock
}

GatewayAPIClient is an autogenerated mock type for the GatewayAPIClient type

func NewGatewayAPIClient

func NewGatewayAPIClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *GatewayAPIClient

NewGatewayAPIClient creates a new instance of GatewayAPIClient. 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 (*GatewayAPIClient) AcceptInvite

AcceptInvite provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) AddAppProvider

AddAppProvider provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) Authenticate

Authenticate provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) CancelTransfer

CancelTransfer provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) CheckPermission

CheckPermission provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) CreateContainer

CreateContainer provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) CreateHome

CreateHome provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) CreateOCMCoreShare

CreateOCMCoreShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) CreateOCMShare

CreateOCMShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) CreatePublicShare

CreatePublicShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) CreateShare

CreateShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) CreateStorageSpace

CreateStorageSpace provides a mock function with given fields: ctx, in, opts

CreateSymlink provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) CreateTransfer added in v2.14.0

CreateTransfer provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) Delete

Delete provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) DeleteAcceptedUser added in v2.17.0

DeleteAcceptedUser provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) DeleteOCMCoreShare added in v2.17.0

DeleteOCMCoreShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) DeleteStorageSpace

DeleteStorageSpace provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) EXPECT added in v2.19.6

func (*GatewayAPIClient) FindAcceptedUsers

FindAcceptedUsers provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) FindGroups

FindGroups provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) FindUsers

FindUsers provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ForwardInvite

ForwardInvite provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GenerateAppPassword

GenerateAppPassword provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GenerateInviteToken

GenerateInviteToken provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetAcceptedUser

GetAcceptedUser provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetAppPassword

GetAppPassword provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetAppProviders

GetAppProviders provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetDefaultAppProviderForMimeType

GetDefaultAppProviderForMimeType provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetGroup

GetGroup provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetGroupByClaim

GetGroupByClaim provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetHome

GetHome provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetInfoByDomain

GetInfoByDomain provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetKey

GetKey provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetLock

GetLock provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetMembers

GetMembers provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetOCMShare

GetOCMShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetOCMShareByToken added in v2.17.0

GetOCMShareByToken provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetPath

GetPath provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetPublicShare

GetPublicShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetPublicShareByToken

GetPublicShareByToken provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetQuota

GetQuota provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetReceivedOCMShare

GetReceivedOCMShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetReceivedShare

GetReceivedShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetShare

GetShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetTransferStatus

GetTransferStatus provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetUser

GetUser provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetUserByClaim

GetUserByClaim provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) GetUserGroups

GetUserGroups provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) HasMember

HasMember provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) InitiateFileDownload

InitiateFileDownload provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) InitiateFileUpload

InitiateFileUpload provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) InvalidateAppPassword

InvalidateAppPassword provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) IsProviderAllowed

IsProviderAllowed provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListAllProviders

ListAllProviders provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListAppPasswords

ListAppPasswords provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListAppProviders

ListAppProviders provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListAuthProviders

ListAuthProviders provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListContainer

ListContainer provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListContainerStream

ListContainerStream provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListExistingReceivedShares added in v2.22.0

ListExistingReceivedShares provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListFileVersions

ListFileVersions provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListInviteTokens added in v2.17.0

ListInviteTokens provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListOCMShares

ListOCMShares provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListPublicShares

ListPublicShares provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListReceivedOCMShares

ListReceivedOCMShares provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListReceivedShares

ListReceivedShares provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListRecycle

ListRecycle provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListRecycleStream

ListRecycleStream provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListShares

ListShares provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListStorageSpaces

ListStorageSpaces provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListSupportedMimeTypes

ListSupportedMimeTypes provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) ListTransfers

ListTransfers provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) Move

Move provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) OpenInApp

OpenInApp provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) PurgeRecycle

PurgeRecycle provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) RefreshLock

RefreshLock provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) RemoveOCMShare

RemoveOCMShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) RemovePublicShare

RemovePublicShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) RemoveShare

RemoveShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) RestoreFileVersion

RestoreFileVersion provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) RestoreRecycleItem

RestoreRecycleItem provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) RetryTransfer

RetryTransfer provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) SetArbitraryMetadata

SetArbitraryMetadata provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) SetDefaultAppProviderForMimeType

SetDefaultAppProviderForMimeType provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) SetKey

SetKey provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) SetLock

SetLock provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) Stat

Stat provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) TouchFile

TouchFile provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) Unlock

Unlock provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) UnsetArbitraryMetadata

UnsetArbitraryMetadata provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) UpdateOCMCoreShare added in v2.17.0

UpdateOCMCoreShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) UpdateOCMShare

UpdateOCMShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) UpdatePublicShare

UpdatePublicShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) UpdateReceivedOCMShare

UpdateReceivedOCMShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) UpdateReceivedShare

UpdateReceivedShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) UpdateShare

UpdateShare provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) UpdateStorageSpace

UpdateStorageSpace provides a mock function with given fields: ctx, in, opts

func (*GatewayAPIClient) WhoAmI

WhoAmI provides a mock function with given fields: ctx, in, opts

type GatewayAPIClient_AcceptInvite_Call added in v2.19.6

type GatewayAPIClient_AcceptInvite_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_AcceptInvite_Call) Return added in v2.19.6

func (*GatewayAPIClient_AcceptInvite_Call) Run added in v2.19.6

func (*GatewayAPIClient_AcceptInvite_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_AddAppProvider_Call added in v2.19.6

type GatewayAPIClient_AddAppProvider_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_AddAppProvider_Call) Return added in v2.19.6

func (*GatewayAPIClient_AddAppProvider_Call) Run added in v2.19.6

type GatewayAPIClient_Authenticate_Call added in v2.19.6

type GatewayAPIClient_Authenticate_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_Authenticate_Call) Return added in v2.19.6

func (*GatewayAPIClient_Authenticate_Call) Run added in v2.19.6

type GatewayAPIClient_CancelTransfer_Call added in v2.19.6

type GatewayAPIClient_CancelTransfer_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_CancelTransfer_Call) Return added in v2.19.6

func (*GatewayAPIClient_CancelTransfer_Call) Run added in v2.19.6

func (*GatewayAPIClient_CancelTransfer_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_CheckPermission_Call added in v2.19.6

type GatewayAPIClient_CheckPermission_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_CheckPermission_Call) Return added in v2.19.6

func (*GatewayAPIClient_CheckPermission_Call) Run added in v2.19.6

type GatewayAPIClient_CreateContainer_Call added in v2.19.6

type GatewayAPIClient_CreateContainer_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_CreateContainer_Call) Return added in v2.19.6

func (*GatewayAPIClient_CreateContainer_Call) Run added in v2.19.6

type GatewayAPIClient_CreateHome_Call added in v2.19.6

type GatewayAPIClient_CreateHome_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_CreateHome_Call) Return added in v2.19.6

func (*GatewayAPIClient_CreateHome_Call) Run added in v2.19.6

func (*GatewayAPIClient_CreateHome_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_CreateOCMCoreShare_Call added in v2.19.6

type GatewayAPIClient_CreateOCMCoreShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_CreateOCMCoreShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_CreateOCMCoreShare_Call) Run added in v2.19.6

type GatewayAPIClient_CreateOCMShare_Call added in v2.19.6

type GatewayAPIClient_CreateOCMShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_CreateOCMShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_CreateOCMShare_Call) Run added in v2.19.6

func (*GatewayAPIClient_CreateOCMShare_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_CreatePublicShare_Call added in v2.19.6

type GatewayAPIClient_CreatePublicShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_CreatePublicShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_CreatePublicShare_Call) Run added in v2.19.6

type GatewayAPIClient_CreateShare_Call added in v2.19.6

type GatewayAPIClient_CreateShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_CreateShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_CreateShare_Call) Run added in v2.19.6

type GatewayAPIClient_CreateStorageSpace_Call added in v2.19.6

type GatewayAPIClient_CreateStorageSpace_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_CreateStorageSpace_Call) Return added in v2.19.6

func (*GatewayAPIClient_CreateStorageSpace_Call) Run added in v2.19.6

type GatewayAPIClient_CreateSymlink_Call struct {
	*mock.Call
}

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

type GatewayAPIClient_CreateTransfer_Call added in v2.19.6

type GatewayAPIClient_CreateTransfer_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_CreateTransfer_Call) Return added in v2.19.6

func (*GatewayAPIClient_CreateTransfer_Call) Run added in v2.19.6

func (*GatewayAPIClient_CreateTransfer_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_DeleteAcceptedUser_Call added in v2.19.6

type GatewayAPIClient_DeleteAcceptedUser_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_DeleteAcceptedUser_Call) Return added in v2.19.6

func (*GatewayAPIClient_DeleteAcceptedUser_Call) Run added in v2.19.6

type GatewayAPIClient_DeleteOCMCoreShare_Call added in v2.19.6

type GatewayAPIClient_DeleteOCMCoreShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_DeleteOCMCoreShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_DeleteOCMCoreShare_Call) Run added in v2.19.6

type GatewayAPIClient_DeleteStorageSpace_Call added in v2.19.6

type GatewayAPIClient_DeleteStorageSpace_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_DeleteStorageSpace_Call) Return added in v2.19.6

func (*GatewayAPIClient_DeleteStorageSpace_Call) Run added in v2.19.6

type GatewayAPIClient_Delete_Call added in v2.19.6

type GatewayAPIClient_Delete_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_Delete_Call) Return added in v2.19.6

func (*GatewayAPIClient_Delete_Call) Run added in v2.19.6

func (*GatewayAPIClient_Delete_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_Expecter added in v2.19.6

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

func (*GatewayAPIClient_Expecter) AcceptInvite added in v2.19.6

func (_e *GatewayAPIClient_Expecter) AcceptInvite(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_AcceptInvite_Call

AcceptInvite is a helper method to define mock.On call

  • ctx context.Context
  • in *invitev1beta1.AcceptInviteRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) AddAppProvider added in v2.19.6

func (_e *GatewayAPIClient_Expecter) AddAppProvider(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_AddAppProvider_Call

AddAppProvider is a helper method to define mock.On call

  • ctx context.Context
  • in *registryv1beta1.AddAppProviderRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) Authenticate added in v2.19.6

func (_e *GatewayAPIClient_Expecter) Authenticate(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_Authenticate_Call

Authenticate is a helper method to define mock.On call

  • ctx context.Context
  • in *gatewayv1beta1.AuthenticateRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) CancelTransfer added in v2.19.6

func (_e *GatewayAPIClient_Expecter) CancelTransfer(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_CancelTransfer_Call

CancelTransfer is a helper method to define mock.On call

  • ctx context.Context
  • in *txv1beta1.CancelTransferRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) CheckPermission added in v2.19.6

func (_e *GatewayAPIClient_Expecter) CheckPermission(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_CheckPermission_Call

CheckPermission is a helper method to define mock.On call

  • ctx context.Context
  • in *permissionsv1beta1.CheckPermissionRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) CreateContainer added in v2.19.6

func (_e *GatewayAPIClient_Expecter) CreateContainer(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_CreateContainer_Call

CreateContainer is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.CreateContainerRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) CreateHome added in v2.19.6

func (_e *GatewayAPIClient_Expecter) CreateHome(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_CreateHome_Call

CreateHome is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.CreateHomeRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) CreateOCMCoreShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) CreateOCMCoreShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_CreateOCMCoreShare_Call

CreateOCMCoreShare is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.CreateOCMCoreShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) CreateOCMShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) CreateOCMShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_CreateOCMShare_Call

CreateOCMShare is a helper method to define mock.On call

  • ctx context.Context
  • in *ocmv1beta1.CreateOCMShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) CreatePublicShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) CreatePublicShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_CreatePublicShare_Call

CreatePublicShare is a helper method to define mock.On call

  • ctx context.Context
  • in *linkv1beta1.CreatePublicShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) CreateShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) CreateShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_CreateShare_Call

CreateShare is a helper method to define mock.On call

  • ctx context.Context
  • in *collaborationv1beta1.CreateShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) CreateStorageSpace added in v2.19.6

func (_e *GatewayAPIClient_Expecter) CreateStorageSpace(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_CreateStorageSpace_Call

CreateStorageSpace is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.CreateStorageSpaceRequest
  • opts ...grpc.CallOption
func (_e *GatewayAPIClient_Expecter) CreateSymlink(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_CreateSymlink_Call

CreateSymlink is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.CreateSymlinkRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) CreateTransfer added in v2.19.6

func (_e *GatewayAPIClient_Expecter) CreateTransfer(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_CreateTransfer_Call

CreateTransfer is a helper method to define mock.On call

  • ctx context.Context
  • in *txv1beta1.CreateTransferRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) Delete added in v2.19.6

func (_e *GatewayAPIClient_Expecter) Delete(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.DeleteRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) DeleteAcceptedUser added in v2.19.6

func (_e *GatewayAPIClient_Expecter) DeleteAcceptedUser(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_DeleteAcceptedUser_Call

DeleteAcceptedUser is a helper method to define mock.On call

  • ctx context.Context
  • in *invitev1beta1.DeleteAcceptedUserRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) DeleteOCMCoreShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) DeleteOCMCoreShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_DeleteOCMCoreShare_Call

DeleteOCMCoreShare is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.DeleteOCMCoreShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) DeleteStorageSpace added in v2.19.6

func (_e *GatewayAPIClient_Expecter) DeleteStorageSpace(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_DeleteStorageSpace_Call

DeleteStorageSpace is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.DeleteStorageSpaceRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) FindAcceptedUsers added in v2.19.6

func (_e *GatewayAPIClient_Expecter) FindAcceptedUsers(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_FindAcceptedUsers_Call

FindAcceptedUsers is a helper method to define mock.On call

  • ctx context.Context
  • in *invitev1beta1.FindAcceptedUsersRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) FindGroups added in v2.19.6

func (_e *GatewayAPIClient_Expecter) FindGroups(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_FindGroups_Call

FindGroups is a helper method to define mock.On call

  • ctx context.Context
  • in *groupv1beta1.FindGroupsRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) FindUsers added in v2.19.6

func (_e *GatewayAPIClient_Expecter) FindUsers(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_FindUsers_Call

FindUsers is a helper method to define mock.On call

  • ctx context.Context
  • in *userv1beta1.FindUsersRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ForwardInvite added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ForwardInvite(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ForwardInvite_Call

ForwardInvite is a helper method to define mock.On call

  • ctx context.Context
  • in *invitev1beta1.ForwardInviteRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GenerateAppPassword added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GenerateAppPassword(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GenerateAppPassword_Call

GenerateAppPassword is a helper method to define mock.On call

  • ctx context.Context
  • in *applicationsv1beta1.GenerateAppPasswordRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GenerateInviteToken added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GenerateInviteToken(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GenerateInviteToken_Call

GenerateInviteToken is a helper method to define mock.On call

  • ctx context.Context
  • in *invitev1beta1.GenerateInviteTokenRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetAcceptedUser added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetAcceptedUser(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetAcceptedUser_Call

GetAcceptedUser is a helper method to define mock.On call

  • ctx context.Context
  • in *invitev1beta1.GetAcceptedUserRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetAppPassword added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetAppPassword(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetAppPassword_Call

GetAppPassword is a helper method to define mock.On call

  • ctx context.Context
  • in *applicationsv1beta1.GetAppPasswordRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetAppProviders added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetAppProviders(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetAppProviders_Call

GetAppProviders is a helper method to define mock.On call

  • ctx context.Context
  • in *registryv1beta1.GetAppProvidersRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetDefaultAppProviderForMimeType added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetDefaultAppProviderForMimeType(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetDefaultAppProviderForMimeType_Call

GetDefaultAppProviderForMimeType is a helper method to define mock.On call

  • ctx context.Context
  • in *registryv1beta1.GetDefaultAppProviderForMimeTypeRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetGroup added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetGroup(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetGroup_Call

GetGroup is a helper method to define mock.On call

  • ctx context.Context
  • in *groupv1beta1.GetGroupRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetGroupByClaim added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetGroupByClaim(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetGroupByClaim_Call

GetGroupByClaim is a helper method to define mock.On call

  • ctx context.Context
  • in *groupv1beta1.GetGroupByClaimRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetHome added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetHome(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetHome_Call

GetHome is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.GetHomeRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetInfoByDomain added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetInfoByDomain(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetInfoByDomain_Call

GetInfoByDomain is a helper method to define mock.On call

  • ctx context.Context
  • in *v1beta1.GetInfoByDomainRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetKey added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetKey(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetKey_Call

GetKey is a helper method to define mock.On call

  • ctx context.Context
  • in *preferencesv1beta1.GetKeyRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetLock added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetLock(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetLock_Call

GetLock is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.GetLockRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetMembers added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetMembers(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetMembers_Call

GetMembers is a helper method to define mock.On call

  • ctx context.Context
  • in *groupv1beta1.GetMembersRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetOCMShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetOCMShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetOCMShare_Call

GetOCMShare is a helper method to define mock.On call

  • ctx context.Context
  • in *ocmv1beta1.GetOCMShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetOCMShareByToken added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetOCMShareByToken(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetOCMShareByToken_Call

GetOCMShareByToken is a helper method to define mock.On call

  • ctx context.Context
  • in *ocmv1beta1.GetOCMShareByTokenRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetPath added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetPath(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetPath_Call

GetPath is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.GetPathRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetPublicShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetPublicShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetPublicShare_Call

GetPublicShare is a helper method to define mock.On call

  • ctx context.Context
  • in *linkv1beta1.GetPublicShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetPublicShareByToken added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetPublicShareByToken(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetPublicShareByToken_Call

GetPublicShareByToken is a helper method to define mock.On call

  • ctx context.Context
  • in *linkv1beta1.GetPublicShareByTokenRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetQuota added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetQuota(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetQuota_Call

GetQuota is a helper method to define mock.On call

  • ctx context.Context
  • in *gatewayv1beta1.GetQuotaRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetReceivedOCMShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetReceivedOCMShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetReceivedOCMShare_Call

GetReceivedOCMShare is a helper method to define mock.On call

  • ctx context.Context
  • in *ocmv1beta1.GetReceivedOCMShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetReceivedShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetReceivedShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetReceivedShare_Call

GetReceivedShare is a helper method to define mock.On call

  • ctx context.Context
  • in *collaborationv1beta1.GetReceivedShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetShare_Call

GetShare is a helper method to define mock.On call

  • ctx context.Context
  • in *collaborationv1beta1.GetShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetTransferStatus added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetTransferStatus(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetTransferStatus_Call

GetTransferStatus is a helper method to define mock.On call

  • ctx context.Context
  • in *txv1beta1.GetTransferStatusRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetUser added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetUser(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetUser_Call

GetUser is a helper method to define mock.On call

  • ctx context.Context
  • in *userv1beta1.GetUserRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetUserByClaim added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetUserByClaim(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetUserByClaim_Call

GetUserByClaim is a helper method to define mock.On call

  • ctx context.Context
  • in *userv1beta1.GetUserByClaimRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) GetUserGroups added in v2.19.6

func (_e *GatewayAPIClient_Expecter) GetUserGroups(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_GetUserGroups_Call

GetUserGroups is a helper method to define mock.On call

  • ctx context.Context
  • in *userv1beta1.GetUserGroupsRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) HasMember added in v2.19.6

func (_e *GatewayAPIClient_Expecter) HasMember(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_HasMember_Call

HasMember is a helper method to define mock.On call

  • ctx context.Context
  • in *groupv1beta1.HasMemberRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) InitiateFileDownload added in v2.19.6

func (_e *GatewayAPIClient_Expecter) InitiateFileDownload(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_InitiateFileDownload_Call

InitiateFileDownload is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.InitiateFileDownloadRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) InitiateFileUpload added in v2.19.6

func (_e *GatewayAPIClient_Expecter) InitiateFileUpload(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_InitiateFileUpload_Call

InitiateFileUpload is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.InitiateFileUploadRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) InvalidateAppPassword added in v2.19.6

func (_e *GatewayAPIClient_Expecter) InvalidateAppPassword(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_InvalidateAppPassword_Call

InvalidateAppPassword is a helper method to define mock.On call

  • ctx context.Context
  • in *applicationsv1beta1.InvalidateAppPasswordRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) IsProviderAllowed added in v2.19.6

func (_e *GatewayAPIClient_Expecter) IsProviderAllowed(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_IsProviderAllowed_Call

IsProviderAllowed is a helper method to define mock.On call

  • ctx context.Context
  • in *v1beta1.IsProviderAllowedRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListAllProviders added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListAllProviders(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListAllProviders_Call

ListAllProviders is a helper method to define mock.On call

  • ctx context.Context
  • in *v1beta1.ListAllProvidersRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListAppPasswords added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListAppPasswords(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListAppPasswords_Call

ListAppPasswords is a helper method to define mock.On call

  • ctx context.Context
  • in *applicationsv1beta1.ListAppPasswordsRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListAppProviders added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListAppProviders(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListAppProviders_Call

ListAppProviders is a helper method to define mock.On call

  • ctx context.Context
  • in *registryv1beta1.ListAppProvidersRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListAuthProviders added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListAuthProviders(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListAuthProviders_Call

ListAuthProviders is a helper method to define mock.On call

  • ctx context.Context
  • in *authregistryv1beta1.ListAuthProvidersRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListContainer added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListContainer(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListContainer_Call

ListContainer is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.ListContainerRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListContainerStream added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListContainerStream(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListContainerStream_Call

ListContainerStream is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.ListContainerStreamRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListExistingReceivedShares added in v2.22.0

func (_e *GatewayAPIClient_Expecter) ListExistingReceivedShares(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListExistingReceivedShares_Call

ListExistingReceivedShares is a helper method to define mock.On call

  • ctx context.Context
  • in *collaborationv1beta1.ListReceivedSharesRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListFileVersions added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListFileVersions(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListFileVersions_Call

ListFileVersions is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.ListFileVersionsRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListInviteTokens added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListInviteTokens(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListInviteTokens_Call

ListInviteTokens is a helper method to define mock.On call

  • ctx context.Context
  • in *invitev1beta1.ListInviteTokensRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListOCMShares added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListOCMShares(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListOCMShares_Call

ListOCMShares is a helper method to define mock.On call

  • ctx context.Context
  • in *ocmv1beta1.ListOCMSharesRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListPublicShares added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListPublicShares(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListPublicShares_Call

ListPublicShares is a helper method to define mock.On call

  • ctx context.Context
  • in *linkv1beta1.ListPublicSharesRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListReceivedOCMShares added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListReceivedOCMShares(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListReceivedOCMShares_Call

ListReceivedOCMShares is a helper method to define mock.On call

  • ctx context.Context
  • in *ocmv1beta1.ListReceivedOCMSharesRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListReceivedShares added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListReceivedShares(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListReceivedShares_Call

ListReceivedShares is a helper method to define mock.On call

  • ctx context.Context
  • in *collaborationv1beta1.ListReceivedSharesRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListRecycle added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListRecycle(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListRecycle_Call

ListRecycle is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.ListRecycleRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListRecycleStream added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListRecycleStream(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListRecycleStream_Call

ListRecycleStream is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.ListRecycleStreamRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListShares added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListShares(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListShares_Call

ListShares is a helper method to define mock.On call

  • ctx context.Context
  • in *collaborationv1beta1.ListSharesRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListStorageSpaces added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListStorageSpaces(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListStorageSpaces_Call

ListStorageSpaces is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.ListStorageSpacesRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListSupportedMimeTypes added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListSupportedMimeTypes(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListSupportedMimeTypes_Call

ListSupportedMimeTypes is a helper method to define mock.On call

  • ctx context.Context
  • in *registryv1beta1.ListSupportedMimeTypesRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) ListTransfers added in v2.19.6

func (_e *GatewayAPIClient_Expecter) ListTransfers(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_ListTransfers_Call

ListTransfers is a helper method to define mock.On call

  • ctx context.Context
  • in *txv1beta1.ListTransfersRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) Move added in v2.19.6

func (_e *GatewayAPIClient_Expecter) Move(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_Move_Call

Move is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.MoveRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) OpenInApp added in v2.19.6

func (_e *GatewayAPIClient_Expecter) OpenInApp(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_OpenInApp_Call

OpenInApp is a helper method to define mock.On call

  • ctx context.Context
  • in *gatewayv1beta1.OpenInAppRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) PurgeRecycle added in v2.19.6

func (_e *GatewayAPIClient_Expecter) PurgeRecycle(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_PurgeRecycle_Call

PurgeRecycle is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.PurgeRecycleRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) RefreshLock added in v2.19.6

func (_e *GatewayAPIClient_Expecter) RefreshLock(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_RefreshLock_Call

RefreshLock is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.RefreshLockRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) RemoveOCMShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) RemoveOCMShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_RemoveOCMShare_Call

RemoveOCMShare is a helper method to define mock.On call

  • ctx context.Context
  • in *ocmv1beta1.RemoveOCMShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) RemovePublicShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) RemovePublicShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_RemovePublicShare_Call

RemovePublicShare is a helper method to define mock.On call

  • ctx context.Context
  • in *linkv1beta1.RemovePublicShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) RemoveShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) RemoveShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_RemoveShare_Call

RemoveShare is a helper method to define mock.On call

  • ctx context.Context
  • in *collaborationv1beta1.RemoveShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) RestoreFileVersion added in v2.19.6

func (_e *GatewayAPIClient_Expecter) RestoreFileVersion(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_RestoreFileVersion_Call

RestoreFileVersion is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.RestoreFileVersionRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) RestoreRecycleItem added in v2.19.6

func (_e *GatewayAPIClient_Expecter) RestoreRecycleItem(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_RestoreRecycleItem_Call

RestoreRecycleItem is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.RestoreRecycleItemRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) RetryTransfer added in v2.19.6

func (_e *GatewayAPIClient_Expecter) RetryTransfer(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_RetryTransfer_Call

RetryTransfer is a helper method to define mock.On call

  • ctx context.Context
  • in *txv1beta1.RetryTransferRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) SetArbitraryMetadata added in v2.19.6

func (_e *GatewayAPIClient_Expecter) SetArbitraryMetadata(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_SetArbitraryMetadata_Call

SetArbitraryMetadata is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.SetArbitraryMetadataRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) SetDefaultAppProviderForMimeType added in v2.19.6

func (_e *GatewayAPIClient_Expecter) SetDefaultAppProviderForMimeType(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_SetDefaultAppProviderForMimeType_Call

SetDefaultAppProviderForMimeType is a helper method to define mock.On call

  • ctx context.Context
  • in *registryv1beta1.SetDefaultAppProviderForMimeTypeRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) SetKey added in v2.19.6

func (_e *GatewayAPIClient_Expecter) SetKey(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_SetKey_Call

SetKey is a helper method to define mock.On call

  • ctx context.Context
  • in *preferencesv1beta1.SetKeyRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) SetLock added in v2.19.6

func (_e *GatewayAPIClient_Expecter) SetLock(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_SetLock_Call

SetLock is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.SetLockRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) Stat added in v2.19.6

func (_e *GatewayAPIClient_Expecter) Stat(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_Stat_Call

Stat is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.StatRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) TouchFile added in v2.19.6

func (_e *GatewayAPIClient_Expecter) TouchFile(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_TouchFile_Call

TouchFile is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.TouchFileRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) Unlock added in v2.19.6

func (_e *GatewayAPIClient_Expecter) Unlock(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_Unlock_Call

Unlock is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.UnlockRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) UnsetArbitraryMetadata added in v2.19.6

func (_e *GatewayAPIClient_Expecter) UnsetArbitraryMetadata(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_UnsetArbitraryMetadata_Call

UnsetArbitraryMetadata is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.UnsetArbitraryMetadataRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) UpdateOCMCoreShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) UpdateOCMCoreShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_UpdateOCMCoreShare_Call

UpdateOCMCoreShare is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.UpdateOCMCoreShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) UpdateOCMShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) UpdateOCMShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_UpdateOCMShare_Call

UpdateOCMShare is a helper method to define mock.On call

  • ctx context.Context
  • in *ocmv1beta1.UpdateOCMShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) UpdatePublicShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) UpdatePublicShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_UpdatePublicShare_Call

UpdatePublicShare is a helper method to define mock.On call

  • ctx context.Context
  • in *linkv1beta1.UpdatePublicShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) UpdateReceivedOCMShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) UpdateReceivedOCMShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_UpdateReceivedOCMShare_Call

UpdateReceivedOCMShare is a helper method to define mock.On call

  • ctx context.Context
  • in *ocmv1beta1.UpdateReceivedOCMShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) UpdateReceivedShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) UpdateReceivedShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_UpdateReceivedShare_Call

UpdateReceivedShare is a helper method to define mock.On call

  • ctx context.Context
  • in *collaborationv1beta1.UpdateReceivedShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) UpdateShare added in v2.19.6

func (_e *GatewayAPIClient_Expecter) UpdateShare(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_UpdateShare_Call

UpdateShare is a helper method to define mock.On call

  • ctx context.Context
  • in *collaborationv1beta1.UpdateShareRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) UpdateStorageSpace added in v2.19.6

func (_e *GatewayAPIClient_Expecter) UpdateStorageSpace(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_UpdateStorageSpace_Call

UpdateStorageSpace is a helper method to define mock.On call

  • ctx context.Context
  • in *providerv1beta1.UpdateStorageSpaceRequest
  • opts ...grpc.CallOption

func (*GatewayAPIClient_Expecter) WhoAmI added in v2.19.6

func (_e *GatewayAPIClient_Expecter) WhoAmI(ctx interface{}, in interface{}, opts ...interface{}) *GatewayAPIClient_WhoAmI_Call

WhoAmI is a helper method to define mock.On call

  • ctx context.Context
  • in *gatewayv1beta1.WhoAmIRequest
  • opts ...grpc.CallOption

type GatewayAPIClient_FindAcceptedUsers_Call added in v2.19.6

type GatewayAPIClient_FindAcceptedUsers_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_FindAcceptedUsers_Call) Return added in v2.19.6

func (*GatewayAPIClient_FindAcceptedUsers_Call) Run added in v2.19.6

type GatewayAPIClient_FindGroups_Call added in v2.19.6

type GatewayAPIClient_FindGroups_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_FindGroups_Call) Return added in v2.19.6

func (*GatewayAPIClient_FindGroups_Call) Run added in v2.19.6

func (*GatewayAPIClient_FindGroups_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_FindUsers_Call added in v2.19.6

type GatewayAPIClient_FindUsers_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_FindUsers_Call) Return added in v2.19.6

func (*GatewayAPIClient_FindUsers_Call) Run added in v2.19.6

func (*GatewayAPIClient_FindUsers_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_ForwardInvite_Call added in v2.19.6

type GatewayAPIClient_ForwardInvite_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ForwardInvite_Call) Return added in v2.19.6

func (*GatewayAPIClient_ForwardInvite_Call) Run added in v2.19.6

type GatewayAPIClient_GenerateAppPassword_Call added in v2.19.6

type GatewayAPIClient_GenerateAppPassword_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GenerateAppPassword_Call) Return added in v2.19.6

func (*GatewayAPIClient_GenerateAppPassword_Call) Run added in v2.19.6

type GatewayAPIClient_GenerateInviteToken_Call added in v2.19.6

type GatewayAPIClient_GenerateInviteToken_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GenerateInviteToken_Call) Return added in v2.19.6

func (*GatewayAPIClient_GenerateInviteToken_Call) Run added in v2.19.6

type GatewayAPIClient_GetAcceptedUser_Call added in v2.19.6

type GatewayAPIClient_GetAcceptedUser_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetAcceptedUser_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetAcceptedUser_Call) Run added in v2.19.6

type GatewayAPIClient_GetAppPassword_Call added in v2.19.6

type GatewayAPIClient_GetAppPassword_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetAppPassword_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetAppPassword_Call) Run added in v2.19.6

type GatewayAPIClient_GetAppProviders_Call added in v2.19.6

type GatewayAPIClient_GetAppProviders_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetAppProviders_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetAppProviders_Call) Run added in v2.19.6

type GatewayAPIClient_GetDefaultAppProviderForMimeType_Call added in v2.19.6

type GatewayAPIClient_GetDefaultAppProviderForMimeType_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetDefaultAppProviderForMimeType_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetDefaultAppProviderForMimeType_Call) Run added in v2.19.6

type GatewayAPIClient_GetGroupByClaim_Call added in v2.19.6

type GatewayAPIClient_GetGroupByClaim_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetGroupByClaim_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetGroupByClaim_Call) Run added in v2.19.6

type GatewayAPIClient_GetGroup_Call added in v2.19.6

type GatewayAPIClient_GetGroup_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetGroup_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetGroup_Call) Run added in v2.19.6

func (*GatewayAPIClient_GetGroup_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_GetHome_Call added in v2.19.6

type GatewayAPIClient_GetHome_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetHome_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetHome_Call) Run added in v2.19.6

func (*GatewayAPIClient_GetHome_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_GetInfoByDomain_Call added in v2.19.6

type GatewayAPIClient_GetInfoByDomain_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetInfoByDomain_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetInfoByDomain_Call) Run added in v2.19.6

func (*GatewayAPIClient_GetInfoByDomain_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_GetKey_Call added in v2.19.6

type GatewayAPIClient_GetKey_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetKey_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetKey_Call) Run added in v2.19.6

func (*GatewayAPIClient_GetKey_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_GetLock_Call added in v2.19.6

type GatewayAPIClient_GetLock_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetLock_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetLock_Call) Run added in v2.19.6

func (*GatewayAPIClient_GetLock_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_GetMembers_Call added in v2.19.6

type GatewayAPIClient_GetMembers_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetMembers_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetMembers_Call) Run added in v2.19.6

func (*GatewayAPIClient_GetMembers_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_GetOCMShareByToken_Call added in v2.19.6

type GatewayAPIClient_GetOCMShareByToken_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetOCMShareByToken_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetOCMShareByToken_Call) Run added in v2.19.6

type GatewayAPIClient_GetOCMShare_Call added in v2.19.6

type GatewayAPIClient_GetOCMShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetOCMShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetOCMShare_Call) Run added in v2.19.6

func (*GatewayAPIClient_GetOCMShare_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_GetPath_Call added in v2.19.6

type GatewayAPIClient_GetPath_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetPath_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetPath_Call) Run added in v2.19.6

func (*GatewayAPIClient_GetPath_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_GetPublicShareByToken_Call added in v2.19.6

type GatewayAPIClient_GetPublicShareByToken_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetPublicShareByToken_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetPublicShareByToken_Call) Run added in v2.19.6

type GatewayAPIClient_GetPublicShare_Call added in v2.19.6

type GatewayAPIClient_GetPublicShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetPublicShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetPublicShare_Call) Run added in v2.19.6

type GatewayAPIClient_GetQuota_Call added in v2.19.6

type GatewayAPIClient_GetQuota_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetQuota_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetQuota_Call) Run added in v2.19.6

func (*GatewayAPIClient_GetQuota_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_GetReceivedOCMShare_Call added in v2.19.6

type GatewayAPIClient_GetReceivedOCMShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetReceivedOCMShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetReceivedOCMShare_Call) Run added in v2.19.6

type GatewayAPIClient_GetReceivedShare_Call added in v2.19.6

type GatewayAPIClient_GetReceivedShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetReceivedShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetReceivedShare_Call) Run added in v2.19.6

type GatewayAPIClient_GetShare_Call added in v2.19.6

type GatewayAPIClient_GetShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetShare_Call) Run added in v2.19.6

type GatewayAPIClient_GetTransferStatus_Call added in v2.19.6

type GatewayAPIClient_GetTransferStatus_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetTransferStatus_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetTransferStatus_Call) Run added in v2.19.6

type GatewayAPIClient_GetUserByClaim_Call added in v2.19.6

type GatewayAPIClient_GetUserByClaim_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetUserByClaim_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetUserByClaim_Call) Run added in v2.19.6

type GatewayAPIClient_GetUserGroups_Call added in v2.19.6

type GatewayAPIClient_GetUserGroups_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetUserGroups_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetUserGroups_Call) Run added in v2.19.6

func (*GatewayAPIClient_GetUserGroups_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_GetUser_Call added in v2.19.6

type GatewayAPIClient_GetUser_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_GetUser_Call) Return added in v2.19.6

func (*GatewayAPIClient_GetUser_Call) Run added in v2.19.6

func (*GatewayAPIClient_GetUser_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_HasMember_Call added in v2.19.6

type GatewayAPIClient_HasMember_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_HasMember_Call) Return added in v2.19.6

func (*GatewayAPIClient_HasMember_Call) Run added in v2.19.6

func (*GatewayAPIClient_HasMember_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_InitiateFileDownload_Call added in v2.19.6

type GatewayAPIClient_InitiateFileDownload_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_InitiateFileDownload_Call) Return added in v2.19.6

func (*GatewayAPIClient_InitiateFileDownload_Call) Run added in v2.19.6

type GatewayAPIClient_InitiateFileUpload_Call added in v2.19.6

type GatewayAPIClient_InitiateFileUpload_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_InitiateFileUpload_Call) Return added in v2.19.6

func (*GatewayAPIClient_InitiateFileUpload_Call) Run added in v2.19.6

type GatewayAPIClient_InvalidateAppPassword_Call added in v2.19.6

type GatewayAPIClient_InvalidateAppPassword_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_InvalidateAppPassword_Call) Return added in v2.19.6

func (*GatewayAPIClient_InvalidateAppPassword_Call) Run added in v2.19.6

type GatewayAPIClient_IsProviderAllowed_Call added in v2.19.6

type GatewayAPIClient_IsProviderAllowed_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_IsProviderAllowed_Call) Return added in v2.19.6

func (*GatewayAPIClient_IsProviderAllowed_Call) Run added in v2.19.6

type GatewayAPIClient_ListAllProviders_Call added in v2.19.6

type GatewayAPIClient_ListAllProviders_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListAllProviders_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListAllProviders_Call) Run added in v2.19.6

func (*GatewayAPIClient_ListAllProviders_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_ListAppPasswords_Call added in v2.19.6

type GatewayAPIClient_ListAppPasswords_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListAppPasswords_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListAppPasswords_Call) Run added in v2.19.6

type GatewayAPIClient_ListAppProviders_Call added in v2.19.6

type GatewayAPIClient_ListAppProviders_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListAppProviders_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListAppProviders_Call) Run added in v2.19.6

type GatewayAPIClient_ListAuthProviders_Call added in v2.19.6

type GatewayAPIClient_ListAuthProviders_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListAuthProviders_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListAuthProviders_Call) Run added in v2.19.6

type GatewayAPIClient_ListContainerStream_Call added in v2.19.6

type GatewayAPIClient_ListContainerStream_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListContainerStream_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListContainerStream_Call) Run added in v2.19.6

type GatewayAPIClient_ListContainer_Call added in v2.19.6

type GatewayAPIClient_ListContainer_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListContainer_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListContainer_Call) Run added in v2.19.6

type GatewayAPIClient_ListExistingReceivedShares_Call added in v2.22.0

type GatewayAPIClient_ListExistingReceivedShares_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListExistingReceivedShares_Call) Return added in v2.22.0

func (*GatewayAPIClient_ListExistingReceivedShares_Call) Run added in v2.22.0

type GatewayAPIClient_ListFileVersions_Call added in v2.19.6

type GatewayAPIClient_ListFileVersions_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListFileVersions_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListFileVersions_Call) Run added in v2.19.6

type GatewayAPIClient_ListInviteTokens_Call added in v2.19.6

type GatewayAPIClient_ListInviteTokens_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListInviteTokens_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListInviteTokens_Call) Run added in v2.19.6

type GatewayAPIClient_ListOCMShares_Call added in v2.19.6

type GatewayAPIClient_ListOCMShares_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListOCMShares_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListOCMShares_Call) Run added in v2.19.6

func (*GatewayAPIClient_ListOCMShares_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_ListPublicShares_Call added in v2.19.6

type GatewayAPIClient_ListPublicShares_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListPublicShares_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListPublicShares_Call) Run added in v2.19.6

type GatewayAPIClient_ListReceivedOCMShares_Call added in v2.19.6

type GatewayAPIClient_ListReceivedOCMShares_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListReceivedOCMShares_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListReceivedOCMShares_Call) Run added in v2.19.6

type GatewayAPIClient_ListReceivedShares_Call added in v2.19.6

type GatewayAPIClient_ListReceivedShares_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListReceivedShares_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListReceivedShares_Call) Run added in v2.19.6

type GatewayAPIClient_ListRecycleStream_Call added in v2.19.6

type GatewayAPIClient_ListRecycleStream_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListRecycleStream_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListRecycleStream_Call) Run added in v2.19.6

type GatewayAPIClient_ListRecycle_Call added in v2.19.6

type GatewayAPIClient_ListRecycle_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListRecycle_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListRecycle_Call) Run added in v2.19.6

type GatewayAPIClient_ListShares_Call added in v2.19.6

type GatewayAPIClient_ListShares_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListShares_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListShares_Call) Run added in v2.19.6

type GatewayAPIClient_ListStorageSpaces_Call added in v2.19.6

type GatewayAPIClient_ListStorageSpaces_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListStorageSpaces_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListStorageSpaces_Call) Run added in v2.19.6

type GatewayAPIClient_ListSupportedMimeTypes_Call added in v2.19.6

type GatewayAPIClient_ListSupportedMimeTypes_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListSupportedMimeTypes_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListSupportedMimeTypes_Call) Run added in v2.19.6

type GatewayAPIClient_ListTransfers_Call added in v2.19.6

type GatewayAPIClient_ListTransfers_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_ListTransfers_Call) Return added in v2.19.6

func (*GatewayAPIClient_ListTransfers_Call) Run added in v2.19.6

func (*GatewayAPIClient_ListTransfers_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_Move_Call added in v2.19.6

type GatewayAPIClient_Move_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_Move_Call) Return added in v2.19.6

func (*GatewayAPIClient_Move_Call) Run added in v2.19.6

func (*GatewayAPIClient_Move_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_OpenInApp_Call added in v2.19.6

type GatewayAPIClient_OpenInApp_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_OpenInApp_Call) Return added in v2.19.6

func (*GatewayAPIClient_OpenInApp_Call) Run added in v2.19.6

func (*GatewayAPIClient_OpenInApp_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_PurgeRecycle_Call added in v2.19.6

type GatewayAPIClient_PurgeRecycle_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_PurgeRecycle_Call) Return added in v2.19.6

func (*GatewayAPIClient_PurgeRecycle_Call) Run added in v2.19.6

type GatewayAPIClient_RefreshLock_Call added in v2.19.6

type GatewayAPIClient_RefreshLock_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_RefreshLock_Call) Return added in v2.19.6

func (*GatewayAPIClient_RefreshLock_Call) Run added in v2.19.6

type GatewayAPIClient_RemoveOCMShare_Call added in v2.19.6

type GatewayAPIClient_RemoveOCMShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_RemoveOCMShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_RemoveOCMShare_Call) Run added in v2.19.6

func (*GatewayAPIClient_RemoveOCMShare_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_RemovePublicShare_Call added in v2.19.6

type GatewayAPIClient_RemovePublicShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_RemovePublicShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_RemovePublicShare_Call) Run added in v2.19.6

type GatewayAPIClient_RemoveShare_Call added in v2.19.6

type GatewayAPIClient_RemoveShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_RemoveShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_RemoveShare_Call) Run added in v2.19.6

type GatewayAPIClient_RestoreFileVersion_Call added in v2.19.6

type GatewayAPIClient_RestoreFileVersion_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_RestoreFileVersion_Call) Return added in v2.19.6

func (*GatewayAPIClient_RestoreFileVersion_Call) Run added in v2.19.6

type GatewayAPIClient_RestoreRecycleItem_Call added in v2.19.6

type GatewayAPIClient_RestoreRecycleItem_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_RestoreRecycleItem_Call) Return added in v2.19.6

func (*GatewayAPIClient_RestoreRecycleItem_Call) Run added in v2.19.6

type GatewayAPIClient_RetryTransfer_Call added in v2.19.6

type GatewayAPIClient_RetryTransfer_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_RetryTransfer_Call) Return added in v2.19.6

func (*GatewayAPIClient_RetryTransfer_Call) Run added in v2.19.6

func (*GatewayAPIClient_RetryTransfer_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_SetArbitraryMetadata_Call added in v2.19.6

type GatewayAPIClient_SetArbitraryMetadata_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_SetArbitraryMetadata_Call) Return added in v2.19.6

func (*GatewayAPIClient_SetArbitraryMetadata_Call) Run added in v2.19.6

type GatewayAPIClient_SetDefaultAppProviderForMimeType_Call added in v2.19.6

type GatewayAPIClient_SetDefaultAppProviderForMimeType_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_SetDefaultAppProviderForMimeType_Call) Return added in v2.19.6

func (*GatewayAPIClient_SetDefaultAppProviderForMimeType_Call) Run added in v2.19.6

type GatewayAPIClient_SetKey_Call added in v2.19.6

type GatewayAPIClient_SetKey_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_SetKey_Call) Return added in v2.19.6

func (*GatewayAPIClient_SetKey_Call) Run added in v2.19.6

func (*GatewayAPIClient_SetKey_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_SetLock_Call added in v2.19.6

type GatewayAPIClient_SetLock_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_SetLock_Call) Return added in v2.19.6

func (*GatewayAPIClient_SetLock_Call) Run added in v2.19.6

func (*GatewayAPIClient_SetLock_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_Stat_Call added in v2.19.6

type GatewayAPIClient_Stat_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_Stat_Call) Return added in v2.19.6

func (*GatewayAPIClient_Stat_Call) Run added in v2.19.6

func (*GatewayAPIClient_Stat_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_TouchFile_Call added in v2.19.6

type GatewayAPIClient_TouchFile_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_TouchFile_Call) Return added in v2.19.6

func (*GatewayAPIClient_TouchFile_Call) Run added in v2.19.6

func (*GatewayAPIClient_TouchFile_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_Unlock_Call added in v2.19.6

type GatewayAPIClient_Unlock_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_Unlock_Call) Return added in v2.19.6

func (*GatewayAPIClient_Unlock_Call) Run added in v2.19.6

func (*GatewayAPIClient_Unlock_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_UnsetArbitraryMetadata_Call added in v2.19.6

type GatewayAPIClient_UnsetArbitraryMetadata_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_UnsetArbitraryMetadata_Call) Return added in v2.19.6

func (*GatewayAPIClient_UnsetArbitraryMetadata_Call) Run added in v2.19.6

type GatewayAPIClient_UpdateOCMCoreShare_Call added in v2.19.6

type GatewayAPIClient_UpdateOCMCoreShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_UpdateOCMCoreShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_UpdateOCMCoreShare_Call) Run added in v2.19.6

type GatewayAPIClient_UpdateOCMShare_Call added in v2.19.6

type GatewayAPIClient_UpdateOCMShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_UpdateOCMShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_UpdateOCMShare_Call) Run added in v2.19.6

func (*GatewayAPIClient_UpdateOCMShare_Call) RunAndReturn added in v2.19.6

type GatewayAPIClient_UpdatePublicShare_Call added in v2.19.6

type GatewayAPIClient_UpdatePublicShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_UpdatePublicShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_UpdatePublicShare_Call) Run added in v2.19.6

type GatewayAPIClient_UpdateReceivedOCMShare_Call added in v2.19.6

type GatewayAPIClient_UpdateReceivedOCMShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_UpdateReceivedOCMShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_UpdateReceivedOCMShare_Call) Run added in v2.19.6

type GatewayAPIClient_UpdateReceivedShare_Call added in v2.19.6

type GatewayAPIClient_UpdateReceivedShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_UpdateReceivedShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_UpdateReceivedShare_Call) Run added in v2.19.6

type GatewayAPIClient_UpdateShare_Call added in v2.19.6

type GatewayAPIClient_UpdateShare_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_UpdateShare_Call) Return added in v2.19.6

func (*GatewayAPIClient_UpdateShare_Call) Run added in v2.19.6

type GatewayAPIClient_UpdateStorageSpace_Call added in v2.19.6

type GatewayAPIClient_UpdateStorageSpace_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_UpdateStorageSpace_Call) Return added in v2.19.6

func (*GatewayAPIClient_UpdateStorageSpace_Call) Run added in v2.19.6

type GatewayAPIClient_WhoAmI_Call added in v2.19.6

type GatewayAPIClient_WhoAmI_Call struct {
	*mock.Call
}

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

func (*GatewayAPIClient_WhoAmI_Call) Return added in v2.19.6

func (*GatewayAPIClient_WhoAmI_Call) Run added in v2.19.6

func (*GatewayAPIClient_WhoAmI_Call) RunAndReturn added in v2.19.6

Jump to

Keyboard shortcuts

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