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,6 +140,7 @@ func DataTypeList() []DataType {
}
type PropalgationMessage struct {
DataType int `json:"datatype"`
User string `json:"user"`
Action PubSubAction `json:"action"`
Payload []byte `json:"payload"`