Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobService ¶
type JobService interface {
CreateJob(ctx context.Context, jobConfig *domain.JobConfig) (*domain.Job, error)
GetJob(ctx context.Context, jobID string) (*domain.Job, error)
}
JobService defines the contract for job-related operations
func Setup ¶
func Setup(datastore *store.Datastore, appClients *clients.ClientList, host string) JobService
Setup initializes a new JobService with the provided dependencies.
Click to show internal directories.
Click to hide internal directories.