Browse Source

Add 'ServiceAddress' field to 'CatalogService's truct

pull/755/head
Chris Grieger 10 years ago
parent
commit
f70ccdb4d2
  1. 1
      api/catalog.go

1
api/catalog.go

@ -10,6 +10,7 @@ type CatalogService struct {
Address string Address string
ServiceID string ServiceID string
ServiceName string ServiceName string
ServiceAddress string
ServiceTags []string ServiceTags []string
ServicePort int ServicePort int
} }

Loading…
Cancel
Save