Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataStorer ¶
type DataStorer interface { AddJob(importJob *models.Job) (*models.Job, error) GetJob(jobID string) (*models.Job, error) GetJobs(filters []string) ([]models.Job, error) UpdateJob(jobID string, update *models.Job) error UpdateJobState(jobID string, state string) error AddUploadedFile(jobID string, message *models.UploadedFile) error Close(context.Context) error Checker(context.Context, *healthcheck.CheckState) error }
DataStorer is an interface used to store import jobs
Click to show internal directories.
Click to hide internal directories.