diff --git a/model/constants/bundles.go b/model/constants/bundles.go index 47e911e..f2e0fd7 100644 --- a/model/constants/bundles.go +++ b/model/constants/bundles.go @@ -1,6 +1,13 @@ package constants +// ServerPrefix precedes a server import statement const ServerPrefix = "server:" + +// TofuBundlePrefix precedes a server and a group import statement const TofuBundlePrefix = "tofubundle:" + +// GroupPrefix precedes a group import statement const GroupPrefix = "torv3" + +// ImportBundlePrefix is an error api constant for import bundle error messages const ImportBundlePrefix = "importBundle"