apiv1connect

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssetServiceClient

type AssetServiceClient struct {
	mock.Mock
}

AssetServiceClient is an autogenerated mock type for the AssetServiceClient type

func NewAssetServiceClient

func NewAssetServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *AssetServiceClient

NewAssetServiceClient creates a new instance of AssetServiceClient. 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 (*AssetServiceClient) List

List provides a mock function with given fields: _a0, _a1

type AssetServiceHandler

type AssetServiceHandler struct {
	mock.Mock
}

AssetServiceHandler is an autogenerated mock type for the AssetServiceHandler type

func NewAssetServiceHandler

func NewAssetServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *AssetServiceHandler

NewAssetServiceHandler creates a new instance of AssetServiceHandler. 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 (*AssetServiceHandler) List

List provides a mock function with given fields: _a0, _a1

type ClusterServiceClient

type ClusterServiceClient struct {
	mock.Mock
}

ClusterServiceClient is an autogenerated mock type for the ClusterServiceClient type

func NewClusterServiceClient

func NewClusterServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *ClusterServiceClient

NewClusterServiceClient creates a new instance of ClusterServiceClient. 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 (*ClusterServiceClient) Create

Create provides a mock function with given fields: _a0, _a1

func (*ClusterServiceClient) Delete

Delete provides a mock function with given fields: _a0, _a1

func (*ClusterServiceClient) Get

Get provides a mock function with given fields: _a0, _a1

func (*ClusterServiceClient) GetCredentials

GetCredentials provides a mock function with given fields: _a0, _a1

func (*ClusterServiceClient) List

List provides a mock function with given fields: _a0, _a1

func (*ClusterServiceClient) Update

Update provides a mock function with given fields: _a0, _a1

func (*ClusterServiceClient) WatchStatus

WatchStatus provides a mock function with given fields: _a0, _a1

type ClusterServiceHandler

type ClusterServiceHandler struct {
	mock.Mock
}

ClusterServiceHandler is an autogenerated mock type for the ClusterServiceHandler type

func NewClusterServiceHandler

func NewClusterServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *ClusterServiceHandler

NewClusterServiceHandler creates a new instance of ClusterServiceHandler. 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 (*ClusterServiceHandler) Create

Create provides a mock function with given fields: _a0, _a1

func (*ClusterServiceHandler) Delete

Delete provides a mock function with given fields: _a0, _a1

func (*ClusterServiceHandler) Get

Get provides a mock function with given fields: _a0, _a1

func (*ClusterServiceHandler) GetCredentials

GetCredentials provides a mock function with given fields: _a0, _a1

func (*ClusterServiceHandler) List

List provides a mock function with given fields: _a0, _a1

func (*ClusterServiceHandler) Update

Update provides a mock function with given fields: _a0, _a1

func (*ClusterServiceHandler) WatchStatus

WatchStatus provides a mock function with given fields: _a0, _a1, _a2

type HealthServiceClient

type HealthServiceClient struct {
	mock.Mock
}

HealthServiceClient is an autogenerated mock type for the HealthServiceClient type

func NewHealthServiceClient

func NewHealthServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *HealthServiceClient

NewHealthServiceClient creates a new instance of HealthServiceClient. 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 (*HealthServiceClient) Get

Get provides a mock function with given fields: _a0, _a1

type HealthServiceHandler

type HealthServiceHandler struct {
	mock.Mock
}

HealthServiceHandler is an autogenerated mock type for the HealthServiceHandler type

func NewHealthServiceHandler

func NewHealthServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *HealthServiceHandler

NewHealthServiceHandler creates a new instance of HealthServiceHandler. 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 (*HealthServiceHandler) Get

Get provides a mock function with given fields: _a0, _a1

type IPServiceClient

type IPServiceClient struct {
	mock.Mock
}

IPServiceClient is an autogenerated mock type for the IPServiceClient type

func NewIPServiceClient

func NewIPServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *IPServiceClient

NewIPServiceClient creates a new instance of IPServiceClient. 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 (*IPServiceClient) Allocate

Allocate provides a mock function with given fields: _a0, _a1

func (*IPServiceClient) Delete

Delete provides a mock function with given fields: _a0, _a1

func (*IPServiceClient) Get

Get provides a mock function with given fields: _a0, _a1

func (*IPServiceClient) List

