Versions in this module Expand all Collapse all v1 v1.2.1 May 1, 2024 v1.2.0 May 1, 2024 v1.1.0 May 1, 2024 v1.0.1 May 1, 2024 v1.0.0 May 1, 2024 Changes in this version + type Addr struct + IP uint32 + Port int + func (a Addr) AsNetIP() net.IP + func (a Addr) String() string + type Session struct + AppID int32 + SessionKey []byte + SigSession []byte + SsoAddr []Addr + Uin string + func (s *Session) AddrLength() int + func (s *Session) AppendAddr(ip, port uint32) + func (s *Session) Upload(trans Transaction) ([]byte, error) + type Transaction struct + Body io.Reader + CommandID int32 + Encrypt bool + Ext []byte + Size int64 + Sum []byte + Ticket []byte