integrations: move common integration concerns to a separate package (#3295)

This commit is contained in:
Fredrik Adelöw
2020-11-16 16:15:09 +01:00
committed by GitHub
parent 04c0698df8
commit 7b37e68348
25 changed files with 1086 additions and 403 deletions
+9
View File
@@ -0,0 +1,9 @@
# Integrations common functionality
Contains some common functionality of integrations.
This package will be imported both by the frontend and backend.
## Links
- [The Backstage homepage](https://backstage.io)