Documentation
¶
Index ¶
- func Tulin(uid int64, info, key string) string
- func TxHash(uin int, pt string) string
- func WebHandler(c chan image.Image)
- type Friend
- type Group
- type Message
- type SelfInfo
- type User
- func (this *User) GetFriends() []Friend
- func (this *User) GetGroups() []Group
- func (this *User) GetOnline() []Friend
- func (this *User) GetSelfInfo() SelfInfo
- func (this *User) Login() error
- func (this *User) Poll() chan Message
- func (this *User) SendDiscuMessage(uin int64, content string) error
- func (this *User) SendGroupMessage(uin int64, content string) error
- func (this *User) SendMessage(uin int64, content string) error
- func (this *User) WaitVerify() chan image.Image
- type UserStore
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WebHandler ¶
Types ¶
type User ¶
type User struct {
Client http.Client `json:"-"`
Captcha image.Image `json:"-"`
Vfwebqq, Ptwebqq, Pssesionid string
Uin int
}
func (*User) GetFriends ¶
func (*User) GetSelfInfo ¶
func (*User) WaitVerify ¶
Click to show internal directories.
Click to hide internal directories.