(uid string)
| 13 | GetOption(key string, value interface{}) error |
| 14 | SetOption(key string, value interface{}) error |
| 15 | GetUser(uid string) (*User, error) |
| 16 | UpsertUser(u *User) error |
| 17 | BindDevice(uid string, uuid string, key []byte, devType int) error |
| 18 | UnbindDevice(uid string, uuid string) error |
no outgoing calls