Abort completely cancels the ingest operation targeted by ref.
(ctx context.Context, ref string)
| 84 | |
| 85 | // Abort completely cancels the ingest operation targeted by ref. |
| 86 | Abort(ctx context.Context, ref string) error |
| 87 | } |
| 88 | |
| 89 | // Info holds content specific information |
no outgoing calls