List provides a mock function with given fields: _a0, _a1

func (*IPServiceClient) Update

Update provides a mock function with given fields: _a0, _a1

type IPServiceHandler

type IPServiceHandler struct {
	mock.Mock
}

IPServiceHandler is an autogenerated mock type for the IPServiceHandler type

func NewIPServiceHandler

func NewIPServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *IPServiceHandler

NewIPServiceHandler creates a new instance of IPServiceHandler. 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 (*IPServiceHandler) Allocate

Allocate provides a mock function with given fields: _a0, _a1

func (*IPServiceHandler) Delete

Delete provides a mock function with given fields: _a0, _a1

func (*IPServiceHandler) Get

Get provides a mock function with given fields: _a0, _a1

func (*IPServiceHandler) List

List provides a mock function with given fields: _a0, _a1

func (*IPServiceHandler) Update

Update provides a mock function with given fields: _a0, _a1

type MethodServiceClient

type MethodServiceClient struct {
	mock.Mock
}

MethodServiceClient is an autogenerated mock type for the MethodServiceClient type

func NewMethodServiceClient

func NewMethodServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *MethodServiceClient

NewMethodServiceClient creates a new instance of MethodServiceClient. 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 (*MethodServiceClient) List

List provides a mock function with given fields: _a0, _a1

func (*MethodServiceClient) TokenScopedList

TokenScopedList provides a mock function with given fields: _a0, _a1

type MethodServiceHandler

type MethodServiceHandler struct {
	mock.Mock
}

MethodServiceHandler is an autogenerated mock type for the MethodServiceHandler type

func NewMethodServiceHandler

func NewMethodServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *MethodServiceHandler

NewMethodServiceHandler creates a new instance of MethodServiceHandler. 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 (*MethodServiceHandler) List

List provides a mock function with given fields: _a0, _a1

func (*MethodServiceHandler) TokenScopedList

TokenScopedList provides a mock function with given fields: _a0, _a1

type PaymentServiceClient

type PaymentServiceClient struct {
	mock.Mock
}

PaymentServiceClient is an autogenerated mock type for the PaymentServiceClient type

func NewPaymentServiceClient

func NewPaymentServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *PaymentServiceClient

NewPaymentServiceClient creates a new instance of PaymentServiceClient. 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 (*PaymentServiceClient) CheckAdmitted

CheckAdmitted provides a mock function with given fields: _a0, _a1

func (*PaymentServiceClient) CheckIfCustomerExists

CheckIfCustomerExists provides a mock function with given fields: _a0, _a1

func (*PaymentServiceClient) CreateOrUpdateCustomer

CreateOrUpdateCustomer provides a mock function with given fields: _a0, _a1

func (*PaymentServiceClient) DeletePaymentMethod

DeletePaymentMethod provides a mock function with given fields: _a0, _a1

func (*PaymentServiceClient) GetCustomer

GetCustomer provides a mock function with given fields: _a0, _a1

func (*PaymentServiceClient) GetCustomerWithLogin

GetCustomerWithLogin provides a mock function with given fields: _a0, _a1

func (*PaymentServiceClient) GetDefaultPrices

GetDefaultPrices provides a mock function with given fields: _a0, _a1

func (*PaymentServiceClient) GetInvoices

GetInvoices provides a mock function with given fields: _a0, _a1

func (*PaymentServiceClient) GetSubscriptionUsage

GetSubscriptionUsage provides a mock function with given fields: _a0, _a1

func (*PaymentServiceClient) HasChargeableResources

HasChargeableResources provides a mock function with given fields: _a0, _a1

func (*PaymentServiceClient) HasPaymentMethod

HasPaymentMethod provides a mock function with given fields: _a0, _a1

func (*PaymentServiceClient) RequestAdmission

RequestAdmission provides a mock function with given fields: _a0, _a1

type PaymentServiceHandler

type PaymentServiceHandler struct {
	mock.Mock
}

PaymentServiceHandler is an autogenerated mock type for the PaymentServiceHandler type

func NewPaymentServiceHandler

func NewPaymentServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *PaymentServiceHandler

NewPaymentServiceHandler creates a new instance of PaymentServiceHandler. 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 (*PaymentServiceHandler) CheckAdmitted

CheckAdmitted provides a mock function with given fields: _a0, _a1

func (*PaymentServiceHandler) CheckIfCustomerExists

