fasten-onprem/backend/pkg/models/background_job_query_option...

13 lines
223 B
Go
Raw Normal View History

2023-10-08 17:29:26 -06:00
package models
import "github.com/fastenhealth/fasten-onprem/backend/pkg"
type BackgroundJobQueryOptions struct {
JobType *pkg.BackgroundJobType
Status *pkg.BackgroundJobStatus
//pagination
Limit int
Offset int
}