mock_pipelined

package
v0.0.0-...-341c48f Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2022 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Overview

Package mock_pipelined is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockPipelinedClient

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

MockPipelinedClient is a mock of PipelinedClient interface.

func NewMockPipelinedClient

func NewMockPipelinedClient(ctrl *gomock.Controller) *MockPipelinedClient

NewMockPipelinedClient creates a new mock instance.

func (*MockPipelinedClient) ActivateFlows

ActivateFlows mocks base method.

func (*MockPipelinedClient) AddUEMacFlow

AddUEMacFlow mocks base method.

func (*MockPipelinedClient) CreateFlow

CreateFlow mocks base method.

func (*MockPipelinedClient) DeactivateFlows

DeactivateFlows mocks base method.

func (*MockPipelinedClient) DeleteUEMacFlow

DeleteUEMacFlow mocks base method.

func (*MockPipelinedClient) EXPECT

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

func (*MockPipelinedClient) GetAllTableAssignments

func (m *MockPipelinedClient) GetAllTableAssignments(ctx context.Context, in *orc8r.Void, opts ...grpc.CallOption) (*pipelined.AllTableAssignments, error)

GetAllTableAssignments mocks base method.

func (*MockPipelinedClient) GetPolicyUsage

GetPolicyUsage mocks base method.

func (*MockPipelinedClient) GetStats

GetStats mocks base method.

func (*MockPipelinedClient) RemoveFlow

RemoveFlow mocks base method.

func (*MockPipelinedClient) SetSMFSessions

SetSMFSessions mocks base method.

func (*MockPipelinedClient) SetupDefaultControllers

SetupDefaultControllers mocks base method.

func (*MockPipelinedClient) SetupPolicyFlows

SetupPolicyFlows mocks base method.

func (*MockPipelinedClient) SetupQuotaFlows

SetupQuotaFlows mocks base method.

func (*MockPipelinedClient) SetupUEMacFlows

SetupUEMacFlows mocks base method.

func (*MockPipelinedClient) UpdateFlowStats

UpdateFlowStats mocks base method.

func (*MockPipelinedClient) UpdateIPFIXFlow

UpdateIPFIXFlow mocks base method.

func (*MockPipelinedClient) UpdateSubscriberQuotaState

UpdateSubscriberQuotaState mocks base method.

func (*MockPipelinedClient) UpdateUEState

UpdateUEState mocks base method.

type MockPipelinedClientMockRecorder

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

MockPipelinedClientMockRecorder is the mock recorder for MockPipelinedClient.

func (*MockPipelinedClientMockRecorder) ActivateFlows

func (mr *MockPipelinedClientMockRecorder) ActivateFlows(ctx, in interface{}, opts ...interface{}) *gomock.Call

ActivateFlows indicates an expected call of ActivateFlows.

func (*MockPipelinedClientMockRecorder) AddUEMacFlow

func (mr *MockPipelinedClientMockRecorder) AddUEMacFlow(ctx, in interface{}, opts ...interface{}) *gomock.Call

AddUEMacFlow indicates an expected call of AddUEMacFlow.

func (*MockPipelinedClientMockRecorder) CreateFlow

