Update ingress.go
This commit is contained in:
		@ -1,5 +1,4 @@
 | 
				
			|||||||
package service
 | 
					package service
 | 
				
			||||||
 | 
					 | 
				
			||||||
import (
 | 
					import (
 | 
				
			||||||
	"context"
 | 
						"context"
 | 
				
			||||||
	"encoding/json"
 | 
						"encoding/json"
 | 
				
			||||||
@ -12,7 +11,6 @@ import (
 | 
				
			|||||||
var Ingress ingress
 | 
					var Ingress ingress
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type ingress struct{}
 | 
					type ingress struct{}
 | 
				
			||||||
 | 
					 | 
				
			||||||
type IngressesResp struct {
 | 
					type IngressesResp struct {
 | 
				
			||||||
	Items []nwv1.Ingress `json:"items"`
 | 
						Items []nwv1.Ingress `json:"items"`
 | 
				
			||||||
	Total int            `json:"total"`
 | 
						Total int            `json:"total"`
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user