mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
Create V2 API for monitor+deletes, revert V1 API (#347)
* Revert socketv1 controller API to maintain V1 contract, introduce V2 controller for Inbucket UI. Signed-off-by: James Hillyerd <james@hillyerd.com> * Introduce MessageID for deletes, instead of recycling header Signed-off-by: James Hillyerd <james@hillyerd.com> * Update UI for monitor V2 API Signed-off-by: James Hillyerd <james@hillyerd.com> --------- Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
@@ -47,10 +47,3 @@ type JSONMessageBodyV1 struct {
|
||||
Text string `json:"text"`
|
||||
HTML string `json:"html"`
|
||||
}
|
||||
|
||||
// JSONMonitorEventV1 contains events for the Inbucket mailbox and monitor tabs.
|
||||
type JSONMonitorEventV1 struct {
|
||||
// Event variant: `message-deleted`, `message-stored`.
|
||||
Variant string `json:"variant"`
|
||||
Header *JSONMessageHeaderV1 `json:"header"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user