ApplyStorageDiff apply storage diff to user.
(ctx context.Context, diffs StorageDiff)
| 69 | SearchActive(ctx context.Context, limit int, keyword string) ([]*ent.User, error) |
| 70 | // ApplyStorageDiff apply storage diff to user. |
| 71 | ApplyStorageDiff(ctx context.Context, diffs StorageDiff) error |
| 72 | // UpdateAvatar updates user avatar. |
| 73 | UpdateAvatar(ctx context.Context, u *ent.User, avatar string) (*ent.User, error) |
| 74 | // UpdateNickname updates user nickname. |
no outgoing calls
no test coverage detected