Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type DNSClient
- type DNSClientMockRecorder
- type LogHandler
- type LogHandlerMockRecorder
- type MuxClientWorkerFactory
- type MuxClientWorkerFactoryMockRecorder
- type OutboundHandlerSelector
- type OutboundHandlerSelectorMockRecorder
- type OutboundManager
- func (m *OutboundManager) AddHandler(arg0 context.Context, arg1 outbound.Handler) error
- func (m *OutboundManager) Close() error
- func (m *OutboundManager) EXPECT() *OutboundManagerMockRecorder
- func (m *OutboundManager) GetDefaultHandler() outbound.Handler
- func (m *OutboundManager) GetHandler(arg0 string) outbound.Handler
- func (m *OutboundManager) RemoveHandler(arg0 context.Context, arg1 string) error
- func (m *OutboundManager) Start() error
- func (m *OutboundManager) Type() interface{}
- type OutboundManagerMockRecorder
- func (mr *OutboundManagerMockRecorder) AddHandler(arg0, arg1 interface{}) *gomock.Call
- func (mr *OutboundManagerMockRecorder) Close() *gomock.Call
- func (mr *OutboundManagerMockRecorder) GetDefaultHandler() *gomock.Call
- func (mr *OutboundManagerMockRecorder) GetHandler(arg0 interface{}) *gomock.Call
- func (mr *OutboundManagerMockRecorder) RemoveHandler(arg0, arg1 interface{}) *gomock.Call
- func (mr *OutboundManagerMockRecorder) Start() *gomock.Call
- func (mr *OutboundManagerMockRecorder) Type() *gomock.Call
- type ProxyInbound
- type ProxyInboundMockRecorder
- type ProxyOutbound
- type ProxyOutboundMockRecorder
- type Reader
- type ReaderMockRecorder
- type Writer
- type WriterMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSClient ¶
type DNSClient struct {
// contains filtered or unexported fields
}
DNSClient is a mock of Client interface.
func NewDNSClient ¶
func NewDNSClient(ctrl *gomock.Controller) *DNSClient
NewDNSClient creates a new mock instance.
func (*DNSClient) EXPECT ¶
func (m *DNSClient) EXPECT() *DNSClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type DNSClientMockRecorder ¶
type DNSClientMockRecorder struct {
// contains filtered or unexported fields
}
DNSClientMockRecorder is the mock recorder for DNSClient.
func (*DNSClientMockRecorder) Close ¶
func (mr *DNSClientMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*DNSClientMockRecorder) LookupIP ¶
func (mr *DNSClientMockRecorder) LookupIP(arg0 interface{}) *gomock.Call
LookupIP indicates an expected call of LookupIP.
func (*DNSClientMockRecorder) Start ¶
func (mr *DNSClientMockRecorder) Start() *gomock.Call
Start indicates an expected call of Start.
func (*DNSClientMockRecorder) Type ¶
func (mr *DNSClientMockRecorder) Type() *gomock.Call
Type indicates an expected call of Type.
type LogHandler ¶
type LogHandler struct {
// contains filtered or unexported fields
}
LogHandler is a mock of Handler interface.
func NewLogHandler ¶
func NewLogHandler(ctrl *gomock.Controller) *LogHandler
NewLogHandler creates a new mock instance.
func (*LogHandler) EXPECT ¶
func (m *LogHandler) EXPECT() *LogHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type LogHandlerMockRecorder ¶
type LogHandlerMockRecorder struct {
// contains filtered or unexported fields
}
LogHandlerMockRecorder is the mock recorder for LogHandler.
func (*LogHandlerMockRecorder) Handle ¶
func (mr *LogHandlerMockRecorder) Handle(arg0 interface{}) *gomock.Call
Handle indicates an expected call of Handle.
type MuxClientWorkerFactory ¶
type MuxClientWorkerFactory struct {
// contains filtered or unexported fields
}
MuxClientWorkerFactory is a mock of ClientWorkerFactory interface.
func NewMuxClientWorkerFactory ¶
func NewMuxClientWorkerFactory(ctrl *gomock.Controller) *MuxClientWorkerFactory
NewMuxClientWorkerFactory creates a new mock instance.
func (*MuxClientWorkerFactory) Create ¶
func (m *MuxClientWorkerFactory) Create() (*mux.ClientWorker, error)
Create mocks base method.
func (*MuxClientWorkerFactory) EXPECT ¶
func (m *MuxClientWorkerFactory) EXPECT() *MuxClientWorkerFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MuxClientWorkerFactoryMockRecorder ¶
type MuxClientWorkerFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MuxClientWorkerFactoryMockRecorder is the mock recorder for MuxClientWorkerFactory.
func (*MuxClientWorkerFactoryMockRecorder) Create ¶
func (mr *MuxClientWorkerFactoryMockRecorder) Create() *gomock.Call
Create indicates an expected call of Create.
type OutboundHandlerSelector ¶
type OutboundHandlerSelector struct {
// contains filtered or unexported fields
}
OutboundHandlerSelector is a mock of HandlerSelector interface.
func NewOutboundHandlerSelector ¶
func NewOutboundHandlerSelector(ctrl *gomock.Controller) *OutboundHandlerSelector
NewOutboundHandlerSelector creates a new mock instance.
func (*OutboundHandlerSelector) EXPECT ¶
func (m *OutboundHandlerSelector) EXPECT() *OutboundHandlerSelectorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*OutboundHandlerSelector) Select ¶
func (m *OutboundHandlerSelector) Select(arg0 []string) []string
Select mocks base method.
type OutboundHandlerSelectorMockRecorder ¶
type OutboundHandlerSelectorMockRecorder struct {
// contains filtered or unexported fields
}
OutboundHandlerSelectorMockRecorder is the mock recorder for OutboundHandlerSelector.
func (*OutboundHandlerSelectorMockRecorder) Select ¶
func (mr *OutboundHandlerSelectorMockRecorder) Select(arg0 interface{}) *gomock.Call
Select indicates an expected call of Select.
type OutboundManager ¶
type OutboundManager struct {
// contains filtered or unexported fields
}
OutboundManager is a mock of Manager interface.
func NewOutboundManager ¶
func NewOutboundManager(ctrl *gomock.Controller) *OutboundManager
NewOutboundManager creates a new mock instance.
func (*OutboundManager) AddHandler ¶
AddHandler mocks base method.
func (*OutboundManager) EXPECT ¶
func (m *OutboundManager) EXPECT() *OutboundManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*OutboundManager) GetDefaultHandler ¶
func (m *OutboundManager) GetDefaultHandler() outbound.Handler
GetDefaultHandler mocks base method.
func (*OutboundManager) GetHandler ¶
func (m *OutboundManager) GetHandler(arg0 string) outbound.Handler
GetHandler mocks base method.
func (*OutboundManager) RemoveHandler ¶
func (m *OutboundManager) RemoveHandler(arg0 context.Context, arg1 string) error
RemoveHandler mocks base method.
type OutboundManagerMockRecorder ¶
type OutboundManagerMockRecorder struct {
// contains filtered or unexported fields
}
OutboundManagerMockRecorder is the mock recorder for OutboundManager.
func (*OutboundManagerMockRecorder) AddHandler ¶
func (mr *OutboundManagerMockRecorder) AddHandler(arg0, arg1 interface{}) *gomock.Call
AddHandler indicates an expected call of AddHandler.
func (*OutboundManagerMockRecorder) Close ¶
func (mr *OutboundManagerMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*OutboundManagerMockRecorder) GetDefaultHandler ¶
func (mr *OutboundManagerMockRecorder) GetDefaultHandler() *gomock.Call
GetDefaultHandler indicates an expected call of GetDefaultHandler.
func (*OutboundManagerMockRecorder) GetHandler ¶
func (mr *OutboundManagerMockRecorder) GetHandler(arg0 interface{}) *gomock.Call
GetHandler indicates an expected call of GetHandler.
func (*OutboundManagerMockRecorder) RemoveHandler ¶
func (mr *OutboundManagerMockRecorder) RemoveHandler(arg0, arg1 interface{}) *gomock.Call
RemoveHandler indicates an expected call of RemoveHandler.
func (*OutboundManagerMockRecorder) Start ¶
func (mr *OutboundManagerMockRecorder) Start() *gomock.Call
Start indicates an expected call of Start.
func (*OutboundManagerMockRecorder) Type ¶
func (mr *OutboundManagerMockRecorder) Type() *gomock.Call
Type indicates an expected call of Type.
type ProxyInbound ¶
type ProxyInbound struct {
// contains filtered or unexported fields
}
ProxyInbound is a mock of Inbound interface.
func NewProxyInbound ¶
func NewProxyInbound(ctrl *gomock.Controller) *ProxyInbound
NewProxyInbound creates a new mock instance.
func (*ProxyInbound) EXPECT ¶
func (m *ProxyInbound) EXPECT() *ProxyInboundMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*ProxyInbound) Network ¶
func (m *ProxyInbound) Network() []net.Network
Network mocks base method.
func (*ProxyInbound) Process ¶
func (m *ProxyInbound) Process(arg0 context.Context, arg1 net.Network, arg2 internet.Connection, arg3 routing.Dispatcher) error
Process mocks base method.
type ProxyInboundMockRecorder ¶
type ProxyInboundMockRecorder struct {
// contains filtered or unexported fields
}
ProxyInboundMockRecorder is the mock recorder for ProxyInbound.
func (*ProxyInboundMockRecorder) Network ¶
func (mr *ProxyInboundMockRecorder) Network() *gomock.Call
Network indicates an expected call of Network.
func (*ProxyInboundMockRecorder) Process ¶
func (mr *ProxyInboundMockRecorder) Process(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Process indicates an expected call of Process.
type ProxyOutbound ¶
type ProxyOutbound struct {
// contains filtered or unexported fields
}
ProxyOutbound is a mock of Outbound interface.
func NewProxyOutbound ¶
func NewProxyOutbound(ctrl *gomock.Controller) *ProxyOutbound
NewProxyOutbound creates a new mock instance.
func (*ProxyOutbound) EXPECT ¶
func (m *ProxyOutbound) EXPECT() *ProxyOutboundMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type ProxyOutboundMockRecorder ¶
type ProxyOutboundMockRecorder struct {
// contains filtered or unexported fields
}
ProxyOutboundMockRecorder is the mock recorder for ProxyOutbound.
func (*ProxyOutboundMockRecorder) Process ¶
func (mr *ProxyOutboundMockRecorder) Process(arg0, arg1, arg2 interface{}) *gomock.Call
Process indicates an expected call of Process.
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader is a mock of Reader interface.
func NewReader ¶
func NewReader(ctrl *gomock.Controller) *Reader
NewReader creates a new mock instance.
func (*Reader) EXPECT ¶
func (m *Reader) EXPECT() *ReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type ReaderMockRecorder ¶
type ReaderMockRecorder struct {
// contains filtered or unexported fields
}
ReaderMockRecorder is the mock recorder for Reader.
func (*ReaderMockRecorder) Read ¶
func (mr *ReaderMockRecorder) Read(arg0 interface{}) *gomock.Call
Read indicates an expected call of Read.
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer is a mock of Writer interface.
func NewWriter ¶
func NewWriter(ctrl *gomock.Controller) *Writer
NewWriter creates a new mock instance.
func (*Writer) EXPECT ¶
func (m *Writer) EXPECT() *WriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type WriterMockRecorder ¶
type WriterMockRecorder struct {
// contains filtered or unexported fields
}
WriterMockRecorder is the mock recorder for Writer.
func (*WriterMockRecorder) Write ¶
func (mr *WriterMockRecorder) Write(arg0 interface{}) *gomock.Call
Write indicates an expected call of Write.