| 26 | } |
| 27 | |
| 28 | type InsertBeginHook struct{ river.HookDefaults } |
| 29 | |
| 30 | func (InsertBeginHook) InsertBegin(ctx context.Context, params *rivertype.JobInsertParams) error { |
| 31 | fmt.Printf("InsertBeginHook.InsertBegin ran\n") |
nothing calls this directly
no outgoing calls
no test coverage detected