client

package
v0.0.0-...-d68cec5 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2019 License: Apache-2.0, MIT Imports: 6 Imported by: 0

Documentation

Overview

Package client is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockFirewallsDeleteCall

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

MockFirewallsDeleteCall is a mock of FirewallsDeleteCall interface

func NewMockFirewallsDeleteCall

func NewMockFirewallsDeleteCall(ctrl *gomock.Controller) *MockFirewallsDeleteCall

NewMockFirewallsDeleteCall creates a new mock instance

func (*MockFirewallsDeleteCall) Context

Context mocks base method

func (*MockFirewallsDeleteCall) Do

Do mocks base method

func (*MockFirewallsDeleteCall) EXPECT

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

type MockFirewallsDeleteCallMockRecorder

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

MockFirewallsDeleteCallMockRecorder is the mock recorder for MockFirewallsDeleteCall

func (*MockFirewallsDeleteCallMockRecorder) Context

func (mr *MockFirewallsDeleteCallMockRecorder) Context(arg0 interface{}) *gomock.Call

Context indicates an expected call of Context

func (*MockFirewallsDeleteCallMockRecorder) Do

func (mr *MockFirewallsDeleteCallMockRecorder) Do(arg0 ...interface{}) *gomock.Call

Do indicates an expected call of Do

type MockFirewallsListCall

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

MockFirewallsListCall is a mock of FirewallsListCall interface

func NewMockFirewallsListCall

func NewMockFirewallsListCall(ctrl *gomock.Controller) *MockFirewallsListCall

NewMockFirewallsListCall creates a new mock instance

func (*MockFirewallsListCall) EXPECT

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

func (*MockFirewallsListCall) Pages

func (m *MockFirewallsListCall) Pages(arg0 context.Context, arg1 func(*v1.FirewallList) error) error

Pages mocks base method

type MockFirewallsListCallMockRecorder

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

MockFirewallsListCallMockRecorder is the mock recorder for MockFirewallsListCall

func (*MockFirewallsListCallMockRecorder) Pages

func (mr *MockFirewallsListCallMockRecorder) Pages(arg0, arg1 interface{}) *gomock.Call

Pages indicates an expected call of Pages

type MockFirewallsService

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

MockFirewallsService is a mock of FirewallsService interface

func NewMockFirewallsService

func NewMockFirewallsService(ctrl *gomock.Controller) *MockFirewallsService

NewMockFirewallsService creates a new mock instance

func (*MockFirewallsService) Delete

func (m *MockFirewallsService) Delete(arg0, arg1 string) client.FirewallsDeleteCall

Delete mocks base method

func (*MockFirewallsService) EXPECT

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

func (*MockFirewallsService) List

List mocks base method

type MockFirewallsServiceMockRecorder

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

MockFirewallsServiceMockRecorder is the mock recorder for MockFirewallsService

func (*MockFirewallsServiceMockRecorder) Delete

func (mr *MockFirewallsServiceMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockFirewallsServiceMockRecorder) List

func (mr *MockFirewallsServiceMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List

type MockInterface

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

MockInterface is a mock of Interface interface

func NewMockInterface

func NewMockInterface(ctrl *gomock.Controller) *MockInterface

NewMockInterface creates a new mock instance

func (*MockInterface) EXPECT

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

func (*MockInterface) Firewalls

func (m *MockInterface) Firewalls() client.FirewallsService

Firewalls mocks base method

func (*MockInterface) Routes

func (m *MockInterface) Routes() client.RoutesService

Routes mocks base method

type MockInterfaceMockRecorder

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

MockInterfaceMockRecorder is the mock recorder for MockInterface

func (*MockInterfaceMockRecorder) Firewalls

func (mr *MockInterfaceMockRecorder) Firewalls() *gomock.Call

Firewalls indicates an expected call of Firewalls

func (*MockInterfaceMockRecorder) Routes

func (mr *MockInterfaceMockRecorder) Routes() *gomock.Call

Routes indicates an expected call of Routes

type MockRoutesDeleteCall

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

MockRoutesDeleteCall is a mock of RoutesDeleteCall interface

func NewMockRoutesDeleteCall

func NewMockRoutesDeleteCall(ctrl *gomock.Controller) *MockRoutesDeleteCall

NewMockRoutesDeleteCall creates a new mock instance

func (*MockRoutesDeleteCall) Context

Context mocks base method

func (*MockRoutesDeleteCall) Do

Do mocks base method

func (*MockRoutesDeleteCall) EXPECT

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

type MockRoutesDeleteCallMockRecorder

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

MockRoutesDeleteCallMockRecorder is the mock recorder for MockRoutesDeleteCall

func (*MockRoutesDeleteCallMockRecorder) Context

func (mr *MockRoutesDeleteCallMockRecorder) Context(arg0 interface{}) *gomock.Call

Context indicates an expected call of Context

func (*MockRoutesDeleteCallMockRecorder) Do

func (mr *MockRoutesDeleteCallMockRecorder) Do(arg0 ...interface{}) *gomock.Call

Do indicates an expected call of Do

type MockRoutesListCall

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

MockRoutesListCall is a mock of RoutesListCall interface

func NewMockRoutesListCall

func NewMockRoutesListCall(ctrl *gomock.Controller) *MockRoutesListCall

NewMockRoutesListCall creates a new mock instance

func (*MockRoutesListCall) EXPECT

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

func (*MockRoutesListCall) Pages

func (m *MockRoutesListCall) Pages(arg0 context.Context, arg1 func(*v1.RouteList) error) error

Pages mocks base method

type MockRoutesListCallMockRecorder

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

MockRoutesListCallMockRecorder is the mock recorder for MockRoutesListCall

func (*MockRoutesListCallMockRecorder) Pages

func (mr *MockRoutesListCallMockRecorder) Pages(arg0, arg1 interface{}) *gomock.Call

Pages indicates an expected call of Pages

type MockRoutesService

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

MockRoutesService is a mock of RoutesService interface

func NewMockRoutesService

func NewMockRoutesService(ctrl *gomock.Controller) *MockRoutesService

NewMockRoutesService creates a new mock instance

func (*MockRoutesService) Delete

func (m *MockRoutesService) Delete(arg0, arg1 string) client.RoutesDeleteCall

Delete mocks base method

func (*MockRoutesService) EXPECT

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

func (*MockRoutesService) List

List mocks base method

type MockRoutesServiceMockRecorder

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

MockRoutesServiceMockRecorder is the mock recorder for MockRoutesService

func (*MockRoutesServiceMockRecorder) Delete

func (mr *MockRoutesServiceMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockRoutesServiceMockRecorder) List

func (mr *MockRoutesServiceMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List

Jump to

Keyboard shortcuts

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