work in progress for message queue

This commit is contained in:
Matthew R Kasun
2022-01-02 16:02:59 +00:00
parent 19ff3ee408
commit cb51a6be78
4 changed files with 158 additions and 259 deletions

View File

@@ -215,3 +215,8 @@ func Daemon() error {
err := functions.Daemon()
return err
}
func Daemon() error {
err := functions.Daemon()
return err
}