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

@@ -15,6 +15,7 @@ import (
type NATSResponse struct {
FromApp string `json:"from_app"`
Datatype DataType `json:"datatype"`
User string `json:"user"`
Method int `json:"method"`
Payload []byte `json:"payload"`
}