MCPcopy Create free account
hub / github.com/riverqueue/river / testHookWorkEnd

Struct testHookWorkEnd

internal/hooklookup/hook_lookup_test.go:262–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260var _ rivertype.HookWorkEnd = &testHookWorkEnd{}
261
262type testHookWorkEnd struct{ rivertype.Hook }
263
264func (t *testHookWorkEnd) WorkEnd(ctx context.Context, job *rivertype.JobRow, err error) error {
265 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected