moove user from propalgation to Nats Response

This commit is contained in:
mr
2026-01-28 17:27:02 +01:00
parent c0d89ea9e1
commit 97cf629e27
2 changed files with 1 additions and 1 deletions

View File

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