mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 15:26:48 +00:00
Add 'ServiceAddress' field to 'CatalogService's truct
This commit is contained in:
parent
86a0417fd7
commit
f70ccdb4d2
@ -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…
x
Reference in New Issue
Block a user