package
0.0.0-20171106025916-193cd58f447b
Repository: https://github.com/tmpfs/pageloop.git
Documentation: pkg.go.dev

# Functions

Get an error with an associated HTTP status code.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
TODO: KiB, MiB etc.
Incremental job identifier.
Singleton job manager.
No description provided by the author

# Structs

Utilities for the REST API endpoints.
Job is a potentially long running background task such as executing an external command in a goroutine.
Job manager creates, starts and stops jobs and maintains a list of active jobs.
No description provided by the author

# Interfaces

Type for job runners that are cancelable.
Contract for types that require notification when a job is completed.
Job runners start a job running and must return a job.