Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.

FieldTypeDescription
int_valueint64
double_valuedouble
string_valuestring
bool_valuebool
semver_valuestringSemVer 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 instance
  • parameters: typed attributes used in rule evaluation
  • private_parameters: names of parameters that must NOT appear in any log or telemetry output
FieldTypeDescription
context_typestring
keystring
parametersmap<string, ParameterValue>
private_parametersrepeated string