| 58 | } |
| 59 | |
| 60 | type JobWithHooksWorkBeginHook struct{ river.HookDefaults } |
| 61 | |
| 62 | func (JobWithHooksWorkBeginHook) WorkBegin(ctx context.Context, job *rivertype.JobRow) error { |
| 63 | fmt.Printf("JobWithHooksWorkBeginHook.WorkBegin ran\n") |
nothing calls this directly
no outgoing calls
no test coverage detected