mock_interfaces

package
v0.0.1-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mock_interfaces is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockExtrasInterface

type MockExtrasInterface struct {
	// contains filtered or unexported fields
}

MockExtrasInterface is a mock of ExtrasInterface interface.

func NewMockExtrasInterface

func NewMockExtrasInterface(ctrl *gomock.Controller) *MockExtrasInterface

NewMockExtrasInterface creates a new mock instance.

func (*MockExtrasInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockExtrasInterface) ExtrasCustomFieldsList

ExtrasCustomFieldsList mocks base method.

type MockExtrasInterfaceMockRecorder

type MockExtrasInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockExtrasInterfaceMockRecorder is the mock recorder for MockExtrasInterface.

func (*MockExtrasInterfaceMockRecorder) ExtrasCustomFieldsList

func (mr *MockExtrasInterfaceMockRecorder) ExtrasCustomFieldsList(params, authInfo any, opts ...any) *gomock.Call

ExtrasCustomFieldsList indicates an expected call of ExtrasCustomFieldsList.

type MockIpamInterface

type MockIpamInterface struct {
	// contains filtered or unexported fields
}

MockIpamInterface is a mock of IpamInterface interface.

func NewMockIpamInterface

func NewMockIpamInterface(ctrl *gomock.Controller) *MockIpamInterface

NewMockIpamInterface creates a new mock instance.

func (*MockIpamInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIpamInterface) IpamIPAddressesCreate

IpamIPAddressesCreate mocks base method.

func (*MockIpamInterface) IpamIPAddressesDelete

IpamIPAddressesDelete mocks base method.

func (*MockIpamInterface) IpamIPAddressesList

IpamIPAddressesList mocks base method.

func (*MockIpamInterface) IpamIPAddressesUpdate

IpamIPAddressesUpdate mocks base method.

func (*MockIpamInterface) IpamPrefixesAvailableIpsList

IpamPrefixesAvailableIpsList mocks base method.

func (*MockIpamInterface) IpamPrefixesAvailablePrefixesList

IpamPrefixesAvailablePrefixesList mocks base method.

func (*MockIpamInterface) IpamPrefixesCreate

IpamPrefixesCreate mocks base method.

func (*MockIpamInterface) IpamPrefixesDelete

IpamPrefixesDelete mocks base method.

func (*MockIpamInterface) IpamPrefixesList

IpamPrefixesList mocks base method.

func (*MockIpamInterface) IpamPrefixesUpdate

IpamPrefixesUpdate mocks base method.

type MockIpamInterfaceMockRecorder

type MockIpamInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockIpamInterfaceMockRecorder is the mock recorder for MockIpamInterface.

func (*MockIpamInterfaceMockRecorder) IpamIPAddressesCreate

func (mr *MockIpamInterfaceMockRecorder) IpamIPAddressesCreate(params, authInfo any, opts ...any) *gomock.Call

IpamIPAddressesCreate indicates an expected call of IpamIPAddressesCreate.

func (*MockIpamInterfaceMockRecorder) IpamIPAddressesDelete

func (mr *MockIpamInterfaceMockRecorder) IpamIPAddressesDelete(params, authInfo any, opts ...any) *gomock.Call

IpamIPAddressesDelete indicates an expected call of IpamIPAddressesDelete.

func (*MockIpamInterfaceMockRecorder) IpamIPAddressesList

func (mr *MockIpamInterfaceMockRecorder) IpamIPAddressesList(params, authInfo any, opts ...any) *gomock.Call

IpamIPAddressesList indicates an expected call of IpamIPAddressesList.

func (*MockIpamInterfaceMockRecorder) IpamIPAddressesUpdate

func (mr *MockIpamInterfaceMockRecorder) IpamIPAddressesUpdate(params, authInfo any, opts ...any) *gomock.Call

IpamIPAddressesUpdate indicates an expected call of IpamIPAddressesUpdate.

func (*MockIpamInterfaceMockRecorder) IpamPrefixesAvailableIpsList

func (mr *MockIpamInterfaceMockRecorder) IpamPrefixesAvailableIpsList(params, authInfo any, opts ...any) *gomock.Call

IpamPrefixesAvailableIpsList indicates an expected call of IpamPrefixesAvailableIpsList.

func (*MockIpamInterfaceMockRecorder) IpamPrefixesAvailablePrefixesList

func (mr *MockIpamInterfaceMockRecorder) IpamPrefixesAvailablePrefixesList(params, authInfo any, opts ...any) *gomock.Call

IpamPrefixesAvailablePrefixesList indicates an expected call of IpamPrefixesAvailablePrefixesList.

func (*MockIpamInterfaceMockRecorder) IpamPrefixesCreate

func (mr *MockIpamInterfaceMockRecorder) IpamPrefixesCreate(params, authInfo any, opts ...any) *gomock.Call

IpamPrefixesCreate indicates an expected call of IpamPrefixesCreate.

func (*MockIpamInterfaceMockRecorder) IpamPrefixesDelete

func (mr *MockIpamInterfaceMockRecorder) IpamPrefixesDelete(params, authInfo any, opts ...any) *gomock.Call

IpamPrefixesDelete indicates an expected call of IpamPrefixesDelete.

func (*MockIpamInterfaceMockRecorder) IpamPrefixesList

func (mr *MockIpamInterfaceMockRecorder) IpamPrefixesList(params, authInfo any, opts ...any) *gomock.Call

IpamPrefixesList indicates an expected call of IpamPrefixesList.

func (*MockIpamInterfaceMockRecorder) IpamPrefixesUpdate

func (mr *MockIpamInterfaceMockRecorder) IpamPrefixesUpdate(params, authInfo any, opts ...any) *gomock.Call

IpamPrefixesUpdate indicates an expected call of IpamPrefixesUpdate.

type MockTenancyInterface

type MockTenancyInterface struct {
	// contains filtered or unexported fields
}

MockTenancyInterface is a mock of TenancyInterface interface.

func NewMockTenancyInterface

func NewMockTenancyInterface(ctrl *gomock.Controller) *MockTenancyInterface

NewMockTenancyInterface creates a new mock instance.

func (*MockTenancyInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTenancyInterface) TenancyTenantsList

TenancyTenantsList mocks base method.

type MockTenancyInterfaceMockRecorder

type MockTenancyInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockTenancyInterfaceMockRecorder is the mock recorder for MockTenancyInterface.

func (*MockTenancyInterfaceMockRecorder) TenancyTenantsList

func (mr *MockTenancyInterfaceMockRecorder) TenancyTenantsList(params, authInfo any, opts ...any) *gomock.Call

TenancyTenantsList indicates an expected call of TenancyTenantsList.

Jump to

Keyboard shortcuts

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