feat: remove LocationProcessor.processEntity

Instead, pass the `UrlReader` into the constructor of your `LocationProcessor`.
This commit is contained in:
Oliver Sand
2020-10-08 15:04:53 +02:00
parent d6db01be37
commit 49d70ccab1
3 changed files with 7 additions and 45 deletions
@@ -0,0 +1,6 @@
---
'@backstage/plugin-catalog-backend': minor
---
Remove the `read` argument of `LocationProcessor.processEntity`.
Instead, pass the `UrlReader` into the constructor of your `LocationProcessor`.