소스 검색

remove failover field from ingress req

Abhishek Kondur 1 년 전
부모
커밋
8e131021f5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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"`
 }