From b45aec6271d594bb82d907398e0cd10f118e57c9 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Tue, 23 Nov 2021 12:32:42 -0800 Subject: [PATCH] Constant Comments --- model/constants/bundles.go | 7 +++++++ 1 file changed, 7 insertions(+) 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"