This commit is contained in:
crusader 2017-09-27 17:13:35 +09:00
parent d7ed180234
commit 7cdb00549a

View File

@ -1,10 +1,8 @@
package overflow_subscriber package overflow_subscriber
import "encoding/json"
type SubscribeMessage struct { type SubscribeMessage struct {
Targets []string `json:"targets"` Targets []string `json:"targets"`
Message *json.RawMessage `json:"message"` Message []byte `json:"message"`
} }
type SubscribeMessageBody struct { type SubscribeMessageBody struct {