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

Method UpdateNextTime

internal/repository/sql_job.go:15–15  ·  view source on GitHub ↗
(ctx context.Context, id int64, nextTime time.Time)

Source from the content-addressed store, hash-verified

13 Release(ctx context.Context, jobId int64) error
14 UpdateTime(ctx context.Context, id int64) error
15 UpdateNextTime(ctx context.Context, id int64, nextTime time.Time) error
16}
17
18// cronJobRepository 实现了 CronJobRepository 接口

Callers 1

UpdateNextTimeMethod · 0.65

Implementers 2

cronJobRepositoryinternal/repository/sql_job.go
jobDAOinternal/repository/dao/sql_job.go

Calls

no outgoing calls

Tested by

no test coverage detected