generated from TrueCloudLab/basic
[#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
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:
parent
5ae2e4198e
commit
acd94d200f
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ const (
|
||||||
|
|
||||||
PropertyKeyContainerOwnerID = "$Container:ownerID"
|
PropertyKeyContainerOwnerID = "$Container:ownerID"
|
||||||
|
|
||||||
|
ProperyKeyTreeID = "$Tree:ID"
|
||||||
|
|
||||||
PropertyValueContainerRoleOwner = "owner"
|
PropertyValueContainerRoleOwner = "owner"
|
||||||
PropertyValueContainerRoleIR = "ir"
|
PropertyValueContainerRoleIR = "ir"
|
||||||
PropertyValueContainerRoleContainer = "container"
|
PropertyValueContainerRoleContainer = "container"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue