mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-13 00:24:31 +08:00
add reply field to signal struct
This commit is contained in:
parent
31d5964f8a
commit
1324b6443d
1 changed files with 1 additions and 0 deletions
|
@ -137,4 +137,5 @@ type Signal struct {
|
||||||
FromHostPubKey string `json:"from_host_pubkey"`
|
FromHostPubKey string `json:"from_host_pubkey"`
|
||||||
TurnRelayEndpoint string `json:"turn_relay_addr"`
|
TurnRelayEndpoint string `json:"turn_relay_addr"`
|
||||||
ToHostPubKey string `json:"to_host_pubkey"`
|
ToHostPubKey string `json:"to_host_pubkey"`
|
||||||
|
Reply bool `json:"reply"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue