SetStatus Set user to given status
(ctx context.Context, u *ent.User, status user.Status)
| 57 | GetActiveByID(ctx context.Context, id int) (*ent.User, error) |
| 58 | // SetStatus Set user to given status |
| 59 | SetStatus(ctx context.Context, u *ent.User, status user.Status) (*ent.User, error) |
| 60 | // AnonymousUser returns the anonymous user. |
| 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. |
no outgoing calls
no test coverage detected