feat: tenant-scoped routing and portal navigation

This commit is contained in:
2026-01-08 21:30:46 +08:00
parent f3aa92078a
commit 3e095c57f3
52 changed files with 1111 additions and 670 deletions

View File

@@ -115,7 +115,8 @@ func Serve(providers container.Providers, t *testing.T, invoke any) {
dig.In
Initials []contracts.Initial `group:"initials"`
Job *job.Job
}) error {
},
) error {
_ = p.Initials
ctx, cancel := context.WithCancel(context.Background())
t.Cleanup(cancel)