| 12 | } |
| 13 | |
| 14 | type activityService struct { |
| 15 | repo repository.ActivityRepository |
| 16 | } |
| 17 | |
| 18 | func NewActivityService(repo repository.ActivityRepository) ActivityService { |
| 19 | return &activityService{ |
nothing calls this directly
no outgoing calls
no test coverage detected