Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewCountCommentJobRepo, NewSiteMapJobRepo, NewPostVCountJobRepo, NewEmailSendJobRepo)
Functions ¶
This section is empty.
Types ¶
type CountCommentJobRepo ¶
type CountCommentJobRepo struct {
// contains filtered or unexported fields
}
func NewCountCommentJobRepo ¶
func NewCountCommentJobRepo(s *service.BlogAdminJobsService, logger log.Logger) *CountCommentJobRepo
func (*CountCommentJobRepo) Run ¶
func (c *CountCommentJobRepo) Run()
type EmailSendJobRepo ¶
type EmailSendJobRepo struct {
// contains filtered or unexported fields
}
func NewEmailSendJobRepo ¶
func NewEmailSendJobRepo(s *service.BlogAdminJobsService, logger log.Logger) *EmailSendJobRepo
func (*EmailSendJobRepo) Run ¶
func (c *EmailSendJobRepo) Run()
type PostVCountJobRepo ¶
type PostVCountJobRepo struct {
// contains filtered or unexported fields
}
func NewPostVCountJobRepo ¶
func NewPostVCountJobRepo(s *service.BlogAdminJobsService, logger log.Logger) *PostVCountJobRepo
func (*PostVCountJobRepo) Run ¶
func (c *PostVCountJobRepo) Run()
type SiteMapJobRepo ¶
type SiteMapJobRepo struct {
// contains filtered or unexported fields
}
func NewSiteMapJobRepo ¶
func NewSiteMapJobRepo(s *service.BlogAdminJobsService, logger log.Logger) *SiteMapJobRepo
func (*SiteMapJobRepo) Run ¶
func (c *SiteMapJobRepo) Run()
Click to show internal directories.
Click to hide internal directories.