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