adminv1connect

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 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 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) Credentials

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

func (*ClusterServiceClient) Get

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

func (*ClusterServiceClient) List

List 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) Credentials

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

func (*ClusterServiceHandler) Get

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

func (*ClusterServiceHandler) List

List 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) AddBalanceToCustomer

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

func (*PaymentServiceClient) AddCouponToCustomer

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

func (*PaymentServiceClient) ListCoupons

ListCoupons 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) AddBalanceToCustomer

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

func (*PaymentServiceHandler) AddCouponToCustomer

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

func (*PaymentServiceHandler) ListCoupons

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

type StorageServiceClient

type StorageServiceClient struct {
	mock.Mock
}

StorageServiceClient is an autogenerated mock type for the StorageServiceClient type

func NewStorageServiceClient

func NewStorageServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *StorageServiceClient

NewStorageServiceClient creates a new instance of StorageServiceClient. 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 (*StorageServiceClient) ClusterInfo

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

func (*StorageServiceClient) ListSnapshots

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

func (*StorageServiceClient) ListVolumes

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

type StorageServiceHandler

type StorageServiceHandler struct {
	mock.Mock
}

StorageServiceHandler is an autogenerated mock type for the StorageServiceHandler type

func NewStorageServiceHandler

func NewStorageServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *StorageServiceHandler

NewStorageServiceHandler creates a new instance of StorageServiceHandler. 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 (*StorageServiceHandler) ClusterInfo

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

func (*StorageServiceHandler) ListSnapshots

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

func (*StorageServiceHandler) ListVolumes

ListVolumes 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) Admit

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

func (*TenantServiceClient) List

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

func (*TenantServiceClient) Revoke

Revoke 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) Admit

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

func (*TenantServiceHandler) List

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

func (*TenantServiceHandler) Revoke

Revoke 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) 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) List

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

func (*TokenServiceHandler) Revoke

Revoke 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