mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-10 17:48:25 +08:00
exported struct comment
This commit is contained in:
parent
e322ccee09
commit
a541fe7948
1 changed files with 1 additions and 0 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue