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
ServiceID string
ServiceName string
ServiceAddress string
ServiceTags []string
ServicePort int
}

Loading…
Cancel
Save