diff --git a/api/catalog.go b/api/catalog.go index fee1695677..cf64bd9091 100644 --- a/api/catalog.go +++ b/api/catalog.go @@ -6,12 +6,13 @@ type Node struct { } type CatalogService struct { - Node string - Address string - ServiceID string - ServiceName string - ServiceTags []string - ServicePort int + Node string + Address string + ServiceID string + ServiceName string + ServiceAddress string + ServiceTags []string + ServicePort int } type CatalogNode struct {