X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=mep%2Fmepagent%2Fpkg%2Fmodel%2Finstance.go;h=d51009d1ea33ca2bc3b77c05b06c201954c9a495;hb=b53813aee440d6c0a936a2827e5c304cf60d8be1;hp=66f4202932367232087b228450ada185a074eaf2;hpb=e6b0508c50f07c751a781f57265a4a5a016b6e71;p=ealt-edge.git diff --git a/mep/mepagent/pkg/model/instance.go b/mep/mepagent/pkg/model/instance.go index 66f4202..d51009d 100644 --- a/mep/mepagent/pkg/model/instance.go +++ b/mep/mepagent/pkg/model/instance.go @@ -19,8 +19,10 @@ package model type AppInstanceInfo struct { AppInstanceId string `yaml:"appInstanceId" json:"appInstanceId"` - MepServerIP string `yaml:"mepServerIP" json:"mepServerIP"` - MepServerPORT string `yaml:"mepServerPORT" json:"mepServerPORT"` + MepGWIP string `yaml:"mepGWIP" json:"mepGWIP"` + HttpGWPORT string `yaml:"httpGWPORT" json:"httpGWPORT"` + HttpsGWPORT string `yaml:"httpsGWPORT" json:"httpsGWPORT"` + MepGWROUTES string `yaml:"mepGWROUTES" json:"mepGWROUTES"` ServiceInfoPosts []ServiceInfoPost `yaml:"serviceInfoPosts" json:"serviceInfoPosts"` SerAvailabilityNotificationSubscriptions []SerAvailabilityNotificationSubscription `yaml:"serAvailabilityNotificationSubscriptions" json:"serAvailabilityNotificationSubscriptions"` }