Propalgation Mess

This commit is contained in:
mr
2026-01-28 16:44:47 +01:00
parent 7911cf29de
commit d26789d64e

View File

@@ -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 (