package
1.4.8
Repository: https://github.com/ansible/receptor.git
Documentation: pkg.go.dev

# Packages

Package mock_backends is a generated GoMock package.

# Functions

NewTCPDialer instantiates a new TCP backend.
NewTCPListener instantiates a new TCPListener backend.
NewUDPDialer instantiates a new UDPDialer backend.
NewUDPListener instantiates a new UDPListener backend.
NewWebsocketDialer instantiates a new WebsocketDialer backend.
NewWebsocketListener instantiates a new WebsocketListener backend.

# Constants

UDPMaxPacketLen is the maximum size of a message that can be sent over UDP.

# Structs

GorillaDialWrapper represents the real library.
GorillaDialWrapper represents the real library.
No description provided by the author
TCPDialer implements Backend for outbound TCP.
TODO make these fields private TCPDialerCfg is the cmdline configuration object for a TCP dialer.
TCPListener implements Backend for inbound TCP.
TODO make these fields private TCPListenerCfg is the cmdline configuration object for a TCP listener.
TCPSession implements BackendSession for TCP backend.
UDPDialer implements Backend for outbound UDP.
UDPDialerSession implements BackendSession for UDPDialer.
UDPListener implements Backend for inbound UDP.
TODO make these fields private UDPListenerCfg is the cmdline configuration object for a UDP listener.
UDPListenerSession implements BackendSession for UDPListener.
WebsocketDialer implements Backend for outbound Websocket.
WebsocketListener implements Backend for inbound Websocket.
TODO make fields private WebsocketListenerCfg is the cmdline configuration object for a websocket listener.
WebsocketSession implements BackendSession for WebsocketDialer and WebsocketListener.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author