MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / cronJobService

Struct cronJobService

internal/service/sql_job.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16type cronJobService struct {
17 repo repository.CronJobRepository
18 l *zap.Logger
19 refreshInterval time.Duration
20}
21
22func NewCronJobService(repo repository.CronJobRepository, l *zap.Logger) CronJobService {
23 return &cronJobService{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected