[#101] schema: Introduce $Tree:treeID property key
All checks were successful
DCO action / DCO (pull_request) Successful in 27s
Tests and linters / Tests with -race (pull_request) Successful in 44s
Tests and linters / Tests (pull_request) Successful in 57s
Tests and linters / Lint (pull_request) Successful in 1m9s
Tests and linters / Staticcheck (pull_request) Successful in 1m14s

Signed-off-by: Airat Arifullin <aarifullin@yadro.com>
This commit is contained in:
Airat Arifullin 2025-04-02 10:38:45 +03:00
parent 5ae2e4198e
commit acd94d200f

View file

@ -53,6 +53,8 @@ const (
PropertyKeyContainerOwnerID = "$Container:ownerID"
ProperyKeyTreeID = "$Tree:ID"
PropertyValueContainerRoleOwner = "owner"
PropertyValueContainerRoleIR = "ir"
PropertyValueContainerRoleContainer = "container"