exported struct comment

This commit is contained in:
Abhishek Kondur 2023-01-10 19:57:05 +05:30
parent e322ccee09
commit a541fe7948

View file

@ -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"`