Documentation ¶
Index ¶
- type Addr
- type Session
- func (s *Session) AddrLength() int
- func (s *Session) AppendAddr(ip, port uint32)
- func (s *Session) Upload(addr Addr, trans Transaction) error
- func (s *Session) UploadBDH(trans Transaction) ([]byte, error)
- func (s *Session) UploadBDHMultiThread(trans Transaction, threadCount int) ([]byte, error)
- func (s *Session) UploadExciting(trans Transaction) ([]byte, error)
- type Transaction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct { Uin string AppID int32 SigSession []byte SessionKey []byte SsoAddr []Addr // contains filtered or unexported fields }
func (*Session) AddrLength ¶
func (*Session) AppendAddr ¶
func (*Session) UploadBDHMultiThread ¶
func (s *Session) UploadBDHMultiThread(trans Transaction, threadCount int) ([]byte, error)
func (*Session) UploadExciting ¶
func (s *Session) UploadExciting(trans Transaction) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.