Explorar o código

remove failover field from ingress req

Abhishek Kondur hai 1 ano
pai
achega
8e131021f5
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      models/structs.go

+ 0 - 1
models/structs.go

@@ -190,7 +190,6 @@ type HostRelayRequest struct {
 // IngressRequest - ingress request struct
 type IngressRequest struct {
 	ExtclientDNS      string `json:"extclientdns"`
-	Failover          bool   `json:"failover"`
 	IsInternetGateway bool   `json:"is_internet_gw"`
 }