This commit is contained in:
2025-12-18 09:54:29 +08:00
parent 1eef314e98
commit 650ada9cc6
25 changed files with 3929 additions and 43 deletions

View File

@@ -7,6 +7,8 @@ import (
"github.com/gofiber/fiber/v3"
)
// me provides tenant context introspection endpoints (current tenant/user/tenant_user).
//
// @provider
type me struct{}