Documentation ¶
Overview ¶
Package mock_network is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterfacesClient ¶
type MockInterfacesClient struct {
// contains filtered or unexported fields
}
MockInterfacesClient is a mock of InterfacesClient interface
func NewMockInterfacesClient ¶
func NewMockInterfacesClient(ctrl *gomock.Controller) *MockInterfacesClient
NewMockInterfacesClient creates a new mock instance
func (*MockInterfacesClient) DeleteAndWait ¶
func (m *MockInterfacesClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error
DeleteAndWait mocks base method
func (*MockInterfacesClient) EXPECT ¶
func (m *MockInterfacesClient) EXPECT() *MockInterfacesClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockInterfacesClientMockRecorder ¶
type MockInterfacesClientMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfacesClientMockRecorder is the mock recorder for MockInterfacesClient
func (*MockInterfacesClientMockRecorder) DeleteAndWait ¶
func (mr *MockInterfacesClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteAndWait indicates an expected call of DeleteAndWait
type MockPublicIPAddressesClient ¶
type MockPublicIPAddressesClient struct {
// contains filtered or unexported fields
}
MockPublicIPAddressesClient is a mock of PublicIPAddressesClient interface
func NewMockPublicIPAddressesClient ¶
func NewMockPublicIPAddressesClient(ctrl *gomock.Controller) *MockPublicIPAddressesClient
NewMockPublicIPAddressesClient creates a new mock instance
func (*MockPublicIPAddressesClient) DeleteAndWait ¶
func (m *MockPublicIPAddressesClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error
DeleteAndWait mocks base method
func (*MockPublicIPAddressesClient) EXPECT ¶
func (m *MockPublicIPAddressesClient) EXPECT() *MockPublicIPAddressesClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPublicIPAddressesClient) List ¶
func (m *MockPublicIPAddressesClient) List(arg0 context.Context, arg1 string) ([]network.PublicIPAddress, error)
List mocks base method
type MockPublicIPAddressesClientMockRecorder ¶
type MockPublicIPAddressesClientMockRecorder struct {
// contains filtered or unexported fields
}
MockPublicIPAddressesClientMockRecorder is the mock recorder for MockPublicIPAddressesClient
func (*MockPublicIPAddressesClientMockRecorder) DeleteAndWait ¶
func (mr *MockPublicIPAddressesClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteAndWait indicates an expected call of DeleteAndWait
func (*MockPublicIPAddressesClientMockRecorder) List ¶
func (mr *MockPublicIPAddressesClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List