first commit
This commit is contained in:
7
pkg/constant/tenant.go
Normal file
7
pkg/constant/tenant.go
Normal file
@ -0,0 +1,7 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
HeaderUserId = "USER-ID"
|
||||
TenantId = "TENANT-ID"
|
||||
ScopeId = "SCOPE-ID"
|
||||
)
|
||||
Reference in New Issue
Block a user