| 14 | ) |
| 15 | |
| 16 | type BothInsertAndWorkBeginHook struct{ river.HookDefaults } |
| 17 | |
| 18 | func (BothInsertAndWorkBeginHook) InsertBegin(ctx context.Context, params *rivertype.JobInsertParams) error { |
| 19 | fmt.Printf("BothInsertAndWorkBeginHook.InsertBegin ran\n") |
nothing calls this directly
no outgoing calls
no test coverage detected