CheckIfCustomerExists provides a mock function with given fields: _a0, _a1

func (*PaymentServiceHandler) CreateOrUpdateCustomer

CreateOrUpdateCustomer provides a mock function with given fields: _a0, _a1

func (*PaymentServiceHandler) DeletePaymentMethod

DeletePaymentMethod provides a mock function with given fields: _a0, _a1

func (*PaymentServiceHandler) GetCustomer

GetCustomer provides a mock function with given fields: _a0, _a1

func (*PaymentServiceHandler) GetCustomerWithLogin

GetCustomerWithLogin provides a mock function with given fields: _a0, _a1

func (*PaymentServiceHandler) GetDefaultPrices

GetDefaultPrices provides a mock function with given fields: _a0, _a1

func (*PaymentServiceHandler) GetInvoices

GetInvoices provides a mock function with given fields: _a0, _a1

func (*PaymentServiceHandler) GetSubscriptionUsage

GetSubscriptionUsage provides a mock function with given fields: _a0, _a1

func (*PaymentServiceHandler) HasChargeableResources

HasChargeableResources provides a mock function with given fields: _a0, _a1

func (*PaymentServiceHandler) HasPaymentMethod

HasPaymentMethod provides a mock function with given fields: _a0, _a1

func (*PaymentServiceHandler) RequestAdmission

RequestAdmission provides a mock function with given fields: _a0, _a1

type ProjectServiceClient

type ProjectServiceClient struct {
	mock.Mock
}

ProjectServiceClient is an autogenerated mock type for the ProjectServiceClient type

func NewProjectServiceClient

func NewProjectServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *ProjectServiceClient

NewProjectServiceClient creates a new instance of ProjectServiceClient. 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 (*ProjectServiceClient) Get

Get provides a mock function with given fields: _a0, _a1

func (*ProjectServiceClient) List

List provides a mock function with given fields: _a0, _a1

type ProjectServiceHandler

type ProjectServiceHandler struct {
	mock.Mock
}

ProjectServiceHandler is an autogenerated mock type for the ProjectServiceHandler type

func NewProjectServiceHandler

func NewProjectServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *ProjectServiceHandler

NewProjectServiceHandler creates a new instance of ProjectServiceHandler. 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 (*ProjectServiceHandler) Get

Get provides a mock function with given fields: _a0, _a1

func (*ProjectServiceHandler) List

List provides a mock function with given fields: _a0, _a1

type SnapshotServiceClient

type SnapshotServiceClient struct {
	mock.Mock
}

SnapshotServiceClient is an autogenerated mock type for the SnapshotServiceClient type

func NewSnapshotServiceClient

func NewSnapshotServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *SnapshotServiceClient

NewSnapshotServiceClient creates a new instance of SnapshotServiceClient. 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 (*SnapshotServiceClient) Delete

Delete provides a mock function with given fields: _a0, _a1

func (*SnapshotServiceClient) Get

Get provides a mock function with given fields: _a0, _a1

func (*SnapshotServiceClient) List

List provides a mock function with given fields: _a0, _a1

type SnapshotServiceHandler

type SnapshotServiceHandler struct {
	mock.Mock
}

SnapshotServiceHandler is an autogenerated mock type for the SnapshotServiceHandler type

func NewSnapshotServiceHandler

func NewSnapshotServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *SnapshotServiceHandler

NewSnapshotServiceHandler creates a new instance of SnapshotServiceHandler. 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 (*SnapshotServiceHandler) Delete

Delete provides a mock function with given fields: _a0, _a1

func (*SnapshotServiceHandler) Get

Get provides a mock function with given fields: _a0, _a1

func (*SnapshotServiceHandler) List

List provides a mock function with given fields: _a0, _a1

type TenantServiceClient

type TenantServiceClient struct {
	mock.Mock
}

TenantServiceClient is an autogenerated mock type for the TenantServiceClient type

func NewTenantServiceClient

func NewTenantServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *TenantServiceClient

NewTenantServiceClient creates a new instance of TenantServiceClient. 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 (*TenantServiceClient) Create

Create provides a mock function with given fields: _a0, _a1

func (*TenantServiceClient) CreateOrUpdate

CreateOrUpdate provides a mock function with given fields: _a0, _a1

func (*TenantServiceClient) Delete

Delete provides a mock function with given fields: _a0, _a1

