X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=mep%2Fmepagent%2Fpkg%2Fmodel%2Finstance.go;h=d51009d1ea33ca2bc3b77c05b06c201954c9a495;hb=ee49b4a131a219cc4951abe7c7ecb5914addd3dc;hp=66f4202932367232087b228450ada185a074eaf2;hpb=54b1432860d4a0843b75378f68bcb3eba56ba9a8;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"` }