Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Url string
SendChan chan interface{}
RecvChan chan []byte
TO int
Header map[string]string
Proxy string
Ping Ping
Msg_normal_close string
Func_normal_close func()
Func_abort_close func()
// contains filtered or unexported fields
}
func New_client ¶
type Recorder ¶ added in v0.10.0
type Recorder struct {
Server *Server
// contains filtered or unexported fields
}
type Server ¶ added in v0.3.9
type Server struct {
// contains filtered or unexported fields
}
func New_server ¶ added in v0.3.9
func New_server() *Server
type Uinterface ¶ added in v0.3.9
Click to show internal directories.
Click to hide internal directories.