feat: add tenant commands

This commit is contained in:
Rogee
2024-12-07 18:48:05 +08:00
parent e15d8d9bb2
commit 8f88929575
25 changed files with 271 additions and 48 deletions

View File

@@ -1,9 +1,9 @@
package tasks
import (
"backend/modules/commands/discover"
"backend/modules/commands/store"
"backend/modules/medias"
"backend/modules/tasks/discover"
"backend/modules/tasks/store"
"backend/providers/app"
"backend/providers/postgres"
"backend/providers/storage"