|
@@ -20,6 +20,7 @@ const (
|
|
|
type Action struct {
|
|
type Action struct {
|
|
|
Type ActionType `json:"type"`
|
|
Type ActionType `json:"type"`
|
|
|
FromClient *string `json:"fromClient"`
|
|
FromClient *string `json:"fromClient"`
|
|
|
|
|
+ Priority *int `json:"priority"`
|
|
|
Payload interface{} `json:"payload"`
|
|
Payload interface{} `json:"payload"`
|
|
|
}
|
|
}
|
|
|
|
|
|