Merge pull request #12894 from backstage/docs/custom-processor-update

docs: update code sample for custom processors
This commit is contained in:
Ben Lambert
2022-07-29 11:10:56 +02:00
committed by GitHub
@@ -377,6 +377,10 @@ import {
export class SystemXReaderProcessor implements CatalogProcessor {
constructor(private readonly reader: UrlReader) {}
getProcessorName(): string {
return 'SystemXReaderProcessor';
}
async readLocation(
location: LocationSpec,
_optional: boolean,