https support for mepagent
[ealt-edge.git] / mep / mepagent / pkg / model / instance.go
index 66f4202..d51009d 100644 (file)
@@ -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"`
 }