Skip to content

Commit 59172fa

Browse files
committed
add id kinds for api and system
Signed-off-by: Robert Landers <landers.robert@gmail.com>
1 parent a3b2a09 commit 59172fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/ids/id.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ const (
1212
Activity IdKind = "activity"
1313
Entity IdKind = "entity"
1414
Orchestration IdKind = "orchestration"
15+
API IdKind = "--api--"
16+
SYSTEM IdKind = "--system--"
1517
)
1618

1719
var ApiSource *StateId = &StateId{

0 commit comments

Comments
 (0)