(ctx context.Context, objectID string, showVote bool)
| 49 | // ActivityRepo activity repository |
| 50 | type ActivityRepo interface { |
| 51 | GetObjectAllActivity(ctx context.Context, objectID string, showVote bool) (activityList []*entity.Activity, err error) |
| 52 | } |
| 53 | |
| 54 | // ActivityService activity service |