mock_interfaces

package
v0.2.43 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2026 License: Apache-2.0 Imports: 11 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 MockAPIStatusRetrieveRequest added in v0.2.38

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

MockAPIStatusRetrieveRequest is a mock of APIStatusRetrieveRequest interface.

func NewMockAPIStatusRetrieveRequest added in v0.2.38

func NewMockAPIStatusRetrieveRequest(ctrl *gomock.Controller) *MockAPIStatusRetrieveRequest

NewMockAPIStatusRetrieveRequest creates a new mock instance.

func (*MockAPIStatusRetrieveRequest) EXPECT added in v0.2.38

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

func (*MockAPIStatusRetrieveRequest) Execute added in v0.2.38

func (m *MockAPIStatusRetrieveRequest) Execute() (map[string]any, *http.Response, error)

Execute mocks base method.

type MockAPIStatusRetrieveRequestMockRecorder added in v0.2.38

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

MockAPIStatusRetrieveRequestMockRecorder is the mock recorder for MockAPIStatusRetrieveRequest.

func (*MockAPIStatusRetrieveRequestMockRecorder) Execute added in v0.2.38

Execute indicates an expected call of Execute.

type MockDcimInterface

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

MockDcimInterface is a mock of DcimInterface interface.

func NewMockDcimInterface

func NewMockDcimInterface(ctrl *gomock.Controller) *MockDcimInterface

NewMockDcimInterface creates a new mock instance.

func (*MockDcimInterface) DcimSitesList

DcimSitesList mocks base method.

func (*MockDcimInterface) EXPECT

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

type MockDcimInterfaceMockRecorder

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

MockDcimInterfaceMockRecorder is the mock recorder for MockDcimInterface.

func (*MockDcimInterfaceMockRecorder) DcimSitesList

func (mr *MockDcimInterfaceMockRecorder) DcimSitesList(params, authInfo any, opts ...any) *gomock.Call

DcimSitesList indicates an expected call of DcimSitesList.

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 MockIpamAPI added in v0.2.38

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

MockIpamAPI is a mock of IpamAPI interface.

func NewMockIpamAPI added in v0.2.38

func NewMockIpamAPI(ctrl *gomock.Controller) *MockIpamAPI

NewMockIpamAPI creates a new mock instance.

func (*MockIpamAPI) EXPECT added in v0.2.38

func (m *MockIpamAPI) EXPECT() *MockIpamAPIMockRecorder

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

func (*MockIpamAPI) IpamIpRangesCreate added in v0.2.38

func (m *MockIpamAPI) IpamIpRangesCreate(ctx context.Context) interfaces.IpamIpRangesCreateRequest

IpamIpRangesCreate mocks base method.

func (*MockIpamAPI) IpamIpRangesDestroy added in v0.2.38

func (m *MockIpamAPI) IpamIpRangesDestroy(ctx context.Context, id int32) interfaces.IpamIpRangesDestroyRequest

IpamIpRangesDestroy mocks base method.

func (*MockIpamAPI) IpamIpRangesList added in v0.2.38

IpamIpRangesList mocks base method.

func (*MockIpamAPI) IpamIpRangesUpdate added in v0.2.38

func (m *MockIpamAPI) IpamIpRangesUpdate(ctx context.Context, id int32) interfaces.IpamIpRangesUpdateRequest

IpamIpRangesUpdate mocks base method.

func (*MockIpamAPI) IpamPrefixesCreate added in v0.2.38

func (m *MockIpamAPI) IpamPrefixesCreate(ctx context.Context) interfaces.IpamPrefixesCreateRequest

IpamPrefixesCreate mocks base method.

func (*MockIpamAPI) IpamPrefixesDestroy added in v0.2.38

func (m *MockIpamAPI) IpamPrefixesDestroy(ctx context.Context, id int32) interfaces.IpamPrefixesDestroyRequest

IpamPrefixesDestroy mocks base method.

func (*MockIpamAPI) IpamPrefixesList added in v0.2.38

IpamPrefixesList mocks base method.

func (*MockIpamAPI) IpamPrefixesUpdate added in v0.2.38

