Documentation ¶
Index ¶
- type Addr
- type BdhInput
- type ExcitingInput
- type Input
- type Session
- func (s *Session) AddrLength() int
- func (s *Session) AppendAddr(ip, port uint32)
- func (s *Session) Upload(addr Addr, input Input) error
- func (s *Session) UploadBDH(input BdhInput) ([]byte, error)
- func (s *Session) UploadBDHMultiThread(input BdhInput, threadCount int) ([]byte, error)
- func (s *Session) UploadExciting(input ExcitingInput) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExcitingInput ¶
type ExcitingInput struct { CommandID int32 Body io.ReadSeeker Ticket []byte Ext []byte }
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 (*Session) UploadExciting ¶
func (s *Session) UploadExciting(input ExcitingInput) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.