include datatype to propalgationMessage

This commit is contained in:
mr
2026-01-28 16:51:27 +01:00
parent d26789d64e
commit 886f9d15ba

View File

@@ -140,9 +140,10 @@ func DataTypeList() []DataType {
}
type PropalgationMessage struct {
User string `json:"user"`
Action PubSubAction `json:"action"`
Payload []byte `json:"payload"`
DataType int `json:"datatype"`
User string `json:"user"`
Action PubSubAction `json:"action"`
Payload []byte `json:"payload"`
}
type PubSubAction int