GetLoginUserByID returns the login user by its ID. It emits some errors and fallback to anonymous user.
(ctx context.Context, uid int)
| 61 | AnonymousUser(ctx context.Context) (*ent.User, error) |
| 62 | // GetLoginUserByID returns the login user by its ID. It emits some errors and fallback to anonymous user. |
| 63 | GetLoginUserByID(ctx context.Context, uid int) (*ent.User, error) |
| 64 | // GetLoginUserByEmail returns the login user by its WebDAV credentials. |
| 65 | GetActiveByDavAccount(ctx context.Context, email, pwd string) (*ent.User, error) |
| 66 | // SaveSettings saves user settings. |
no outgoing calls
no test coverage detected