We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bae72c commit 00f93bdCopy full SHA for 00f93bd
struct.go
@@ -77,6 +77,7 @@ type RegisterInstanceJson struct {
77
78
// Instance [de]serializeable [to|from] Eureka [XML|JSON].
79
type Instance struct {
80
+ InstanceId string `xml:"instanceId" json:"instanceId"`
81
HostName string `xml:"hostName" json:"hostName"`
82
App string `xml:"app" json:"app"`
83
IPAddr string `xml:"ipAddr" json:"ipAddr"`
0 commit comments