mirror of
https://github.com/pushbits/server.git
synced 2025-06-06 12:41:59 +02:00
add openapi docu
This commit is contained in:
parent
afa4a9f866
commit
54d3cef46a
6 changed files with 109 additions and 22 deletions
|
@ -21,3 +21,6 @@ type DeleteNotification struct {
|
|||
ID string `json:"id" form:"id"`
|
||||
Date time.Time `json:"date"`
|
||||
}
|
||||
|
||||
// NotificationExtras is need to document Notification.Extras in a format that the tool can read.
|
||||
type NotificationExtras map[string]interface{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue