Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TCPProvider ¶
type TCPProvider struct {
BaseProvider
Host string `json:"host"`
Port int `json:"port"`
Timeout int `json:"timeout"` // ms, default 30000
}
TCPProvider represents a raw TCP socket.
Click to show internal directories.
Click to hide internal directories.