adminv2connect

package
v0.0.21 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 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 FilesystemServiceClient

type FilesystemServiceClient struct {
	mock.Mock
}

FilesystemServiceClient is an autogenerated mock type for the FilesystemServiceClient type

func NewFilesystemServiceClient

func NewFilesystemServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *FilesystemServiceClient

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

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

func (*FilesystemServiceClient) Delete

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

func (*FilesystemServiceClient) Update

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

type FilesystemServiceHandler

type FilesystemServiceHandler struct {
	mock.Mock
}

FilesystemServiceHandler is an autogenerated mock type for the FilesystemServiceHandler type

func NewFilesystemServiceHandler

func NewFilesystemServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *FilesystemServiceHandler

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

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

func (*FilesystemServiceHandler) Delete

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

func (*FilesystemServiceHandler) Update

Update 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) Issues

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

func (*IPServiceClient) List

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

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

func (*IPServiceHandler) List

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

type ImageServiceClient

type ImageServiceClient struct {
	mock.Mock
}

ImageServiceClient is an autogenerated mock type for the ImageServiceClient type

func NewImageServiceClient

func NewImageServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *ImageServiceClient

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

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

func (*ImageServiceClient) Delete

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

func (*ImageServiceClient) Update

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

func (*ImageServiceClient) Usage

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

type ImageServiceHandler

type ImageServiceHandler struct {
	mock.Mock
}

ImageServiceHandler is an autogenerated mock type for the ImageServiceHandler type

func NewImageServiceHandler

func NewImageServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *ImageServiceHandler

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

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

func (*ImageServiceHandler) Delete

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

func (*ImageServiceHandler) Update

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

func (*ImageServiceHandler) Usage

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

type MachineServiceClient added in v0.0.12

type MachineServiceClient struct {
	mock.Mock
}

MachineServiceClient is an autogenerated mock type for the MachineServiceClient type

func NewMachineServiceClient added in v0.0.12

func NewMachineServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *MachineServiceClient

NewMachineServiceClient creates a new instance of MachineServiceClient. 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 (*MachineServiceClient) Get added in v0.0.12

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

func (*MachineServiceClient) List added in v0.0.12

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

type MachineServiceHandler added in v0.0.12

type MachineServiceHandler struct {
	mock.Mock
}

MachineServiceHandler is an autogenerated mock type for the MachineServiceHandler type

func NewMachineServiceHandler added in v0.0.12

func NewMachineServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *MachineServiceHandler

NewMachineServiceHandler creates a new instance of MachineServiceHandler. 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 (*MachineServiceHandler) Get added in v0.0.12

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

func (*MachineServiceHandler) List added in v0.0.12

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

type NetworkServiceClient

type NetworkServiceClient struct {
	mock.Mock
}

NetworkServiceClient is an autogenerated mock type for the NetworkServiceClient type

func NewNetworkServiceClient

func NewNetworkServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *NetworkServiceClient

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

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

func (*NetworkServiceClient) Delete

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

func (*NetworkServiceClient) Get

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

func (*NetworkServiceClient) List

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

func (*NetworkServiceClient) Update

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

type NetworkServiceHandler

type NetworkServiceHandler struct {
	mock.Mock
}

NetworkServiceHandler is an autogenerated mock type for the NetworkServiceHandler type

func NewNetworkServiceHandler

func NewNetworkServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *NetworkServiceHandler

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

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

func (*NetworkServiceHandler) Delete

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

func (*NetworkServiceHandler) Get

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

func (*NetworkServiceHandler) List

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

func (*NetworkServiceHandler) Update

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

type PartitionServiceClient

type PartitionServiceClient struct {
	mock.Mock
}

PartitionServiceClient is an autogenerated mock type for the PartitionServiceClient type

func NewPartitionServiceClient

func NewPartitionServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *PartitionServiceClient

NewPartitionServiceClient creates a new instance of PartitionServiceClient. 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 (*PartitionServiceClient) Capacity

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

func (*PartitionServiceClient) Create

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

func (*PartitionServiceClient) Delete

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

func (*PartitionServiceClient) Update

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

type PartitionServiceHandler

type PartitionServiceHandler struct {
	mock.Mock
}

PartitionServiceHandler is an autogenerated mock type for the PartitionServiceHandler type

func NewPartitionServiceHandler

func NewPartitionServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *PartitionServiceHandler

NewPartitionServiceHandler creates a new instance of PartitionServiceHandler. 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 (*PartitionServiceHandler) Capacity

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

func (*PartitionServiceHandler) Create

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

func (*PartitionServiceHandler) Delete

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

func (*PartitionServiceHandler) Update

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

type SizeServiceClient added in v0.0.2

type SizeServiceClient struct {
	mock.Mock
}

SizeServiceClient is an autogenerated mock type for the SizeServiceClient type

func NewSizeServiceClient added in v0.0.2

func NewSizeServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *SizeServiceClient

NewSizeServiceClient creates a new instance of SizeServiceClient. 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 (*SizeServiceClient) Create added in v0.0.2

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

func (*SizeServiceClient) Delete added in v0.0.2

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

func (*SizeServiceClient) Update added in v0.0.2

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

type SizeServiceHandler added in v0.0.2

type SizeServiceHandler struct {
	mock.Mock
}

SizeServiceHandler is an autogenerated mock type for the SizeServiceHandler type

func NewSizeServiceHandler added in v0.0.2

func NewSizeServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *SizeServiceHandler

NewSizeServiceHandler creates a new instance of SizeServiceHandler. 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 (*SizeServiceHandler) Create added in v0.0.2

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

func (*SizeServiceHandler) Delete added in v0.0.2

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

func (*SizeServiceHandler) Update added in v0.0.2

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

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

List 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