include datatype to propalgationMessage
This commit is contained in:
@@ -140,6 +140,7 @@ func DataTypeList() []DataType {
|
||||
}
|
||||
|
||||
type PropalgationMessage struct {
|
||||
DataType int `json:"datatype"`
|
||||
User string `json:"user"`
|
||||
Action PubSubAction `json:"action"`
|
||||
Payload []byte `json:"payload"`
|
||||
|
||||
Reference in New Issue
Block a user