(int64)
| 61 | UpdateUserEmail(keys *key.Keychain, userID int64, email string) error |
| 62 | UpdateEncryptedUserEmail(int64, []byte) error |
| 63 | GetUserByID(int64) (*User, error) |
| 64 | GetUserForAuth(string) (*User, error) |
| 65 | GetUserForAuthByID(int64) (*User, error) |
| 66 | GetUserNameFromToken(string) (string, error) |
no outgoing calls
no test coverage detected