go-core/pkg/client/system/system.go
2023-01-25 13:56:13 +03:00

15 lines
398 B
Go

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