func (mr *MockPipelinedClientMockRecorder) CreateFlow(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateFlow indicates an expected call of CreateFlow.

func (*MockPipelinedClientMockRecorder) DeactivateFlows

func (mr *MockPipelinedClientMockRecorder) DeactivateFlows(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeactivateFlows indicates an expected call of DeactivateFlows.

func (*MockPipelinedClientMockRecorder) DeleteUEMacFlow

func (mr *MockPipelinedClientMockRecorder) DeleteUEMacFlow(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteUEMacFlow indicates an expected call of DeleteUEMacFlow.

func (*MockPipelinedClientMockRecorder) GetAllTableAssignments

func (mr *MockPipelinedClientMockRecorder) GetAllTableAssignments(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetAllTableAssignments indicates an expected call of GetAllTableAssignments.

func (*MockPipelinedClientMockRecorder) GetPolicyUsage

func (mr *MockPipelinedClientMockRecorder) GetPolicyUsage(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetPolicyUsage indicates an expected call of GetPolicyUsage.

func (*MockPipelinedClientMockRecorder) GetStats

func (mr *MockPipelinedClientMockRecorder) GetStats(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetStats indicates an expected call of GetStats.

func (*MockPipelinedClientMockRecorder) RemoveFlow

func (mr *MockPipelinedClientMockRecorder) RemoveFlow(ctx, in interface{}, opts ...interface{}) *gomock.Call

RemoveFlow indicates an expected call of RemoveFlow.

func (*MockPipelinedClientMockRecorder) SetSMFSessions

func (mr *MockPipelinedClientMockRecorder) SetSMFSessions(ctx, in interface{}, opts ...interface{}) *gomock.Call

SetSMFSessions indicates an expected call of SetSMFSessions.

func (*MockPipelinedClientMockRecorder) SetupDefaultControllers

func (mr *MockPipelinedClientMockRecorder) SetupDefaultControllers(ctx, in interface{}, opts ...interface{}) *gomock.Call

SetupDefaultControllers indicates an expected call of SetupDefaultControllers.

func (*MockPipelinedClientMockRecorder) SetupPolicyFlows

func (mr *MockPipelinedClientMockRecorder) SetupPolicyFlows(ctx, in interface{}, opts ...interface{}) *gomock.Call

SetupPolicyFlows indicates an expected call of SetupPolicyFlows.

func (*MockPipelinedClientMockRecorder) SetupQuotaFlows

func (mr *MockPipelinedClientMockRecorder) SetupQuotaFlows(ctx, in interface{}, opts ...interface{}) *gomock.Call

SetupQuotaFlows indicates an expected call of SetupQuotaFlows.

func (*MockPipelinedClientMockRecorder) SetupUEMacFlows

func (mr *MockPipelinedClientMockRecorder) SetupUEMacFlows(ctx, in interface{}, opts ...interface{}) *gomock.Call

SetupUEMacFlows indicates an expected call of SetupUEMacFlows.

func (*MockPipelinedClientMockRecorder) UpdateFlowStats

func (mr *MockPipelinedClientMockRecorder) UpdateFlowStats(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateFlowStats indicates an expected call of UpdateFlowStats.

func (*MockPipelinedClientMockRecorder) UpdateIPFIXFlow

func (mr *MockPipelinedClientMockRecorder) UpdateIPFIXFlow(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateIPFIXFlow indicates an expected call of UpdateIPFIXFlow.

func (*MockPipelinedClientMockRecorder) UpdateSubscriberQuotaState

func (mr *MockPipelinedClientMockRecorder) UpdateSubscriberQuotaState(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateSubscriberQuotaState indicates an expected call of UpdateSubscriberQuotaState.

func (*MockPipelinedClientMockRecorder) UpdateUEState

func (mr *MockPipelinedClientMockRecorder) UpdateUEState(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateUEState indicates an expected call of UpdateUEState.

type MockPipelinedServer

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

MockPipelinedServer is a mock of PipelinedServer interface.

func NewMockPipelinedServer

func NewMockPipelinedServer(ctrl *gomock.Controller) *MockPipelinedServer

NewMockPipelinedServer creates a new mock instance.

func (*MockPipelinedServer) ActivateFlows

ActivateFlows mocks base method.

func (*MockPipelinedServer) AddUEMacFlow

AddUEMacFlow mocks base method.

func (*MockPipelinedServer) CreateFlow

CreateFlow mocks base method.

func (*MockPipelinedServer) DeactivateFlows

DeactivateFlows mocks base method.

func (*MockPipelinedServer) DeleteUEMacFlow

DeleteUEMacFlow mocks base method.

func (*MockPipelinedServer) EXPECT

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

func (*MockPipelinedServer) GetAllTableAssignments

func (m *MockPipelinedServer) GetAllTableAssignments(arg0 context.Context, arg1 *orc8r.Void) (*pipelined.AllTableAssignments, error)

GetAllTableAssignments mocks base method.

func (*MockPipelinedServer) GetPolicyUsage

GetPolicyUsage mocks base method.

func (*MockPipelinedServer) GetStats

GetStats mocks base method.

func (*MockPipelinedServer) RemoveFlow

RemoveFlow mocks base method.

func (*MockPipelinedServer) SetSMFSessions

SetSMFSessions mocks base method.

func (*MockPipelinedServer) SetupDefaultControllers

SetupDefaultControllers mocks base method.

func (*MockPipelinedServer) SetupPolicyFlows

SetupPolicyFlows mocks base method.

func (*MockPipelinedServer) SetupQuotaFlows

SetupQuotaFlows mocks base method.

func (*MockPipelinedServer) SetupUEMacFlows

SetupUEMacFlows mocks base method.

func (*MockPipelinedServer) UpdateFlowStats

UpdateFlowStats mocks base method.

func (*MockPipelinedServer) UpdateIPFIXFlow

UpdateIPFIXFlow mocks base method.

func (*MockPipelinedServer) UpdateSubscriberQuotaState

UpdateSubscriberQuotaState mocks base method.

func (*MockPipelinedServer) UpdateUEState

UpdateUEState mocks base method.

type MockPipelinedServerMockRecorder

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

MockPipelinedServerMockRecorder is the mock recorder for MockPipelinedServer.

func (*MockPipelinedServerMockRecorder) ActivateFlows

func (mr *MockPipelinedServerMockRecorder) ActivateFlows(arg0, arg1 interface{}) *gomock.Call

ActivateFlows indicates an expected call of ActivateFlows.

func (*MockPipelinedServerMockRecorder) AddUEMacFlow

func (mr *MockPipelinedServerMockRecorder) AddUEMacFlow(arg0, arg1 interface{}) *gomock.Call

AddUEMacFlow indicates an expected call of AddUEMacFlow.

func (*MockPipelinedServerMockRecorder) CreateFlow

func (mr *MockPipelinedServerMockRecorder) CreateFlow(arg0, arg1 interface{}) *gomock.Call

CreateFlow indicates an expected call of CreateFlow.

func (*MockPipelinedServerMockRecorder) DeactivateFlows

func (mr *MockPipelinedServerMockRecorder) DeactivateFlows(arg0, arg1 interface{}) *gomock.Call

DeactivateFlows indicates an expected call of DeactivateFlows.

func (*MockPipelinedServerMockRecorder) DeleteUEMacFlow

func (mr *MockPipelinedServerMockRecorder) DeleteUEMacFlow(arg0, arg1 interface{}) *gomock.Call

DeleteUEMacFlow indicates an expected call of DeleteUEMacFlow.

func (*MockPipelinedServerMockRecorder) GetAllTableAssignments

func (mr *MockPipelinedServerMockRecorder) GetAllTableAssignments(arg0, arg1 interface{}) *gomock.Call

GetAllTableAssignments indicates an expected call of GetAllTableAssignments.

func (*MockPipelinedServerMockRecorder) GetPolicyUsage

func (mr *MockPipelinedServerMockRecorder) GetPolicyUsage(arg0, arg1 interface{}) *gomock.Call

GetPolicyUsage indicates an expected call of GetPolicyUsage.

func (*MockPipelinedServerMockRecorder) GetStats

func (mr *MockPipelinedServerMockRecorder) GetStats(arg0, arg1 interface{}) *gomock.Call

GetStats indicates an expected call of GetStats.

func (*MockPipelinedServerMockRecorder) RemoveFlow

func (mr *MockPipelinedServerMockRecorder) RemoveFlow(arg0, arg1 interface{}) *gomock.Call

RemoveFlow indicates an expected call of RemoveFlow.

func (*MockPipelinedServerMockRecorder) SetSMFSessions

func (mr *MockPipelinedServerMockRecorder) SetSMFSessions(arg0, arg1 interface{}) *gomock.Call

SetSMFSessions indicates an expected call of SetSMFSessions.

func (*MockPipelinedServerMockRecorder) SetupDefaultControllers

func (mr *MockPipelinedServerMockRecorder) SetupDefaultControllers(arg0, arg1 interface{}) *gomock.Call

SetupDefaultControllers indicates an expected call of SetupDefaultControllers.

func (*MockPipelinedServerMockRecorder) SetupPolicyFlows

func (mr *MockPipelinedServerMockRecorder) SetupPolicyFlows(arg0, arg1 interface{}) *gomock.Call

SetupPolicyFlows indicates an expected call of SetupPolicyFlows.

func (*MockPipelinedServerMockRecorder) SetupQuotaFlows

func (mr *MockPipelinedServerMockRecorder) SetupQuotaFlows(arg0, arg1 interface{}) *gomock.Call

SetupQuotaFlows indicates an expected call of SetupQuotaFlows.

func (*MockPipelinedServerMockRecorder) SetupUEMacFlows

func (mr *MockPipelinedServerMockRecorder) SetupUEMacFlows(arg0, arg1 interface{}) *gomock.Call

SetupUEMacFlows indicates an expected call of SetupUEMacFlows.

func (*MockPipelinedServerMockRecorder) UpdateFlowStats

func (mr *MockPipelinedServerMockRecorder) UpdateFlowStats(arg0, arg1 interface{}) *gomock.Call

UpdateFlowStats indicates an expected call of UpdateFlowStats.

func (*MockPipelinedServerMockRecorder) UpdateIPFIXFlow

func (mr *MockPipelinedServerMockRecorder) UpdateIPFIXFlow(arg0, arg1 interface{}) *gomock.Call

UpdateIPFIXFlow indicates an expected call of UpdateIPFIXFlow.

func (*MockPipelinedServerMockRecorder) UpdateSubscriberQuotaState

func (mr *MockPipelinedServerMockRecorder) UpdateSubscriberQuotaState(arg0, arg1 interface{}) *gomock.Call

UpdateSubscriberQuotaState indicates an expected call of UpdateSubscriberQuotaState.

func (*MockPipelinedServerMockRecorder) UpdateUEState

func (mr *MockPipelinedServerMockRecorder) UpdateUEState(arg0, arg1 interface{}) *gomock.Call

UpdateUEState indicates an expected call of UpdateUEState.

type MockUnsafePipelinedServer

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

MockUnsafePipelinedServer is a mock of UnsafePipelinedServer interface.

func NewMockUnsafePipelinedServer

func NewMockUnsafePipelinedServer(ctrl *gomock.Controller) *MockUnsafePipelinedServer

NewMockUnsafePipelinedServer creates a new mock instance.

func (*MockUnsafePipelinedServer) EXPECT

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

type MockUnsafePipelinedServerMockRecorder

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

MockUnsafePipelinedServerMockRecorder is the mock recorder for MockUnsafePipelinedServer.

Jump to

Keyboard shortcuts

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