Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TcpEventServer ¶
type TcpEventServer struct {
// contains filtered or unexported fields
}
func NewTcpEventServer ¶
func NewTcpEventServer() (*TcpEventServer, error)
func (*TcpEventServer) SendEvent ¶
func (tcpServer *TcpEventServer) SendEvent(event string) error
func (*TcpEventServer) Start ¶
func (tcpServer *TcpEventServer) Start()
func (*TcpEventServer) Stop ¶
func (tcpServer *TcpEventServer) Stop()
Click to show internal directories.
Click to hide internal directories.