func (m *MockIpamAPI) IpamPrefixesUpdate(ctx context.Context, id int32) interfaces.IpamPrefixesUpdateRequest

IpamPrefixesUpdate mocks base method.

type MockIpamAPIMockRecorder added in v0.2.38

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

MockIpamAPIMockRecorder is the mock recorder for MockIpamAPI.

func (*MockIpamAPIMockRecorder) IpamIpRangesCreate added in v0.2.38

func (mr *MockIpamAPIMockRecorder) IpamIpRangesCreate(ctx any) *gomock.Call

IpamIpRangesCreate indicates an expected call of IpamIpRangesCreate.

func (*MockIpamAPIMockRecorder) IpamIpRangesDestroy added in v0.2.38

func (mr *MockIpamAPIMockRecorder) IpamIpRangesDestroy(ctx, id any) *gomock.Call

IpamIpRangesDestroy indicates an expected call of IpamIpRangesDestroy.

func (*MockIpamAPIMockRecorder) IpamIpRangesList added in v0.2.38

func (mr *MockIpamAPIMockRecorder) IpamIpRangesList(ctx any) *gomock.Call

IpamIpRangesList indicates an expected call of IpamIpRangesList.

func (*MockIpamAPIMockRecorder) IpamIpRangesUpdate added in v0.2.38

func (mr *MockIpamAPIMockRecorder) IpamIpRangesUpdate(ctx, id any) *gomock.Call

IpamIpRangesUpdate indicates an expected call of IpamIpRangesUpdate.

func (*MockIpamAPIMockRecorder) IpamPrefixesCreate added in v0.2.38

func (mr *MockIpamAPIMockRecorder) IpamPrefixesCreate(ctx any) *gomock.Call

IpamPrefixesCreate indicates an expected call of IpamPrefixesCreate.

func (*MockIpamAPIMockRecorder) IpamPrefixesDestroy added in v0.2.38

func (mr *MockIpamAPIMockRecorder) IpamPrefixesDestroy(ctx, id any) *gomock.Call

IpamPrefixesDestroy indicates an expected call of IpamPrefixesDestroy.

func (*MockIpamAPIMockRecorder) IpamPrefixesList added in v0.2.38

func (mr *MockIpamAPIMockRecorder) IpamPrefixesList(ctx any) *gomock.Call

IpamPrefixesList indicates an expected call of IpamPrefixesList.

func (*MockIpamAPIMockRecorder) IpamPrefixesUpdate added in v0.2.38

func (mr *MockIpamAPIMockRecorder) IpamPrefixesUpdate(ctx, id any) *gomock.Call

IpamPrefixesUpdate indicates an expected call of IpamPrefixesUpdate.

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

IpamIPRangesAvailableIpsList mocks base method.

func (*MockIpamInterface) IpamIPRangesCreate

IpamIPRangesCreate mocks base method.

func (*MockIpamInterface) IpamIPRangesDelete

IpamIPRangesDelete mocks base method.

func (*MockIpamInterface) IpamIPRangesList

IpamIPRangesList mocks base method.

func (*MockIpamInterface) IpamIPRangesUpdate

IpamIPRangesUpdate 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) IpamIPRangesAvailableIpsList

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

IpamIPRangesAvailableIpsList indicates an expected call of IpamIPRangesAvailableIpsList.

func (*MockIpamInterfaceMockRecorder) IpamIPRangesCreate

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

IpamIPRangesCreate indicates an expected call of IpamIPRangesCreate.

func (*MockIpamInterfaceMockRecorder) IpamIPRangesDelete

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

IpamIPRangesDelete indicates an expected call of IpamIPRangesDelete.

func (*MockIpamInterfaceMockRecorder) IpamIPRangesList

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

IpamIPRangesList indicates an expected call of IpamIPRangesList.

func (*MockIpamInterfaceMockRecorder) IpamIPRangesUpdate

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

IpamIPRangesUpdate indicates an expected call of IpamIPRangesUpdate.

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 MockIpamIpRangesCreateRequest added in v0.2.38

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

MockIpamIpRangesCreateRequest is a mock of IpamIpRangesCreateRequest interface.

