| 38 | ) |
| 39 | |
| 40 | type BatchMessageHandler struct { |
| 41 | config BatchMessageHandlerConfig |
| 42 | jobCompleteMessageDelay time.Duration |
| 43 | tags []string |
| 44 | aws *awslib.Client |
| 45 | metrics statsd.ClientInterface |
| 46 | log *zap.SugaredLogger |
| 47 | httpClient *http.Client |
| 48 | } |
| 49 | |
| 50 | type BatchMessageHandlerConfig struct { |
| 51 | APIName string |
nothing calls this directly
no outgoing calls
no test coverage detected