# Functions
New creates a new core.
# Constants
No description provided by the author
No description provided by the author
# Structs
AuthMetadata contains metadata as defined in the OAuth 2.0 Authorization Server Metadata proposed standard (RFC 8414).
Core represents core business logic.
Job contains information about an indivisual job.
JobsPage represents a page of jobs resulting from a query, and associated metadata.
PageArgs contains criteria to select a page of results.
PageInfo contains information to aid in pagination.
User represents a user.
Volume describes a storage volume.
VolumeRequirement describes a required volume.
VolumesPage represents a page of Volumes resulting from a query, and associated metadata.
Workflow represents a workflow.
WorkflowsPage represents a page of workflows resulting from a query, and associated metadata.
WorkflowSpec represents a workflow specification.
# Interfaces
IOFetcher is the interface where IO data is retrieved.
JobOutputFetcher is the interface to fetch job output.
JobPersister is the interface by which jobs are persisted.
Persister is the interface by which all data is persisted.
Scheduler is the interface by which all workflows are scheduled.
VolumePersister is the interface by which workflows are persisted.
WorkflowPersister is the interface by which workflows are persisted.
# Type aliases
No description provided by the author