(ctx context.Context, profile domain.Profile)
| 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 | |
| 31 | type userRepository struct { |
no outgoing calls
no test coverage detected