Skip to content

Commit

Permalink
Remove AlertBatch response
Browse files Browse the repository at this point in the history
  • Loading branch information
dkeysil committed Apr 19, 2024
1 parent 80ab9a8 commit 8f70d5d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions domain/alert_batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 8f70d5d

Please sign in to comment.