Documentation
¶
Overview ¶
Package mock_services is a generated GoMock package.
Index ¶
- type MockNetcForUDPProxy
- func (m *MockNetcForUDPProxy) EXPECT() *MockNetcForUDPProxyMockRecorder
- func (m *MockNetcForUDPProxy) GetLogger() *logger.ReceptorLogger
- func (m *MockNetcForUDPProxy) ListenPacket(service string) (netceptor.PacketConner, error)
- func (m *MockNetcForUDPProxy) ListenPacketAndAdvertise(service string, tags map[string]string) (netceptor.PacketConner, error)
- func (m *MockNetcForUDPProxy) NewAddr(node, service string) netceptor.Addr
- type MockNetcForUDPProxyMockRecorder
- func (mr *MockNetcForUDPProxyMockRecorder) GetLogger() *gomock.Call
- func (mr *MockNetcForUDPProxyMockRecorder) ListenPacket(service any) *gomock.Call
- func (mr *MockNetcForUDPProxyMockRecorder) ListenPacketAndAdvertise(service, tags any) *gomock.Call
- func (mr *MockNetcForUDPProxyMockRecorder) NewAddr(node, service any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockNetcForUDPProxy ¶
type MockNetcForUDPProxy struct {
// contains filtered or unexported fields
}
MockNetcForUDPProxy is a mock of NetcForUDPProxy interface.
func NewMockNetcForUDPProxy ¶
func NewMockNetcForUDPProxy(ctrl *gomock.Controller) *MockNetcForUDPProxy
NewMockNetcForUDPProxy creates a new mock instance.
func (*MockNetcForUDPProxy) EXPECT ¶
func (m *MockNetcForUDPProxy) EXPECT() *MockNetcForUDPProxyMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNetcForUDPProxy) GetLogger ¶
func (m *MockNetcForUDPProxy) GetLogger() *logger.ReceptorLogger
GetLogger mocks base method.
func (*MockNetcForUDPProxy) ListenPacket ¶
func (m *MockNetcForUDPProxy) ListenPacket(service string) (netceptor.PacketConner, error)
ListenPacket mocks base method.
func (*MockNetcForUDPProxy) ListenPacketAndAdvertise ¶
func (m *MockNetcForUDPProxy) ListenPacketAndAdvertise(service string, tags map[string]string) (netceptor.PacketConner, error)
ListenPacketAndAdvertise mocks base method.
type MockNetcForUDPProxyMockRecorder ¶
type MockNetcForUDPProxyMockRecorder struct {
// contains filtered or unexported fields
}
MockNetcForUDPProxyMockRecorder is the mock recorder for MockNetcForUDPProxy.
func (*MockNetcForUDPProxyMockRecorder) GetLogger ¶
func (mr *MockNetcForUDPProxyMockRecorder) GetLogger() *gomock.Call
GetLogger indicates an expected call of GetLogger.
func (*MockNetcForUDPProxyMockRecorder) ListenPacket ¶
func (mr *MockNetcForUDPProxyMockRecorder) ListenPacket(service any) *gomock.Call
ListenPacket indicates an expected call of ListenPacket.
func (*MockNetcForUDPProxyMockRecorder) ListenPacketAndAdvertise ¶
func (mr *MockNetcForUDPProxyMockRecorder) ListenPacketAndAdvertise(service, tags any) *gomock.Call
ListenPacketAndAdvertise indicates an expected call of ListenPacketAndAdvertise.
Click to show internal directories.
Click to hide internal directories.