Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConnectionType ¶
type ConnectionType int
ConnectionType defined type of connections
const ( ConnectionDirectUDP ConnectionType = iota ConnectionUnverified ConnectionVerifiedClientOnly ConnectionVerified ConnectionOutboundServer ConnectionSendOnly ConnectionClientOnly )
type QConfig ¶
type QConfig struct {
ServerLogin string
ClientLogin string
ConnectionType ConnectionType
EnableTrace bool
RemoteIP string
IsVerified bool
IsClientOnly bool
IsSendOnly bool
}
QConfig includes config of QConstruct
type QResult ¶
QResult is the struct of result of QConstruct
func QConstruct ¶
QConstruct processes QConstruct
func (*QResult) GetPathString ¶
GetPathString returns string of path result
Click to show internal directories.
Click to hide internal directories.