initial commit
This commit is contained in:
12
internal/metal/models/idprefix.go
Normal file
12
internal/metal/models/idprefix.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package models
|
||||
|
||||
const (
|
||||
// IDPrefixOrganization defines the ID Prefix for an Organization.
|
||||
IDPrefixOrganization = "metlorg"
|
||||
|
||||
// IDPrefixProject defines the ID Prefix for a Project.
|
||||
IDPrefixProject = "metlprj"
|
||||
|
||||
// IDPrefixUser defines the ID Prefix for a User.
|
||||
IDPrefixUser = "metlusr"
|
||||
)
|
||||
Reference in New Issue
Block a user