This commit is contained in:
Anant Prakash 2018-05-31 20:41:16 +05:30
parent 33450c9e7e
commit ce6c66a2e1
No known key found for this signature in database
GPG key ID: C5D399F626523045

View file

@ -42,7 +42,7 @@ type DeviceDatabase interface {
GetDeviceByAccessToken(ctx context.Context, token string) (*authtypes.Device, error)
}
// AccountDatabase represents a account database.
// AccountDatabase represents an account database.
type AccountDatabase interface {
// Look up the account matching the given localpart.
GetAccountByLocalpart(ctx context.Context, localpart string) (*authtypes.Account, error)