mock_sctpd

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: 5 Imported by: 0

Documentation

Overview

Package mock_sctpd is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSctpdDownlinkClient

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

MockSctpdDownlinkClient is a mock of SctpdDownlinkClient interface.

func NewMockSctpdDownlinkClient

func NewMockSctpdDownlinkClient(ctrl *gomock.Controller) *MockSctpdDownlinkClient

NewMockSctpdDownlinkClient creates a new mock instance.

func (*MockSctpdDownlinkClient) EXPECT

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

func (*MockSctpdDownlinkClient) Init

Init mocks base method.

func (*MockSctpdDownlinkClient) SendDl

SendDl mocks base method.

type MockSctpdDownlinkClientMockRecorder

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

MockSctpdDownlinkClientMockRecorder is the mock recorder for MockSctpdDownlinkClient.

func (*MockSctpdDownlinkClientMockRecorder) Init

func (mr *MockSctpdDownlinkClientMockRecorder) Init(ctx, in interface{}, opts ...interface{}) *gomock.Call

Init indicates an expected call of Init.

func (*MockSctpdDownlinkClientMockRecorder) SendDl

func (mr *MockSctpdDownlinkClientMockRecorder) SendDl(ctx, in interface{}, opts ...interface{}) *gomock.Call

SendDl indicates an expected call of SendDl.

type MockSctpdDownlinkServer

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

MockSctpdDownlinkServer is a mock of SctpdDownlinkServer interface.

func NewMockSctpdDownlinkServer

func NewMockSctpdDownlinkServer(ctrl *gomock.Controller) *MockSctpdDownlinkServer

NewMockSctpdDownlinkServer creates a new mock instance.

func (*MockSctpdDownlinkServer) EXPECT

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

func (*MockSctpdDownlinkServer) Init

Init mocks base method.

func (*MockSctpdDownlinkServer) SendDl

SendDl mocks base method.

type MockSctpdDownlinkServerMockRecorder

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

MockSctpdDownlinkServerMockRecorder is the mock recorder for MockSctpdDownlinkServer.

func (*MockSctpdDownlinkServerMockRecorder) Init

func (mr *MockSctpdDownlinkServerMockRecorder) Init(arg0, arg1 interface{}) *gomock.Call

Init indicates an expected call of Init.

func (*MockSctpdDownlinkServerMockRecorder) SendDl

func (mr *MockSctpdDownlinkServerMockRecorder) SendDl(arg0, arg1 interface{}) *gomock.Call

SendDl indicates an expected call of SendDl.

type MockSctpdUplinkClient

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

MockSctpdUplinkClient is a mock of SctpdUplinkClient interface.

func NewMockSctpdUplinkClient

func NewMockSctpdUplinkClient(ctrl *gomock.Controller) *MockSctpdUplinkClient

NewMockSctpdUplinkClient creates a new mock instance.

func (*MockSctpdUplinkClient) CloseAssoc

CloseAssoc mocks base method.

func (*MockSctpdUplinkClient) EXPECT

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

func (*MockSctpdUplinkClient) NewAssoc

NewAssoc mocks base method.

func (*MockSctpdUplinkClient) SendUl

SendUl mocks base method.

type MockSctpdUplinkClientMockRecorder

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

MockSctpdUplinkClientMockRecorder is the mock recorder for MockSctpdUplinkClient.

func (*MockSctpdUplinkClientMockRecorder) CloseAssoc

func (mr *MockSctpdUplinkClientMockRecorder) CloseAssoc(ctx, in interface{}, opts ...interface{}) *gomock.Call

CloseAssoc indicates an expected call of CloseAssoc.

func (*MockSctpdUplinkClientMockRecorder) NewAssoc

func (mr *MockSctpdUplinkClientMockRecorder) NewAssoc(ctx, in interface{}, opts ...interface{}) *gomock.Call

NewAssoc indicates an expected call of NewAssoc.

func (*MockSctpdUplinkClientMockRecorder) SendUl

func (mr *MockSctpdUplinkClientMockRecorder) SendUl(ctx, in interface{}, opts ...interface{}) *gomock.Call

SendUl indicates an expected call of SendUl.

type MockSctpdUplinkServer

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

MockSctpdUplinkServer is a mock of SctpdUplinkServer interface.

func NewMockSctpdUplinkServer

func NewMockSctpdUplinkServer(ctrl *gomock.Controller) *MockSctpdUplinkServer

NewMockSctpdUplinkServer creates a new mock instance.

func (*MockSctpdUplinkServer) CloseAssoc

CloseAssoc mocks base method.

func (*MockSctpdUplinkServer) EXPECT

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

func (*MockSctpdUplinkServer) NewAssoc

NewAssoc mocks base method.

func (*MockSctpdUplinkServer) SendUl

SendUl mocks base method.

type MockSctpdUplinkServerMockRecorder

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

MockSctpdUplinkServerMockRecorder is the mock recorder for MockSctpdUplinkServer.

func (*MockSctpdUplinkServerMockRecorder) CloseAssoc

func (mr *MockSctpdUplinkServerMockRecorder) CloseAssoc(arg0, arg1 interface{}) *gomock.Call

CloseAssoc indicates an expected call of CloseAssoc.

func (*MockSctpdUplinkServerMockRecorder) NewAssoc

func (mr *MockSctpdUplinkServerMockRecorder) NewAssoc(arg0, arg1 interface{}) *gomock.Call

NewAssoc indicates an expected call of NewAssoc.

func (*MockSctpdUplinkServerMockRecorder) SendUl

func (mr *MockSctpdUplinkServerMockRecorder) SendUl(arg0, arg1 interface{}) *gomock.Call

SendUl indicates an expected call of SendUl.

type MockUnsafeSctpdDownlinkServer

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

MockUnsafeSctpdDownlinkServer is a mock of UnsafeSctpdDownlinkServer interface.

func NewMockUnsafeSctpdDownlinkServer

func NewMockUnsafeSctpdDownlinkServer(ctrl *gomock.Controller) *MockUnsafeSctpdDownlinkServer

NewMockUnsafeSctpdDownlinkServer creates a new mock instance.

func (*MockUnsafeSctpdDownlinkServer) EXPECT

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

type MockUnsafeSctpdDownlinkServerMockRecorder

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

MockUnsafeSctpdDownlinkServerMockRecorder is the mock recorder for MockUnsafeSctpdDownlinkServer.

type MockUnsafeSctpdUplinkServer

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

MockUnsafeSctpdUplinkServer is a mock of UnsafeSctpdUplinkServer interface.

func NewMockUnsafeSctpdUplinkServer

func NewMockUnsafeSctpdUplinkServer(ctrl *gomock.Controller) *MockUnsafeSctpdUplinkServer

NewMockUnsafeSctpdUplinkServer creates a new mock instance.

func (*MockUnsafeSctpdUplinkServer) EXPECT

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

type MockUnsafeSctpdUplinkServerMockRecorder

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

MockUnsafeSctpdUplinkServerMockRecorder is the mock recorder for MockUnsafeSctpdUplinkServer.

Jump to

Keyboard shortcuts

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