We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62173a1 commit 5ea82a7Copy full SHA for 5ea82a7
src/bitdrift_public/protobuf/state/v1/scope.proto
@@ -13,4 +13,7 @@ enum StateScope {
13
UNSPECIFIED = 0;
14
FEATURE_FLAG = 1;
15
GLOBAL_STATE = 2;
16
+
17
+ // Used for internal state management, not driven by user-facing APIs.
18
+ SYSTEM = 3;
19
}
0 commit comments