Versions in this module Expand all Collapse all v1 v1.1.1 Aug 18, 2020 Changes in this version + type ClientConnectionInterface struct + func (_m *ClientConnectionInterface) CloseConn() error + func (_m *ClientConnectionInterface) EstablishConn() error + func (_m *ClientConnectionInterface) Receive() ([]byte, error) + func (_m *ClientConnectionInterface) Send(message []byte) error + type ServerConnectionInterface struct + func (_m *ServerConnectionInterface) AcceptConn() error + func (_m *ServerConnectionInterface) CloseConn() error + func (_m *ServerConnectionInterface) CloseListener() error + func (_m *ServerConnectionInterface) ConnectionEstablished() bool + func (_m *ServerConnectionInterface) ReceiveThroughListener() ([]byte, error) + func (_m *ServerConnectionInterface) SendFromServer(_a0 []byte) error + func (_m *ServerConnectionInterface) StartListener(ipAddr string, port int) (int, error) Other modules containing this package github.com/go-magma/magma