Context
Auto-generated from
/home/runner/work/feature-flag/feature-flag/proto/common/v1/context.proto
Package: stitchd.common.v1
Message: ParameterValue
A typed parameter value. Covers all supported context parameter types.
| Field | Type | Description |
|---|---|---|
int_value | int64 | |
double_value | double | |
string_value | string | |
bool_value | bool | |
semver_value | string | SemVer stored as string; parsed by the receiver. |
Message: Context
A single evaluation context supplied by the client SDK.
context_type: discriminator (e.g. “user”, “organisation”, “device”)key: stable identifier for this context instanceparameters: typed attributes used in rule evaluationprivate_parameters: names of parameters that must NOT appear in any log or telemetry output
| Field | Type | Description |
|---|---|---|
context_type | string | |
key | string | |
parameters | map<string, ParameterValue> | |
private_parameters | repeated string |