Merged in feature/autodocs (pull request #94)

Auto Docs for all cmds

* docs
This commit is contained in:
Michael McGuinness
2025-03-06 19:26:01 +00:00
parent c3eed076b5
commit 1211697f61
9 changed files with 148 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
// **Listens For**: Body Containing Query ID
//
// **Action**.
//
// Adds an event for each job into the JOBSYNC queue for the given query, i.e. each job that contains the query in its dependency tree.
package main
import (