changes from code review

Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
This commit is contained in:
Matthew R. Kasun
2022-04-18 17:19:26 -04:00
parent 924403d5b4
commit 2b1f20e94b
10 changed files with 124 additions and 51 deletions

View File

@@ -155,6 +155,6 @@ func Daemon() error {
return err
}
func Register(cfg *config.ClientConfig) error {
return functions.Register(cfg)
func Register(cfg *config.ClientConfig, key string) error {
return functions.Register(cfg, key)
}