From c18c094a8a48de0f4258064be8d753cea3aa0266 Mon Sep 17 00:00:00 2001 From: dqzboy <42825450+dqzboy@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:01:35 +0800 Subject: [PATCH] Update ingress.go --- service/ingress.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/service/ingress.go b/service/ingress.go index 0d17e6b..b033cb9 100644 --- a/service/ingress.go +++ b/service/ingress.go @@ -1,5 +1,4 @@ package service - import ( "context" "encoding/json" @@ -12,7 +11,6 @@ import ( var Ingress ingress type ingress struct{} - type IngressesResp struct { Items []nwv1.Ingress `json:"items"` Total int `json:"total"`