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

Method UpdateNextTime

internal/repository/sql_job.go:55–57  ·  view source on GitHub ↗

UpdateNextTime 更新任务的下次执行时间

(ctx context.Context, id int64, nextTime time.Time)

Source from the content-addressed store, hash-verified

53
54// UpdateNextTime 更新任务的下次执行时间
55func (c *cronJobRepository) UpdateNextTime(ctx context.Context, id int64, nextTime time.Time) error {
56 return c.dao.UpdateNextTime(ctx, id, nextTime)
57}

Callers

nothing calls this directly

Calls 1

UpdateNextTimeMethod · 0.65

Tested by

no test coverage detected