ListStatuses returns the status of any active ingestions whose ref match the provided regular expression. If empty, all active ingestions will be returned.
(ctx context.Context, filters ...string)
| 81 | // the provided regular expression. If empty, all active ingestions will be |
| 82 | // returned. |
| 83 | ListStatuses(ctx context.Context, filters ...string) ([]Status, error) |
| 84 | |
| 85 | // Abort completely cancels the ingest operation targeted by ref. |
| 86 | Abort(ctx context.Context, ref string) error |
no outgoing calls