Documentation ¶
Index ¶
- func NewTCP() services.Service
- type TCP
- func (s *TCP) CheckArgs() (err error)
- func (s *TCP) Clean()
- func (s *TCP) InitOutConnPool()
- func (s *TCP) InitService() (err error)
- func (s *TCP) OutToTCP(inConn *net.Conn) (err error)
- func (s *TCP) OutToUDP(inConn *net.Conn) (err error)
- func (s *TCP) Start(args interface{}, log *logger.Logger) (err error)
- func (s *TCP) StopService()
- type TCPArgs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TCP ¶
type TCP struct {
// contains filtered or unexported fields
}
func (*TCP) InitOutConnPool ¶
func (s *TCP) InitOutConnPool()
func (*TCP) InitService ¶
func (*TCP) StopService ¶
func (s *TCP) StopService()
Click to show internal directories.
Click to hide internal directories.