mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
Run go fmt
This commit is contained in:
parent
da0458e405
commit
6b52d410b3
@ -177,8 +177,8 @@ func (s *StateStore) initialize() error {
|
|||||||
Name: dbNodes,
|
Name: dbNodes,
|
||||||
Indexes: map[string]*MDBIndex{
|
Indexes: map[string]*MDBIndex{
|
||||||
"id": &MDBIndex{
|
"id": &MDBIndex{
|
||||||
Unique: true,
|
Unique: true,
|
||||||
Fields: []string{"Node"},
|
Fields: []string{"Node"},
|
||||||
CaseInsensitive: true,
|
CaseInsensitive: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -199,8 +199,8 @@ func (s *StateStore) initialize() error {
|
|||||||
Fields: []string{"Node", "ServiceID"},
|
Fields: []string{"Node", "ServiceID"},
|
||||||
},
|
},
|
||||||
"service": &MDBIndex{
|
"service": &MDBIndex{
|
||||||
AllowBlank: true,
|
AllowBlank: true,
|
||||||
Fields: []string{"ServiceName"},
|
Fields: []string{"ServiceName"},
|
||||||
CaseInsensitive: true,
|
CaseInsensitive: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user