Versions in this module Expand all Collapse all v0 v0.31.4 Nov 7, 2020 v0.31.3 Nov 6, 2020 Changes in this version + func StartHttpServer(port int) + func StartUdpEchoServer(port int) + func StartUnixDomainServer(unixPath string) + type EchoServer struct + func NewEchoServer(port int, repeatedNum int, specifyStr string) *EchoServer + func (es *EchoServer) Start() error + func (es *EchoServer) Stop() + type HttpServer struct + func NewHttpServer(port int, handler http.HandlerFunc) *HttpServer + func (hs *HttpServer) Start() error + func (hs *HttpServer) Stop()