work in progress for message queue

This commit is contained in:
Matthew R Kasun
2022-01-02 16:02:59 +00:00
parent 5e00bd8a3d
commit ec9f72d2d4
3 changed files with 27 additions and 16 deletions

View File

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