refactor: move catalogue logic into own package

This commit is contained in:
2021-07-28 22:10:13 +02:00
parent bf0212c520
commit 1187d6bfd5
4 changed files with 173 additions and 158 deletions

View File

@ -6,6 +6,7 @@ import (
"sort"
"strings"
"coopcloud.tech/abra/catalogue"
"coopcloud.tech/abra/client"
"coopcloud.tech/abra/config"