Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestTCPServer ¶
type TestTCPServer struct {
ReceivedDataChan chan string
}
func New ¶
func New() *TestTCPServer
func (*TestTCPServer) Start ¶
func (s *TestTCPServer) Start() (string, error)
func (*TestTCPServer) Stop ¶
func (s *TestTCPServer) Stop()
Click to show internal directories.
Click to hide internal directories.