Add field RoundUrl to all send reporters in bindings
1 unresolved thread
1 unresolved thread
Compare changes
Files
8+ 14
− 6
@@ -44,9 +44,11 @@ type ChannelDef struct {
@@ -57,13 +59,16 @@ type BroadcastMessage struct {
@@ -131,6 +136,7 @@ func (c *Channel) Listen(l BroadcastListener, method int) error {
@@ -153,6 +159,7 @@ func (c *Channel) Broadcast(payload []byte) ([]byte, error) {
@@ -174,6 +181,7 @@ func (c *Channel) BroadcastAsymmetric(payload, pk []byte) ([]byte, error) {