2
0
Abhishek Kondur 2 жил өмнө
parent
commit
a541fe7948
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      models/structs.go

+ 1 - 0
models/structs.go

@@ -172,6 +172,7 @@ type RelayRequest struct {
 	RelayAddrs []string `json:"relayaddrs" bson:"relayaddrs"`
 }
 
+// HostRelayRequest - struct for host relay creation
 type HostRelayRequest struct {
 	HostID       string   `json:"host_id" bson:"host_id"`
 	RelayedHosts []string `json:"relayed_hosts" bson:"relayed_hosts"`