(uid string, uuid string)
| 16 | UpsertUser(u *User) error |
| 17 | BindDevice(uid string, uuid string, key []byte, devType int) error |
| 18 | UnbindDevice(uid string, uuid string) error |
| 19 | UpdatePushToken(uid string, uuid string, token []byte, sandbox bool) error |
| 20 | GetDeviceKey(uuid string) ([]byte, error) |
| 21 | GetDevices(uid string) ([]*Device, error) |
no outgoing calls