Documentation ¶
Index ¶
- type Service
- func (svc *Service) EventList(req *bean.EventListRo) ([]map[string]interface{}, error)
- func (svc *Service) TaskAdd(ctx context.Context, req *bean.TaskAddRo) (int64, error)
- func (svc *Service) TaskDelete(ctx context.Context, req *bean.TaskDeleteRo) error
- func (svc *Service) TaskList(cursor, limit uint64, order string) ([]model.Task, error)
- func (svc *Service) TaskPause(ctx context.Context, req *bean.TaskPauseRo) error
- func (svc *Service) TaskUpdate(ctx context.Context, req *bean.TaskUpdateRo) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) EventList ¶
func (svc *Service) EventList(req *bean.EventListRo) ([]map[string]interface{}, error)
func (*Service) TaskDelete ¶
func (*Service) TaskUpdate ¶
Click to show internal directories.
Click to hide internal directories.