mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 03:28:59 -07:00
A few minor updates and attempts to clear up some lint / gosec warnings.
This commit is contained in:
parent
66970dcd25
commit
1a0455152a
10 changed files with 407 additions and 34 deletions
|
@ -26,6 +26,7 @@ var (
|
|||
anything about the network structure. Instead they know only to which
|
||||
router(s) they are connected. The worker will execute the agent code and
|
||||
pass the agent and it's results to a router.
|
||||
Main is the entrypoint for the worker process
|
||||
*/
|
||||
func Main(wg *sync.WaitGroup, config gstructs.GagentConfig) {
|
||||
log.Printf("[INFO] Starting worker\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue