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