New creates a new user. If user email registered, existed User will be returned.
(ctx context.Context, args *NewUserArgs)
| 49 | TxOperator |
| 50 | // New creates a new user. If user email registered, existed User will be returned. |
| 51 | Create(ctx context.Context, args *NewUserArgs) (*ent.User, error) |
| 52 | // GetByEmail get the user with given email, user status is ignored. |
| 53 | GetByEmail(ctx context.Context, email string) (*ent.User, error) |
| 54 | // GetByID get user by its ID, user status is ignored. |
no outgoing calls
no test coverage detected