func (*TenantServiceClient) Get

Get provides a mock function with given fields: _a0, _a1

func (*TenantServiceClient) Update

Update provides a mock function with given fields: _a0, _a1

type TenantServiceHandler

type TenantServiceHandler struct {
	mock.Mock
}

TenantServiceHandler is an autogenerated mock type for the TenantServiceHandler type

func NewTenantServiceHandler

func NewTenantServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *TenantServiceHandler

NewTenantServiceHandler creates a new instance of TenantServiceHandler. 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 (*TenantServiceHandler) Create

Create provides a mock function with given fields: _a0, _a1

func (*TenantServiceHandler) CreateOrUpdate

CreateOrUpdate provides a mock function with given fields: _a0, _a1

func (*TenantServiceHandler) Delete

Delete provides a mock function with given fields: _a0, _a1

func (*TenantServiceHandler) Get

Get provides a mock function with given fields: _a0, _a1

func (*TenantServiceHandler) Update

Update provides a mock function with given fields: _a0, _a1

type TokenServiceClient

type TokenServiceClient struct {
	mock.Mock
}

TokenServiceClient is an autogenerated mock type for the TokenServiceClient type

func NewTokenServiceClient

func NewTokenServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *TokenServiceClient

NewTokenServiceClient creates a new instance of TokenServiceClient. 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 (*TokenServiceClient) Create

Create provides a mock function with given fields: _a0, _a1

func (*TokenServiceClient) List

List provides a mock function with given fields: _a0, _a1

func (*TokenServiceClient) Revoke

Revoke provides a mock function with given fields: _a0, _a1

type TokenServiceHandler

type TokenServiceHandler struct {
	mock.Mock
}

TokenServiceHandler is an autogenerated mock type for the TokenServiceHandler type

func NewTokenServiceHandler

func NewTokenServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *TokenServiceHandler

NewTokenServiceHandler creates a new instance of TokenServiceHandler. 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 (*TokenServiceHandler) Create

Create provides a mock function with given fields: _a0, _a1

func (*TokenServiceHandler) List

List provides a mock function with given fields: _a0, _a1

func (*TokenServiceHandler) Revoke

Revoke provides a mock function with given fields: _a0, _a1

type VersionServiceClient

type VersionServiceClient struct {
	mock.Mock
}

VersionServiceClient is an autogenerated mock type for the VersionServiceClient type

func NewVersionServiceClient

func NewVersionServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *VersionServiceClient

NewVersionServiceClient creates a new instance of VersionServiceClient. 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 (*VersionServiceClient) Get

Get provides a mock function with given fields: _a0, _a1

type VersionServiceHandler

type VersionServiceHandler struct {
	mock.Mock
}

VersionServiceHandler is an autogenerated mock type for the VersionServiceHandler type

func NewVersionServiceHandler

func NewVersionServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *VersionServiceHandler

NewVersionServiceHandler creates a new instance of VersionServiceHandler. 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 (*VersionServiceHandler) Get

Get provides a mock function with given fields: _a0, _a1

type VolumeServiceClient

type VolumeServiceClient struct {
	mock.Mock
}

VolumeServiceClient is an autogenerated mock type for the VolumeServiceClient type

func NewVolumeServiceClient

func NewVolumeServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *VolumeServiceClient

NewVolumeServiceClient creates a new instance of VolumeServiceClient. 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 (*VolumeServiceClient) Delete

Delete provides a mock function with given fields: _a0, _a1

func (*VolumeServiceClient) Get

Get provides a mock function with given fields: _a0, _a1

func (*VolumeServiceClient) List

List provides a mock function with given fields: _a0, _a1

type VolumeServiceHandler

type VolumeServiceHandler struct {
	mock.Mock
}

VolumeServiceHandler is an autogenerated mock type for the VolumeServiceHandler type

func NewVolumeServiceHandler

func NewVolumeServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *VolumeServiceHandler

NewVolumeServiceHandler creates a new instance of VolumeServiceHandler. 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 (*VolumeServiceHandler) Delete

Delete provides a mock function with given fields: _a0, _a1

func (*VolumeServiceHandler) Get

Get provides a mock function with given fields: _a0, _a1

func (*VolumeServiceHandler) List

List provides a mock function with given fields: _a0, _a1

Jump to

Keyboard shortcuts

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