diff --git a/domain/alert_batch.go b/domain/alert_batch.go index 84932d9..3ad3eb3 100644 --- a/domain/alert_batch.go +++ b/domain/alert_batch.go @@ -17,12 +17,6 @@ type AlertBatchRequest struct { SignedBatchSummary *protocol.SignedPayload `json:"signedBatchSummary"` } -// AlertBatchResponse is the response from the alerts API -type AlertBatchResponse struct { - ReceiptID string `json:"receiptId"` - SignedReceipt *protocol.SignedPayload `json:"signedReceipt"` -} - // AlertBatchMessage is passed to batch processing asynchronously type AlertBatchMessage struct { Scanner string `json:"scanner"`