Documentation ¶
Index ¶
- type GatewayClient
- func (_m *GatewayClient) CreateStorageSpace(ctx context.Context, in *providerv1beta1.CreateStorageSpaceRequest, ...) (*providerv1beta1.CreateStorageSpaceResponse, error)
- func (_m *GatewayClient) DeleteStorageSpace(ctx context.Context, in *providerv1beta1.DeleteStorageSpaceRequest, ...) (*providerv1beta1.DeleteStorageSpaceResponse, error)
- func (_m *GatewayClient) GetHome(ctx context.Context, in *providerv1beta1.GetHomeRequest, ...) (*providerv1beta1.GetHomeResponse, error)
- func (_m *GatewayClient) GetPath(ctx context.Context, in *providerv1beta1.GetPathRequest, ...) (*providerv1beta1.GetPathResponse, error)
- func (_m *GatewayClient) GetQuota(ctx context.Context, in *gatewayv1beta1.GetQuotaRequest, ...) (*providerv1beta1.GetQuotaResponse, error)
- func (_m *GatewayClient) InitiateFileDownload(ctx context.Context, in *providerv1beta1.InitiateFileDownloadRequest, ...) (*gatewayv1beta1.InitiateFileDownloadResponse, error)
- func (_m *GatewayClient) ListContainer(ctx context.Context, in *providerv1beta1.ListContainerRequest, ...) (*providerv1beta1.ListContainerResponse, error)
- func (_m *GatewayClient) ListStorageSpaces(ctx context.Context, in *providerv1beta1.ListStorageSpacesRequest, ...) (*providerv1beta1.ListStorageSpacesResponse, error)
- func (_m *GatewayClient) Stat(ctx context.Context, in *providerv1beta1.StatRequest, opts ...grpc.CallOption) (*providerv1beta1.StatResponse, error)
- func (_m *GatewayClient) UpdateStorageSpace(ctx context.Context, in *providerv1beta1.UpdateStorageSpaceRequest, ...) (*providerv1beta1.UpdateStorageSpaceResponse, error)
- type HTTPClient
- type Publisher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayClient ¶
GatewayClient is an autogenerated mock type for the GatewayClient type
func (*GatewayClient) CreateStorageSpace ¶
func (_m *GatewayClient) CreateStorageSpace(ctx context.Context, in *providerv1beta1.CreateStorageSpaceRequest, opts ...grpc.CallOption) (*providerv1beta1.CreateStorageSpaceResponse, error)
CreateStorageSpace provides a mock function with given fields: ctx, in, opts
func (*GatewayClient) DeleteStorageSpace ¶
func (_m *GatewayClient) DeleteStorageSpace(ctx context.Context, in *providerv1beta1.DeleteStorageSpaceRequest, opts ...grpc.CallOption) (*providerv1beta1.DeleteStorageSpaceResponse, error)
DeleteStorageSpace provides a mock function with given fields: ctx, in, opts
func (*GatewayClient) GetHome ¶
func (_m *GatewayClient) GetHome(ctx context.Context, in *providerv1beta1.GetHomeRequest, opts ...grpc.CallOption) (*providerv1beta1.GetHomeResponse, error)
GetHome provides a mock function with given fields: ctx, in, opts
func (*GatewayClient) GetPath ¶
func (_m *GatewayClient) GetPath(ctx context.Context, in *providerv1beta1.GetPathRequest, opts ...grpc.CallOption) (*providerv1beta1.GetPathResponse, error)
GetPath provides a mock function with given fields: ctx, in, opts
func (*GatewayClient) GetQuota ¶
func (_m *GatewayClient) GetQuota(ctx context.Context, in *gatewayv1beta1.GetQuotaRequest, opts ...grpc.CallOption) (*providerv1beta1.GetQuotaResponse, error)
GetQuota provides a mock function with given fields: ctx, in, opts
func (*GatewayClient) InitiateFileDownload ¶
func (_m *GatewayClient) InitiateFileDownload(ctx context.Context, in *providerv1beta1.InitiateFileDownloadRequest, opts ...grpc.CallOption) (*gatewayv1beta1.InitiateFileDownloadResponse, error)
InitiateFileDownload provides a mock function with given fields: ctx, in, opts
func (*GatewayClient) ListContainer ¶
func (_m *GatewayClient) ListContainer(ctx context.Context, in *providerv1beta1.ListContainerRequest, opts ...grpc.CallOption) (*providerv1beta1.ListContainerResponse, error)
ListContainer provides a mock function with given fields: ctx, in, opts
func (*GatewayClient) ListStorageSpaces ¶
func (_m *GatewayClient) ListStorageSpaces(ctx context.Context, in *providerv1beta1.ListStorageSpacesRequest, opts ...grpc.CallOption) (*providerv1beta1.ListStorageSpacesResponse, error)
ListStorageSpaces provides a mock function with given fields: ctx, in, opts
func (*GatewayClient) Stat ¶
func (_m *GatewayClient) Stat(ctx context.Context, in *providerv1beta1.StatRequest, opts ...grpc.CallOption) (*providerv1beta1.StatResponse, error)
Stat provides a mock function with given fields: ctx, in, opts
func (*GatewayClient) UpdateStorageSpace ¶
func (_m *GatewayClient) UpdateStorageSpace(ctx context.Context, in *providerv1beta1.UpdateStorageSpaceRequest, opts ...grpc.CallOption) (*providerv1beta1.UpdateStorageSpaceResponse, error)
UpdateStorageSpace provides a mock function with given fields: ctx, in, opts
type HTTPClient ¶
HTTPClient is an autogenerated mock type for the HTTPClient type