| 14 | ) |
| 15 | |
| 16 | type JobBothInsertAndWorkMiddleware struct{ river.MiddlewareDefaults } |
| 17 | |
| 18 | func (JobBothInsertAndWorkMiddleware) InsertMany(ctx context.Context, manyParams []*rivertype.JobInsertParams, doInner func(ctx context.Context) ([]*rivertype.JobInsertResult, error)) ([]*rivertype.JobInsertResult, error) { |
| 19 | fmt.Printf("JobBothInsertAndWorkMiddleware.InsertMany ran\n") |
nothing calls this directly
no outgoing calls
no test coverage detected