func NewMockIpamIpRangesCreateRequest added in v0.2.38

func NewMockIpamIpRangesCreateRequest(ctrl *gomock.Controller) *MockIpamIpRangesCreateRequest

NewMockIpamIpRangesCreateRequest creates a new mock instance.

func (*MockIpamIpRangesCreateRequest) EXPECT added in v0.2.38

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

func (*MockIpamIpRangesCreateRequest) Execute added in v0.2.38

Execute mocks base method.

func (*MockIpamIpRangesCreateRequest) WritableIPRangeRequest added in v0.2.38

func (m *MockIpamIpRangesCreateRequest) WritableIPRangeRequest(writableIPRangeRequest netbox.WritableIPRangeRequest) interfaces.IpamIpRangesCreateRequest

WritableIPRangeRequest mocks base method.

type MockIpamIpRangesCreateRequestMockRecorder added in v0.2.38

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

MockIpamIpRangesCreateRequestMockRecorder is the mock recorder for MockIpamIpRangesCreateRequest.

func (*MockIpamIpRangesCreateRequestMockRecorder) Execute added in v0.2.38

Execute indicates an expected call of Execute.

func (*MockIpamIpRangesCreateRequestMockRecorder) WritableIPRangeRequest added in v0.2.38

func (mr *MockIpamIpRangesCreateRequestMockRecorder) WritableIPRangeRequest(writableIPRangeRequest any) *gomock.Call

WritableIPRangeRequest indicates an expected call of WritableIPRangeRequest.

type MockIpamIpRangesDestroyRequest added in v0.2.38

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

MockIpamIpRangesDestroyRequest is a mock of IpamIpRangesDestroyRequest interface.

func NewMockIpamIpRangesDestroyRequest added in v0.2.38

func NewMockIpamIpRangesDestroyRequest(ctrl *gomock.Controller) *MockIpamIpRangesDestroyRequest

NewMockIpamIpRangesDestroyRequest creates a new mock instance.

func (*MockIpamIpRangesDestroyRequest) EXPECT added in v0.2.38

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

func (*MockIpamIpRangesDestroyRequest) Execute added in v0.2.38

Execute mocks base method.

type MockIpamIpRangesDestroyRequestMockRecorder added in v0.2.38

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

MockIpamIpRangesDestroyRequestMockRecorder is the mock recorder for MockIpamIpRangesDestroyRequest.

func (*MockIpamIpRangesDestroyRequestMockRecorder) Execute added in v0.2.38

Execute indicates an expected call of Execute.

type MockIpamIpRangesListRequest added in v0.2.38

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

MockIpamIpRangesListRequest is a mock of IpamIpRangesListRequest interface.

func NewMockIpamIpRangesListRequest added in v0.2.38

func NewMockIpamIpRangesListRequest(ctrl *gomock.Controller) *MockIpamIpRangesListRequest

NewMockIpamIpRangesListRequest creates a new mock instance.

func (*MockIpamIpRangesListRequest) EXPECT added in v0.2.38

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

func (*MockIpamIpRangesListRequest) EndAddress added in v0.2.38

EndAddress mocks base method.

func (*MockIpamIpRangesListRequest) Execute added in v0.2.38

Execute mocks base method.

func (*MockIpamIpRangesListRequest) StartAddress added in v0.2.38

func (m *MockIpamIpRangesListRequest) StartAddress(startAddress []string) interfaces.IpamIpRangesListRequest

StartAddress mocks base method.

type MockIpamIpRangesListRequestMockRecorder added in v0.2.38

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

MockIpamIpRangesListRequestMockRecorder is the mock recorder for MockIpamIpRangesListRequest.

func (*MockIpamIpRangesListRequestMockRecorder) EndAddress added in v0.2.38

func (mr *MockIpamIpRangesListRequestMockRecorder) EndAddress(endAddress any) *gomock.Call

EndAddress indicates an expected call of EndAddress.

func (*MockIpamIpRangesListRequestMockRecorder) Execute added in v0.2.38

Execute indicates an expected call of Execute.

func (*MockIpamIpRangesListRequestMockRecorder) StartAddress added in v0.2.38

func (mr *MockIpamIpRangesListRequestMockRecorder) StartAddress(startAddress any) *gomock.Call

StartAddress indicates an expected call of StartAddress.

type MockIpamIpRangesUpdateRequest added in v0.2.38

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

MockIpamIpRangesUpdateRequest is a mock of IpamIpRangesUpdateRequest interface.

func NewMockIpamIpRangesUpdateRequest added in v0.2.38

func NewMockIpamIpRangesUpdateRequest(ctrl *gomock.Controller) *MockIpamIpRangesUpdateRequest

NewMockIpamIpRangesUpdateRequest creates a new mock instance.

func (*MockIpamIpRangesUpdateRequest) EXPECT added in v0.2.38

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

func (*MockIpamIpRangesUpdateRequest) Execute added in v0.2.38

Execute mocks base method.

func (*MockIpamIpRangesUpdateRequest) WritableIPRangeRequest added in v0.2.38

func (m *MockIpamIpRangesUpdateRequest) WritableIPRangeRequest(writableIPRangeRequest netbox.WritableIPRangeRequest) interfaces.IpamIpRangesUpdateRequest

WritableIPRangeRequest mocks base method.

type MockIpamIpRangesUpdateRequestMockRecorder added in v0.2.38

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

MockIpamIpRangesUpdateRequestMockRecorder is the mock recorder for MockIpamIpRangesUpdateRequest.

func (*MockIpamIpRangesUpdateRequestMockRecorder) Execute added in v0.2.38

Execute indicates an expected call of Execute.

func (*MockIpamIpRangesUpdateRequestMockRecorder) WritableIPRangeRequest added in v0.2.38

func (mr *MockIpamIpRangesUpdateRequestMockRecorder) WritableIPRangeRequest(writableIPRangeRequest any) *gomock.Call

WritableIPRangeRequest indicates an expected call of WritableIPRangeRequest.

type MockIpamPrefixesCreateRequest added in v0.2.38

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

MockIpamPrefixesCreateRequest is a mock of IpamPrefixesCreateRequest interface.

func NewMockIpamPrefixesCreateRequest added in v0.2.38

func NewMockIpamPrefixesCreateRequest(ctrl *gomock.Controller) *MockIpamPrefixesCreateRequest

NewMockIpamPrefixesCreateRequest creates a new mock instance.

func (*MockIpamPrefixesCreateRequest) EXPECT added in v0.2.38

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

func (*MockIpamPrefixesCreateRequest) Execute added in v0.2.38

Execute mocks base method.

func (*MockIpamPrefixesCreateRequest) WritablePrefixRequest added in v0.2.38

func (m *MockIpamPrefixesCreateRequest) WritablePrefixRequest(writablePrefixRequest netbox.WritablePrefixRequest) interfaces.IpamPrefixesCreateRequest

WritablePrefixRequest mocks base method.

type MockIpamPrefixesCreateRequestMockRecorder added in v0.2.38

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

MockIpamPrefixesCreateRequestMockRecorder is the mock recorder for MockIpamPrefixesCreateRequest.

func (*MockIpamPrefixesCreateRequestMockRecorder) Execute added in v0.2.38

Execute indicates an expected call of Execute.

func (*MockIpamPrefixesCreateRequestMockRecorder) WritablePrefixRequest added in v0.2.38

func (mr *MockIpamPrefixesCreateRequestMockRecorder) WritablePrefixRequest(writablePrefixRequest any) *gomock.Call

WritablePrefixRequest indicates an expected call of WritablePrefixRequest.

type MockIpamPrefixesDestroyRequest added in v0.2.38

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

MockIpamPrefixesDestroyRequest is a mock of IpamPrefixesDestroyRequest interface.

func NewMockIpamPrefixesDestroyRequest added in v0.2.38

func NewMockIpamPrefixesDestroyRequest(ctrl *gomock.Controller) *MockIpamPrefixesDestroyRequest

NewMockIpamPrefixesDestroyRequest creates a new mock instance.

func (*MockIpamPrefixesDestroyRequest) EXPECT added in v0.2.38

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

func (*MockIpamPrefixesDestroyRequest) Execute added in v0.2.38

