| 248 | var _ rivertype.HookWorkBegin = &testHookWorkBegin{} |
| 249 | |
| 250 | type testHookWorkBegin struct{ rivertype.Hook } |
| 251 | |
| 252 | func (t *testHookWorkBegin) WorkBegin(ctx context.Context, job *rivertype.JobRow) error { |
| 253 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected