Compare commits
2 Commits
v1.0.0
...
3a243546e9
Author | SHA1 | Date | |
---|---|---|---|
3a243546e9 | |||
d6d5466597 |
@@ -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