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
func (c *Command) handleReload(config *Config) *Config {
c.Ui.Output("Reloading configuration...")
// TODO
// TODO : handle reload
return config
}

View File

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

View File

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