mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-30 16:08:21 +08:00
remove unused field
This commit is contained in:
parent
3d6005b649
commit
23e3c1ce29
1 changed files with 3 additions and 4 deletions
|
|
@ -50,7 +50,6 @@ type ProxyManagerPayload struct {
|
|||
Action ProxyAction `json:"action"`
|
||||
InterfaceName string `json:"interface_name"`
|
||||
Server string `json:"server"`
|
||||
//WgAddr string `json:"wg_addr"`
|
||||
Peers []wgtypes.PeerConfig `json:"peers"`
|
||||
PeerMap map[string]PeerConf `json:"peer_map"`
|
||||
IsIngress bool `json:"is_ingress"`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue