initial commit

This commit is contained in:
Mike Mason
2023-07-01 00:04:52 +00:00
commit 80fb879ef6
65 changed files with 3544 additions and 0 deletions

View 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"
)