Query a given amount (or less) of events prior to a given set of events.
( ctx context.Context, req *PerformBackfillRequest, res *PerformBackfillResponse, )
| 93 | |
| 94 | // Query a given amount (or less) of events prior to a given set of events. |
| 95 | PerformBackfill( |
| 96 | ctx context.Context, |
| 97 | req *PerformBackfillRequest, |
| 98 | res *PerformBackfillResponse, |
no outgoing calls
no test coverage detected