| 18 | } |
| 19 | |
| 20 | type apiService struct { |
| 21 | l *zap.Logger |
| 22 | repo repository.ApiRepository |
| 23 | } |
| 24 | |
| 25 | func NewApiService(l *zap.Logger, repo repository.ApiRepository) ApiService { |
| 26 | return &apiService{ |
nothing calls this directly
no outgoing calls
no test coverage detected