adminv1connect

package
v0.15.5 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2025 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 AuditServiceClient added in v0.15.3

type AuditServiceClient struct {
	mock.Mock
}

AuditServiceClient is an autogenerated mock type for the AuditServiceClient type

func NewAuditServiceClient added in v0.15.3

func NewAuditServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *AuditServiceClient

NewAuditServiceClient creates a new instance of AuditServiceClient. 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 (*AuditServiceClient) Get added in v0.15.4

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

func (*AuditServiceClient) List added in v0.15.3

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

type AuditServiceHandler added in v0.15.3

type AuditServiceHandler struct {
	mock.Mock
}

AuditServiceHandler is an autogenerated mock type for the AuditServiceHandler type

func NewAuditServiceHandler added in v0.15.3

func NewAuditServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *AuditServiceHandler

NewAuditServiceHandler creates a new instance of AuditServiceHandler. 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 (*AuditServiceHandler) Get added in v0.15.4

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

func (*AuditServiceHandler) List added in v0.15.3

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

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

type ProjectServiceClient added in v0.9.6

type ProjectServiceClient struct {
	mock.Mock
}

ProjectServiceClient is an autogenerated mock type for the ProjectServiceClient type

func NewProjectServiceClient added in v0.9.6

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) List added in v0.9.6

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

type ProjectServiceHandler added in v0.9.6

type ProjectServiceHandler struct {
	mock.Mock
}

ProjectServiceHandler is an autogenerated mock type for the ProjectServiceHandler type

func NewProjectServiceHandler added in v0.9.6

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) List added in v0.9.6

List 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) AddMember added in v0.9.6

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

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) AddMember added in v0.9.6

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

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