Documentation
¶
Index ¶
- type ClientBroadcastReply
- type ClientBroadcastReq
- type ClientConnectToReply
- type ClientConnectToReq
- type ClientInfo
- type ClientOnConnectToReply
- type ClientOnConnectToReq
- type ClientQueryOthersReply
- type ClientQueryOthersReq
- type ClientRegReply
- type ClientRegReq
- type ClientUnRegReply
- type ClientUnRegReq
- type IceAgent
- type IceSDP
- type ServerBroadcastNotify
- type ServerConnectToNotify
- type VPNCommandType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientBroadcastReply ¶
type ClientBroadcastReply struct {
Ok bool
}
type ClientBroadcastReq ¶
type ClientBroadcastReq struct {
// contains filtered or unexported fields
}
type ClientConnectToReply ¶
type ClientConnectToReply struct { Ok bool // contains filtered or unexported fields }
ClientConnectToReply when rpc server reply this message, target vpn node is ready for idc.dail
type ClientConnectToReq ¶
type ClientConnectToReq struct {
// contains filtered or unexported fields
}
type ClientOnConnectToReply ¶
type ClientOnConnectToReply struct {
Ok bool
}
type ClientOnConnectToReq ¶
type ClientOnConnectToReq struct {
// contains filtered or unexported fields
}
type ClientQueryOthersReply ¶
type ClientQueryOthersReply struct {
Clients []ClientInfo
}
type ClientQueryOthersReq ¶
type ClientQueryOthersReq struct { }
type ClientRegReply ¶
type ClientRegReply struct {
Ok bool
}
type ClientUnRegReply ¶
type ClientUnRegReply struct {
Ok bool
}
type ClientUnRegReq ¶
type ClientUnRegReq struct {
Ok bool
}
type IceAgent ¶
type IceAgent struct {
// contains filtered or unexported fields
}
func NewIceAgent ¶
func (*IceAgent) GetLocalSDP ¶
func (*IceAgent) SetRemoteSDP ¶
type ServerBroadcastNotify ¶
type ServerBroadcastNotify struct {
// contains filtered or unexported fields
}
type ServerConnectToNotify ¶
type ServerConnectToNotify struct { Ok bool // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.