(*config.Config, *User, string, string)
| 58 | |
| 59 | type writestore interface { |
| 60 | CreateUser(*config.Config, *User, string, string) error |
| 61 | UpdateUserEmail(keys *key.Keychain, userID int64, email string) error |
| 62 | UpdateEncryptedUserEmail(int64, []byte) error |
| 63 | GetUserByID(int64) (*User, error) |
no outgoing calls
no test coverage detected