package
3.0.8+incompatible
Repository: https://github.com/gleanerio/gleaner.git
Documentation: pkg.go.dev
# README
glweb
About
glweb is the start of building an interface to submit jobs into gleaner with.
Notes
glweb needs to
- allow you to load or create a config file
- load it
- check config loaded
- run that config (fire off a webhook call to the webhook listener in gleaner)
Refs
- https://farazdagi.com/2014/rest-and-long-running-jobs/
- Cobra Golang commander