mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 23:36:00 +00:00
consul: Replace single tag with list of tags
This commit is contained in:
parent
21508292e4
commit
283c5d1be1
@ -105,7 +105,7 @@ type ServiceNode struct {
|
||||
Address string
|
||||
ServiceID string
|
||||
ServiceName string
|
||||
ServiceTag string
|
||||
ServiceTags []string
|
||||
ServicePort int
|
||||
}
|
||||
type ServiceNodes []ServiceNode
|
||||
@ -114,7 +114,7 @@ type ServiceNodes []ServiceNode
|
||||
type NodeService struct {
|
||||
ID string
|
||||
Service string
|
||||
Tag string
|
||||
Tags []string
|
||||
Port int
|
||||
}
|
||||
type NodeServices struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user