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
|
||||
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…
Reference in New Issue