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

# Functions

CheckJob will return the status of a job.
MakeJob generates a new go func call for the indexing.

# Structs

MyServer struct for mux router.
Profile is a struct for holding results tot be sent to the user about the index request.