go-core/pkg/client/system/system.go

15 lines
398 B
Go
Raw Normal View History

2023-01-25 13:56:13 +03:00
// Copyright 2022 Listware
package system
const (
namespace = "system"
typesType = "types.system.functions.root"
routerType = "router.system.functions.root"
objectsType = "objects.system.functions.root"
linksType = "links.system.functions.root"
advancedLinksType = "advanced.links.system.functions.root"
registerType = "register.system.functions.root"
)