TODO cleanups
This commit is contained in:
parent
14380b8f8e
commit
5cc0c73f89
|
@ -304,7 +304,7 @@ WAIT:
|
||||||
// handleReload is invoked when we should reload our configs, e.g. SIGHUP
|
// handleReload is invoked when we should reload our configs, e.g. SIGHUP
|
||||||
func (c *Command) handleReload(config *Config) *Config {
|
func (c *Command) handleReload(config *Config) *Config {
|
||||||
c.Ui.Output("Reloading configuration...")
|
c.Ui.Output("Reloading configuration...")
|
||||||
// TODO
|
// TODO : handle reload
|
||||||
return config
|
return config
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
package agent
|
package agent
|
||||||
|
|
||||||
// TODO:
|
// TODO: Add tests...
|
||||||
|
|
|
@ -193,7 +193,6 @@ func (s *StateStore) initialize() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Setup the query tables
|
// Setup the query tables
|
||||||
// TODO: Other queries...
|
|
||||||
s.queryTables = map[string]MDBTables{
|
s.queryTables = map[string]MDBTables{
|
||||||
"Nodes": MDBTables{s.nodeTable},
|
"Nodes": MDBTables{s.nodeTable},
|
||||||
"Services": MDBTables{s.serviceTable},
|
"Services": MDBTables{s.serviceTable},
|
||||||
|
|
Loading…
Reference in a new issue