mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 15:47:21 +00:00
TODO cleanups
This commit is contained in:
parent
315600d6bf
commit
e72ad27850
@ -304,7 +304,7 @@ WAIT:
|
||||
// handleReload is invoked when we should reload our configs, e.g. SIGHUP
|
||||
func (c *Command) handleReload(config *Config) *Config {
|
||||
c.Ui.Output("Reloading configuration...")
|
||||
// TODO
|
||||
// TODO : handle reload
|
||||
return config
|
||||
}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
package agent
|
||||
|
||||
// TODO:
|
||||
// TODO: Add tests...
|
||||
|
@ -193,7 +193,6 @@ func (s *StateStore) initialize() error {
|
||||
}
|
||||
|
||||
// Setup the query tables
|
||||
// TODO: Other queries...
|
||||
s.queryTables = map[string]MDBTables{
|
||||
"Nodes": MDBTables{s.nodeTable},
|
||||
"Services": MDBTables{s.serviceTable},
|
||||
|
Loading…
x
Reference in New Issue
Block a user