| 51 | } |
| 52 | |
| 53 | type JobWithHooksInsertBeginHook struct{ river.HookDefaults } |
| 54 | |
| 55 | func (JobWithHooksInsertBeginHook) InsertBegin(ctx context.Context, params *rivertype.JobInsertParams) error { |
| 56 | fmt.Printf("JobWithHooksInsertBeginHook.InsertBegin ran\n") |
nothing calls this directly
no outgoing calls
no test coverage detected