Add Groups

This commit is contained in:
mr
2026-03-12 08:36:34 +01:00
parent 97bfb0582a
commit 2c9c42dd51
2 changed files with 10 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ type NATSResponse struct {
FromApp string `json:"from_app"`
Datatype DataType `json:"datatype"`
User string `json:"user"`
Groups []string `json:"groups"`
Method int `json:"method"`
SearchAttr string `json:"search_attr"`
Payload []byte `json:"payload"`