Add 'ServiceAddress' field to 'CatalogService's truct

pull/755/head
Chris Grieger 10 years ago
parent 86a0417fd7
commit f70ccdb4d2

@ -6,12 +6,13 @@ type Node struct {
} }
type CatalogService struct { type CatalogService struct {
Node string Node string
Address string Address string
ServiceID string ServiceID string
ServiceName string ServiceName string
ServiceTags []string ServiceAddress string
ServicePort int ServiceTags []string
ServicePort int
} }
type CatalogNode struct { type CatalogNode struct {

Loading…
Cancel
Save