cwtch/model/constants/bundles.go

14 lines
409 B
Go
Raw Permalink Normal View History

package constants
2021-11-23 20:32:42 +00:00
// ServerPrefix precedes a server import statement
const ServerPrefix = "server:"
2021-11-23 20:32:42 +00:00
// TofuBundlePrefix precedes a server and a group import statement
const TofuBundlePrefix = "tofubundle:"
2021-11-23 20:32:42 +00:00
// GroupPrefix precedes a group import statement
const GroupPrefix = "torv3"
2021-11-23 20:32:42 +00:00
// ImportBundlePrefix is an error api constant for import bundle error messages
const ImportBundlePrefix = "importBundle"