apiv2connect

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

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

func (*FilesystemServiceClient) List

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

func (*FilesystemServiceClient) Match

Match 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) Get

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

func (*FilesystemServiceHandler) List

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

func (*FilesystemServiceHandler) Match

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

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

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

Create 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 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) Get

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

func (*ImageServiceClient) Latest

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

func (*ImageServiceClient) List

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

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

func (*ImageServiceHandler) Latest

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

func (*ImageServiceHandler) List

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

type MachineServiceClient added in v0.0.9

type MachineServiceClient struct {
	mock.Mock
}

MachineServiceClient is an autogenerated mock type for the MachineServiceClient type

func NewMachineServiceClient added in v0.0.9

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) Create added in v0.0.9

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

func (*MachineServiceClient) Delete added in v0.0.9

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

func (*MachineServiceClient) Get added in v0.0.9

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

func (*MachineServiceClient) List added in v0.0.9

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

func (*MachineServiceClient) Update added in v0.0.9

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

type MachineServiceHandler added in v0.0.9

type MachineServiceHandler struct {
	mock.Mock
}

MachineServiceHandler is an autogenerated mock type for the MachineServiceHandler type

func NewMachineServiceHandler added in v0.0.9

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) Create added in v0.0.9

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

func (*MachineServiceHandler) Delete added in v0.0.9

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

func (*MachineServiceHandler) Get added in v0.0.9

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

func (*MachineServiceHandler) List added in v0.0.9

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

func (*MachineServiceHandler) Update added in v0.0.9

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

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

ListBaseNetworks 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) Get

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

func (*PartitionServiceClient) List

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

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

func (*PartitionServiceHandler) List

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

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

func (*ProjectServiceClient) Delete

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

func (*ProjectServiceClient) Get

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

func (*ProjectServiceClient) Invite

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

func (*ProjectServiceClient) InviteAccept

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

func (*ProjectServiceClient) InviteDelete

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

func (*ProjectServiceClient) InviteGet

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

func (*ProjectServiceClient) InvitesList

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

func (*ProjectServiceClient) List

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

func (*ProjectServiceClient) RemoveMember

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

func (*ProjectServiceClient) Update

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

func (*ProjectServiceClient) UpdateMember

UpdateMember 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) Create

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

func (*ProjectServiceHandler) Delete

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

func (*ProjectServiceHandler) Get

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

func (*ProjectServiceHandler) Invite

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

func (*ProjectServiceHandler) InviteAccept

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

func (*ProjectServiceHandler) InviteDelete

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

func (*ProjectServiceHandler) InviteGet

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

func (*ProjectServiceHandler) InvitesList

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

func (*ProjectServiceHandler) List

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

func (*ProjectServiceHandler) RemoveMember

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

func (*ProjectServiceHandler) Update

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

func (*ProjectServiceHandler) UpdateMember

UpdateMember 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) Get added in v0.0.2

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

func (*SizeServiceClient) List added in v0.0.2

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

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

func (*SizeServiceHandler) List added in v0.0.2

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

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

func (*TenantServiceClient) InviteAccept

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

func (*TenantServiceClient) InviteDelete

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

func (*TenantServiceClient) InviteGet

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

func (*TenantServiceClient) InvitesList

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

func (*TenantServiceClient) List

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

func (*TenantServiceClient) RemoveMember

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

func (*TenantServiceClient) Update

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

func (*TenantServiceClient) UpdateMember

UpdateMember 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) 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) Invite

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

func (*TenantServiceHandler) InviteAccept

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

func (*TenantServiceHandler) InviteDelete

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

func (*TenantServiceHandler) InviteGet

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

func (*TenantServiceHandler) InvitesList

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

func (*TenantServiceHandler) List

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

func (*TenantServiceHandler) RemoveMember

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

func (*TenantServiceHandler) Update

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

func (*TenantServiceHandler) UpdateMember

UpdateMember 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) Get

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

func (*TokenServiceClient) List

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

func (*TokenServiceClient) Refresh added in v0.0.4

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

func (*TokenServiceClient) Revoke

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

func (*TokenServiceClient) Update

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

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

func (*TokenServiceHandler) List

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

func (*TokenServiceHandler) Refresh added in v0.0.4

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

func (*TokenServiceHandler) Revoke

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

func (*TokenServiceHandler) Update

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

type UserServiceClient

type UserServiceClient struct {
	mock.Mock
}

UserServiceClient is an autogenerated mock type for the UserServiceClient type

func NewUserServiceClient

func NewUserServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *UserServiceClient

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

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

type UserServiceHandler

type UserServiceHandler struct {
	mock.Mock
}

UserServiceHandler is an autogenerated mock type for the UserServiceHandler type

func NewUserServiceHandler

func NewUserServiceHandler(t interface {
	mock.TestingT
	Cleanup(func())
}) *UserServiceHandler

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

Get 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

Jump to

Keyboard shortcuts

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