Add 'ServiceAddress' field to 'CatalogService's truct
This commit is contained in:
parent
8dd9061956
commit
bd0c864495
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue