package
0.0.0-20241107221808-d27eb3026e6b
Repository: https://github.com/noaa-gsl/vxdataprocessor.git
Documentation: pkg.go.dev
# Packages
Package jobstore implements an in-memory store of all jobs submitted to the api server.
# Functions
Dispatch pulls jobs out of the given jobstore in order and places them in a channel.
SetupRouter defines the routes the API server will respond to along with their handlers.
StatusUpdater receives jobs to update in the given jobstore.
Worker receives jobs on a channel, processes them, and reports the status on a return channel.
# Interfaces
Processor is an interface used to inject calculation functions into the Worker processor is intended to encapsulate the manager.manager struct.