MCPcopy
hub / github.com/usememos/memos / testJob

Struct testJob

internal/cron/cron_test.go:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366type testJob struct {
367 wg *sync.WaitGroup
368 name string
369}
370
371func (t testJob) Run() {
372 t.wg.Done()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected