mirror of
				https://github.com/gravitl/netmaker.git
				synced 2025-10-31 16:43:07 +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"` | 	Action          ProxyAction            `json:"action"` | ||||||
| 	InterfaceName   string                 `json:"interface_name"` | 	InterfaceName   string                 `json:"interface_name"` | ||||||
| 	Server          string                 `json:"server"` | 	Server          string                 `json:"server"` | ||||||
| 	//WgAddr          string                 `json:"wg_addr"` |  | ||||||
| 	Peers           []wgtypes.PeerConfig   `json:"peers"` | 	Peers           []wgtypes.PeerConfig   `json:"peers"` | ||||||
| 	PeerMap         map[string]PeerConf    `json:"peer_map"` | 	PeerMap         map[string]PeerConf    `json:"peer_map"` | ||||||
| 	IsIngress       bool                   `json:"is_ingress"` | 	IsIngress       bool                   `json:"is_ingress"` | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue