| 16 | } |
| 17 | |
| 18 | type relationService struct { |
| 19 | repo repository.RelationRepository |
| 20 | } |
| 21 | |
| 22 | func NewRelationService(repo repository.RelationRepository) RelationService { |
| 23 | return &relationService{ |
nothing calls this directly
no outgoing calls
no test coverage detected