TODO cleanups

This commit is contained in:
Armon Dadgar 2014-02-05 14:54:35 -08:00
parent 14380b8f8e
commit 5cc0c73f89
3 changed files with 2 additions and 3 deletions

View file

@ -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
} }

View file

@ -1,3 +1,3 @@
package agent package agent
// TODO: // TODO: Add tests...

View file

@ -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},