| 22 | } |
| 23 | |
| 24 | type interactiveService struct { |
| 25 | repo repository.InteractiveRepository |
| 26 | l *zap.Logger |
| 27 | } |
| 28 | |
| 29 | func NewInteractiveService(repo repository.InteractiveRepository, l *zap.Logger) InteractiveService { |
| 30 | return &interactiveService{ |
nothing calls this directly
no outgoing calls
no test coverage detected