(ctx context.Context, pagination domain.Pagination)
| 25 | UpdateProfile(ctx context.Context, profile domain.Profile) error |
| 26 | GetProfile(ctx context.Context, UserID int64) (domain.Profile, error) |
| 27 | ListUser(ctx context.Context, pagination domain.Pagination) ([]domain.UserWithProfile, error) |
| 28 | UpdateProfileAdmin(ctx context.Context, profile domain.Profile) error |
| 29 | } |
| 30 |
no outgoing calls
no test coverage detected