(ctx context.Context, profile domain.Profile)
| 28 | GetProfileByUserID(ctx context.Context, UserID int64) (domain.Profile, error) |
| 29 | ListUser(ctx context.Context, pagination domain.Pagination) ([]domain.UserWithProfile, error) |
| 30 | UpdateProfileAdmin(ctx context.Context, profile domain.Profile) error |
| 31 | } |
| 32 | |
| 33 | type userService struct { |
no outgoing calls
no test coverage detected