Propalgation Mess
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user