models/data.go aktualisiert
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
package models
|
package models
|
||||||
|
|
||||||
type Data struct {
|
type Data struct {
|
||||||
Action string `json:"action"`
|
Action string `json:"action,omitempty"`
|
||||||
Topic string `json:"topic"`
|
Topic string `json:"topic"`
|
||||||
Data any `json:"data"`
|
Data any `json:"data"`
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user