| 33 | } |
| 34 | |
| 35 | type WorkBeginHook struct{ river.HookDefaults } |
| 36 | |
| 37 | func (WorkBeginHook) WorkBegin(ctx context.Context, job *rivertype.JobRow) error { |
| 38 | fmt.Printf("WorkBeginHook.WorkBegin ran\n") |
nothing calls this directly
no outgoing calls
no test coverage detected