Documentation ¶
Index ¶
- type Job
- func (s *Job) BatchDelete(ctx context.Context, id string) error
- func (s *Job) Create(ctx context.Context, item model.Job) error
- func (s *Job) Delete(ctx context.Context, id int) error
- func (s *Job) Get(ctx context.Context, id int) (*model.Job, error)
- func (s *Job) Query(ctx context.Context, dataScope string, params param.JobParam) (*pagination.Result, error)
- func (s *Job) Remove(ctx context.Context, id int) error
- func (s *Job) Start(ctx context.Context, id int) error
- func (s *Job) Update(ctx context.Context, item model.Job) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.