ing
This commit is contained in:
parent
d7ed180234
commit
7cdb00549a
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user