ing
This commit is contained in:
parent
7cdb00549a
commit
c4b9b30ae1
|
@ -1,8 +1,10 @@
|
||||||
package overflow_subscriber
|
package overflow_subscriber
|
||||||
|
|
||||||
|
import "encoding/json"
|
||||||
|
|
||||||
type SubscribeMessage struct {
|
type SubscribeMessage struct {
|
||||||
Targets []string `json:"targets"`
|
Targets []string `json:"targets"`
|
||||||
Message []byte `json:"message"`
|
Message *json.RawMessage `json:"message"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type SubscribeMessageBody struct {
|
type SubscribeMessageBody struct {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user