register command - client

This commit is contained in:
Matthew R. Kasun
2022-04-13 15:25:35 -04:00
parent 199ea15b1d
commit 6aa1a68a6f
7 changed files with 76 additions and 1 deletions

View File

@@ -154,3 +154,7 @@ func Daemon() error {
err := functions.Daemon()
return err
}
func Register(cfg *config.ClientConfig) error {
return functions.Register(cfg)
}