Add agent

This commit is contained in:
2023-07-03 18:43:27 -04:00
parent b1b010deee
commit f82d3f18c6
6 changed files with 137 additions and 15 deletions

View File

@@ -44,6 +44,7 @@ func main() {
al := registrar.NewApprovalListener(
pubsub,
nil,
repo,
registrar.OptionLog(log.New(os.Stdout, "approvalListener: ", log.LstdFlags|log.Lshortfile)),
)
go al.Run(ctx)