Documentation ¶
Index ¶
- Variables
- func AddPrivateMsg(to_id string, expired int64, msg []byte) error
- func AddSub(max int64, typ int) (string, error)
- func AddUser(psw string) (string, error)
- func Broadcast(expired int64, msg []byte) error
- func DelSub(id string) error
- func DelUser(id string) error
- func GroupMsg(sub_id string, expired int64, msg []byte) error
- func RmUserSub(sub_id, user_id string) error
- func User2Sub(sub_id, user_id string) error
- type Urls
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Url string ID string Psw string )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.