mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-28 15:14:34 +08:00
remove unused field
This commit is contained in:
parent
3d6005b649
commit
23e3c1ce29
1 changed files with 3 additions and 4 deletions
|
|
@ -47,10 +47,9 @@ type PeerConf struct {
|
|||
|
||||
// ProxyManagerPayload - struct for proxy manager payload
|
||||
type ProxyManagerPayload struct {
|
||||
Action ProxyAction `json:"action"`
|
||||
InterfaceName string `json:"interface_name"`
|
||||
Server string `json:"server"`
|
||||
//WgAddr string `json:"wg_addr"`
|
||||
Action ProxyAction `json:"action"`
|
||||
InterfaceName string `json:"interface_name"`
|
||||
Server string `json:"server"`
|
||||
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