Execute mocks base method.

type MockIpamPrefixesDestroyRequestMockRecorder added in v0.2.38

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

MockIpamPrefixesDestroyRequestMockRecorder is the mock recorder for MockIpamPrefixesDestroyRequest.

func (*MockIpamPrefixesDestroyRequestMockRecorder) Execute added in v0.2.38

Execute indicates an expected call of Execute.

type MockIpamPrefixesListRequest added in v0.2.38

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

MockIpamPrefixesListRequest is a mock of IpamPrefixesListRequest interface.

func NewMockIpamPrefixesListRequest added in v0.2.38

func NewMockIpamPrefixesListRequest(ctrl *gomock.Controller) *MockIpamPrefixesListRequest

NewMockIpamPrefixesListRequest creates a new mock instance.

func (*MockIpamPrefixesListRequest) EXPECT added in v0.2.38

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

func (*MockIpamPrefixesListRequest) Execute added in v0.2.38

Execute mocks base method.

func (*MockIpamPrefixesListRequest) Prefix added in v0.2.38

Prefix mocks base method.

type MockIpamPrefixesListRequestMockRecorder added in v0.2.38

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

MockIpamPrefixesListRequestMockRecorder is the mock recorder for MockIpamPrefixesListRequest.

func (*MockIpamPrefixesListRequestMockRecorder) Execute added in v0.2.38

Execute indicates an expected call of Execute.

func (*MockIpamPrefixesListRequestMockRecorder) Prefix added in v0.2.38

Prefix indicates an expected call of Prefix.

type MockIpamPrefixesUpdateRequest added in v0.2.38

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

MockIpamPrefixesUpdateRequest is a mock of IpamPrefixesUpdateRequest interface.

func NewMockIpamPrefixesUpdateRequest added in v0.2.38

func NewMockIpamPrefixesUpdateRequest(ctrl *gomock.Controller) *MockIpamPrefixesUpdateRequest

NewMockIpamPrefixesUpdateRequest creates a new mock instance.

func (*MockIpamPrefixesUpdateRequest) EXPECT added in v0.2.38

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

func (*MockIpamPrefixesUpdateRequest) Execute added in v0.2.38

Execute mocks base method.

func (*MockIpamPrefixesUpdateRequest) WritablePrefixRequest added in v0.2.38

func (m *MockIpamPrefixesUpdateRequest) WritablePrefixRequest(writablePrefixRequest netbox.WritablePrefixRequest) interfaces.IpamPrefixesUpdateRequest

WritablePrefixRequest mocks base method.

type MockIpamPrefixesUpdateRequestMockRecorder added in v0.2.38

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

MockIpamPrefixesUpdateRequestMockRecorder is the mock recorder for MockIpamPrefixesUpdateRequest.

func (*MockIpamPrefixesUpdateRequestMockRecorder) Execute added in v0.2.38

Execute indicates an expected call of Execute.

func (*MockIpamPrefixesUpdateRequestMockRecorder) WritablePrefixRequest added in v0.2.38

func (mr *MockIpamPrefixesUpdateRequestMockRecorder) WritablePrefixRequest(writablePrefixRequest any) *gomock.Call

WritablePrefixRequest indicates an expected call of WritablePrefixRequest.

type MockStatusAPI added in v0.2.38

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

MockStatusAPI is a mock of StatusAPI interface.

func NewMockStatusAPI added in v0.2.38

func NewMockStatusAPI(ctrl *gomock.Controller) *MockStatusAPI

NewMockStatusAPI creates a new mock instance.

func (*MockStatusAPI) EXPECT added in v0.2.38

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

func (*MockStatusAPI) StatusRetrieve added in v0.2.38

StatusRetrieve mocks base method.

type MockStatusAPIMockRecorder added in v0.2.38

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

MockStatusAPIMockRecorder is the mock recorder for MockStatusAPI.

func (*MockStatusAPIMockRecorder) StatusRetrieve added in v0.2.38

func (mr *MockStatusAPIMockRecorder) StatusRetrieve(ctx any) *gomock.Call

StatusRetrieve indicates an expected call of StatusRetrieve.

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