mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -110,7 +110,7 @@ type SubscribeRequest struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type SubscribeResponse struct {
|
type SubscribeResponse struct {
|
||||||
// the event which occured; created, deleted, updated
|
// the event which occured; create, delete, update
|
||||||
Event string `json:"event"`
|
Event string `json:"event"`
|
||||||
// the note which the operation occured on
|
// the note which the operation occured on
|
||||||
Note *Note `json:"note"`
|
Note *Note `json:"note"`
|
||||||
|
|||||||
Reference in New Issue
Block a user