Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Type ServerType BindAddr string BindPort int32 RepeatNum int SpecifiedResponse string }
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) GetOptions ¶
type ServerType ¶
type ServerType string
const ( TCP ServerType = "tcp" UDP ServerType = "udp" Unix ServerType = "unix" )
Click to show internal directories.
Click to hide internal directories.