From debc26e466f5222a541b77d0ad9e5eacd9c167be Mon Sep 17 00:00:00 2001 From: Saeid Rezaei Baghbidi Date: Fri, 17 Feb 2023 21:04:40 -0800 Subject: [PATCH] Add scheme to proxy port --- pkg/client/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/client/types.go b/pkg/client/types.go index dc929873..e5e01540 100644 --- a/pkg/client/types.go +++ b/pkg/client/types.go @@ -209,6 +209,7 @@ type MicroserviceProxyPortInfo struct { Host string `json:"host"` Port int64 `json:"port"` Protocol string `json:"protocol"` + Scheme string `json:"scheme"` } type MicroservicePortMappingInfo struct {