Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(web.NewHandler, service.NewService, repository.NewTaskRepository, dao.NewTaskDAO)
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
Svc Service
Hdl *web.Handler
StartTaskJob *StartTaskJob
PassProcessTaskJob *PassProcessTaskJob
// contains filtered or unexported fields
}
type PassProcessTaskJob ¶
type PassProcessTaskJob = job.PassProcessTaskJob
type StartTaskJob ¶
type StartTaskJob = job.StartTaskJob
Click to show internal directories.
Click to hide internal directories.