Skip to content

Commit 5ea82a7

Browse files
authored
add system state scope (#102)
1 parent 62173a1 commit 5ea82a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bitdrift_public/protobuf/state/v1/scope.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ enum StateScope {
1313
UNSPECIFIED = 0;
1414
FEATURE_FLAG = 1;
1515
GLOBAL_STATE = 2;
16+
17+
// Used for internal state management, not driven by user-facing APIs.
18+
SYSTEM = 3;
1619
}

0 commit comments

Comments
 (0)