| 12 | ) |
| 13 | |
| 14 | type ApiHandler struct { |
| 15 | svc service.ApiService |
| 16 | l *zap.Logger |
| 17 | } |
| 18 | |
| 19 | func NewApiHandler(svc service.ApiService, l *zap.Logger) *ApiHandler { |
| 20 | return &ApiHandler{ |
nothing calls this directly
no outgoing calls
no test coverage detected