Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrListenerFail = errors.New("starting listener is failed") ErrNoAddress = errors.New("server address is not defined") )
Functions ¶
Types ¶
type EchoTCP ¶
type EchoTCP struct {
// contains filtered or unexported fields
}
EchoTCP keeps net.Listener and verbose status.
func NewEchoTCP ¶
NewEchoTCP returns a new EchoTCP.
Click to show internal directories.
Click to hide internal directories.