Documentation
¶
Overview ¶
Package mock_interfaces is a generated GoMock package.
Index ¶
- type MockDcimInterface
- type MockDcimInterfaceMockRecorder
- type MockExtrasInterface
- type MockExtrasInterfaceMockRecorder
- type MockIpamInterface
- func (m *MockIpamInterface) EXPECT() *MockIpamInterfaceMockRecorder
- func (m *MockIpamInterface) IpamIPAddressesCreate(params *ipam.IpamIPAddressesCreateParams, ...) (*ipam.IpamIPAddressesCreateCreated, error)
- func (m *MockIpamInterface) IpamIPAddressesDelete(params *ipam.IpamIPAddressesDeleteParams, ...) (*ipam.IpamIPAddressesDeleteNoContent, error)
- func (m *MockIpamInterface) IpamIPAddressesList(params *ipam.IpamIPAddressesListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ipam.IpamIPAddressesListOK, error)
- func (m *MockIpamInterface) IpamIPAddressesUpdate(params *ipam.IpamIPAddressesUpdateParams, ...) (*ipam.IpamIPAddressesUpdateOK, error)
- func (m *MockIpamInterface) IpamIPRangesAvailableIpsList(params *ipam.IpamIPRangesAvailableIpsListParams, ...) (*ipam.IpamIPRangesAvailableIpsListOK, error)
- func (m *MockIpamInterface) IpamIPRangesCreate(params *ipam.IpamIPRangesCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ipam.IpamIPRangesCreateCreated, error)
- func (m *MockIpamInterface) IpamIPRangesDelete(params *ipam.IpamIPRangesDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ipam.IpamIPRangesDeleteNoContent, error)
- func (m *MockIpamInterface) IpamIPRangesList(params *ipam.IpamIPRangesListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ipam.IpamIPRangesListOK, error)
- func (m *MockIpamInterface) IpamIPRangesUpdate(params *ipam.IpamIPRangesUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ipam.IpamIPRangesUpdateOK, error)
- func (m *MockIpamInterface) IpamPrefixesAvailableIpsList(params *ipam.IpamPrefixesAvailableIpsListParams, ...) (*ipam.IpamPrefixesAvailableIpsListOK, error)
- func (m *MockIpamInterface) IpamPrefixesAvailablePrefixesList(params *ipam.IpamPrefixesAvailablePrefixesListParams, ...) (*ipam.IpamPrefixesAvailablePrefixesListOK, error)
- func (m *MockIpamInterface) IpamPrefixesCreate(params *ipam.IpamPrefixesCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ipam.IpamPrefixesCreateCreated, error)
- func (m *MockIpamInterface) IpamPrefixesDelete(params *ipam.IpamPrefixesDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ipam.IpamPrefixesDeleteNoContent, error)
- func (m *MockIpamInterface) IpamPrefixesList(params *ipam.IpamPrefixesListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ipam.IpamPrefixesListOK, error)
- func (m *MockIpamInterface) IpamPrefixesUpdate(params *ipam.IpamPrefixesUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ipam.IpamPrefixesUpdateOK, error)
- type MockIpamInterfaceMockRecorder
- func (mr *MockIpamInterfaceMockRecorder) IpamIPAddressesCreate(params, authInfo any, opts ...any) *gomock.Call
- func (mr *MockIpamInterfaceMockRecorder) IpamIPAddressesDelete(params, authInfo any, opts ...any) *gomock.Call
- func (mr *MockIpamInterfaceMockRecorder) IpamIPAddressesList(params, authInfo any, opts ...any) *gomock.Call
- func (mr *MockIpamInterfaceMockRecorder) IpamIPAddressesUpdate(params, authInfo any, opts ...any) *gomock.Call
- func (mr *MockIpamInterfaceMockRecorder) IpamIPRangesAvailableIpsList(params, authInfo any, opts ...any) *gomock.Call
- func (mr *MockIpamInterfaceMockRecorder) IpamIPRangesCreate(params, authInfo any, opts ...any) *gomock.Call
- func (mr *MockIpamInterfaceMockRecorder) IpamIPRangesDelete(params, authInfo any, opts ...any) *gomock.Call
- func (mr *MockIpamInterfaceMockRecorder) IpamIPRangesList(params, authInfo any, opts ...any) *gomock.Call
- func (mr *MockIpamInterfaceMockRecorder) IpamIPRangesUpdate(params, authInfo any, opts ...any) *gomock.Call
- func (mr *MockIpamInterfaceMockRecorder) IpamPrefixesAvailableIpsList(params, authInfo any, opts ...any) *gomock.Call
- func (mr *MockIpamInterfaceMockRecorder) IpamPrefixesAvailablePrefixesList(params, authInfo any, opts ...any) *gomock.Call
- func (mr *MockIpamInterfaceMockRecorder) IpamPrefixesCreate(params, authInfo any, opts ...any) *gomock.Call
- func (mr *MockIpamInterfaceMockRecorder) IpamPrefixesDelete(params, authInfo any, opts ...any) *gomock.Call
- func (mr *MockIpamInterfaceMockRecorder) IpamPrefixesList(params, authInfo any, opts ...any) *gomock.Call
- func (mr *MockIpamInterfaceMockRecorder) IpamPrefixesUpdate(params, authInfo any, opts ...any) *gomock.Call
- type MockTenancyInterface
- type MockTenancyInterfaceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 ¶
func (m *MockDcimInterface) DcimSitesList(params *dcim.DcimSitesListParams, authInfo runtime.ClientAuthInfoWriter, opts ...dcim.ClientOption) (*dcim.DcimSitesListOK, error)
DcimSitesList mocks base method.
func (*MockDcimInterface) EXPECT ¶
func (m *MockDcimInterface) EXPECT() *MockDcimInterfaceMockRecorder
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 ¶
func (m *MockExtrasInterface) EXPECT() *MockExtrasInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockExtrasInterface) ExtrasCustomFieldsList ¶
func (m *MockExtrasInterface) ExtrasCustomFieldsList(params *extras.ExtrasCustomFieldsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...extras.ClientOption) (*extras.ExtrasCustomFieldsListOK, error)
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 ¶
func (m *MockIpamInterface) EXPECT() *MockIpamInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIpamInterface) IpamIPAddressesCreate ¶
func (m *MockIpamInterface) IpamIPAddressesCreate(params *ipam.IpamIPAddressesCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ipam.ClientOption) (*ipam.IpamIPAddressesCreateCreated, error)
IpamIPAddressesCreate mocks base method.
func (*MockIpamInterface) IpamIPAddressesDelete ¶
func (m *MockIpamInterface) IpamIPAddressesDelete(params *ipam.IpamIPAddressesDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ipam.ClientOption) (*ipam.IpamIPAddressesDeleteNoContent, error)
IpamIPAddressesDelete mocks base method.
func (*MockIpamInterface) IpamIPAddressesList ¶
func (m *MockIpamInterface) IpamIPAddressesList(params *ipam.IpamIPAddressesListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ipam.ClientOption) (*ipam.IpamIPAddressesListOK, error)
IpamIPAddressesList mocks base method.
func (*MockIpamInterface) IpamIPAddressesUpdate ¶
func (m *MockIpamInterface) IpamIPAddressesUpdate(params *ipam.IpamIPAddressesUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ipam.ClientOption) (*ipam.IpamIPAddressesUpdateOK, error)
IpamIPAddressesUpdate mocks base method.
func (*MockIpamInterface) IpamIPRangesAvailableIpsList ¶
func (m *MockIpamInterface) IpamIPRangesAvailableIpsList(params *ipam.IpamIPRangesAvailableIpsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ipam.ClientOption) (*ipam.IpamIPRangesAvailableIpsListOK, error)
IpamIPRangesAvailableIpsList mocks base method.
func (*MockIpamInterface) IpamIPRangesCreate ¶
func (m *MockIpamInterface) IpamIPRangesCreate(params *ipam.IpamIPRangesCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ipam.ClientOption) (*ipam.IpamIPRangesCreateCreated, error)
IpamIPRangesCreate mocks base method.
func (*MockIpamInterface) IpamIPRangesDelete ¶
func (m *MockIpamInterface) IpamIPRangesDelete(params *ipam.IpamIPRangesDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ipam.ClientOption) (*ipam.IpamIPRangesDeleteNoContent, error)
IpamIPRangesDelete mocks base method.
func (*MockIpamInterface) IpamIPRangesList ¶
func (m *MockIpamInterface) IpamIPRangesList(params *ipam.IpamIPRangesListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ipam.ClientOption) (*ipam.IpamIPRangesListOK, error)
IpamIPRangesList mocks base method.
func (*MockIpamInterface) IpamIPRangesUpdate ¶
func (m *MockIpamInterface) IpamIPRangesUpdate(params *ipam.IpamIPRangesUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ipam.ClientOption) (*ipam.IpamIPRangesUpdateOK, error)
IpamIPRangesUpdate mocks base method.
func (*MockIpamInterface) IpamPrefixesAvailableIpsList ¶
func (m *MockIpamInterface) IpamPrefixesAvailableIpsList(params *ipam.IpamPrefixesAvailableIpsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ipam.ClientOption) (*ipam.IpamPrefixesAvailableIpsListOK, error)
IpamPrefixesAvailableIpsList mocks base method.
func (*MockIpamInterface) IpamPrefixesAvailablePrefixesList ¶
func (m *MockIpamInterface) IpamPrefixesAvailablePrefixesList(params *ipam.IpamPrefixesAvailablePrefixesListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ipam.ClientOption) (*ipam.IpamPrefixesAvailablePrefixesListOK, error)
IpamPrefixesAvailablePrefixesList mocks base method.
func (*MockIpamInterface) IpamPrefixesCreate ¶
func (m *MockIpamInterface) IpamPrefixesCreate(params *ipam.IpamPrefixesCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ipam.ClientOption) (*ipam.IpamPrefixesCreateCreated, error)
IpamPrefixesCreate mocks base method.
func (*MockIpamInterface) IpamPrefixesDelete ¶
func (m *MockIpamInterface) IpamPrefixesDelete(params *ipam.IpamPrefixesDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ipam.ClientOption) (*ipam.IpamPrefixesDeleteNoContent, error)
IpamPrefixesDelete mocks base method.
func (*MockIpamInterface) IpamPrefixesList ¶
func (m *MockIpamInterface) IpamPrefixesList(params *ipam.IpamPrefixesListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ipam.ClientOption) (*ipam.IpamPrefixesListOK, error)
IpamPrefixesList mocks base method.
func (*MockIpamInterface) IpamPrefixesUpdate ¶
func (m *MockIpamInterface) IpamPrefixesUpdate(params *ipam.IpamPrefixesUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ipam.ClientOption) (*ipam.IpamPrefixesUpdateOK, error)
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 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 ¶
func (m *MockTenancyInterface) EXPECT() *MockTenancyInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTenancyInterface) TenancyTenantsList ¶
func (m *MockTenancyInterface) TenancyTenantsList(params *tenancy.TenancyTenantsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...tenancy.ClientOption) (*tenancy.TenancyTenantsListOK, error)
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.