From d26789d64e330a47b9e4d809a112359a70ed33a2 Mon Sep 17 00:00:00 2001 From: mr Date: Wed, 28 Jan 2026 16:44:47 +0100 Subject: [PATCH] Propalgation Mess --- tools/enums.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/enums.go b/tools/enums.go index 72aa2a0..1bcda51 100644 --- a/tools/enums.go +++ b/tools/enums.go @@ -139,6 +139,12 @@ func DataTypeList() []DataType { LIVE_DATACENTER, LIVE_STORAGE, BILL, NATIVE_TOOL} } +type PropalgationMessage struct { + User string `json:"user"` + Action PubSubAction `json:"action"` + Payload []byte `json:"payload"` +} + type PubSubAction int const (