diff --git a/api/catalog.go b/api/catalog.go index fee169567..cf64bd909 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 {