Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFirewallInterface ¶
type MockFirewallInterface struct {
// contains filtered or unexported fields
}
MockFirewallInterface is a mock of FirewallInterface interface.
func NewMockFirewallInterface ¶
func NewMockFirewallInterface(ctrl *gomock.Controller) *MockFirewallInterface
NewMockFirewallInterface creates a new mock instance.
func (*MockFirewallInterface) EXPECT ¶
func (m *MockFirewallInterface) EXPECT() *MockFirewallInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFirewallInterface) Flush ¶
func (m *MockFirewallInterface) Flush() error
Flush mocks base method.
func (*MockFirewallInterface) Reconcile ¶
func (m *MockFirewallInterface) Reconcile() (bool, error)
Reconcile mocks base method.
func (*MockFirewallInterface) ReconcileNetconfTables ¶
func (m *MockFirewallInterface) ReconcileNetconfTables() error
ReconcileNetconfTables mocks base method.
type MockFirewallInterfaceMockRecorder ¶
type MockFirewallInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockFirewallInterfaceMockRecorder is the mock recorder for MockFirewallInterface.
func (*MockFirewallInterfaceMockRecorder) Flush ¶
func (mr *MockFirewallInterfaceMockRecorder) Flush() *gomock.Call
Flush indicates an expected call of Flush.
func (*MockFirewallInterfaceMockRecorder) Reconcile ¶
func (mr *MockFirewallInterfaceMockRecorder) Reconcile() *gomock.Call
Reconcile indicates an expected call of Reconcile.
func (*MockFirewallInterfaceMockRecorder) ReconcileNetconfTables ¶
func (mr *MockFirewallInterfaceMockRecorder) ReconcileNetconfTables() *gomock.Call
ReconcileNetconfTables indicates an expected call of ReconcileNetconfTables.
Click to show internal directories.
Click to hide internal directories.