Crate temporal_sdk_core_protos

Crate temporal_sdk_core_protos 

Source
Expand description

Contains the protobuf definitions used as arguments to and return values from interactions with the Temporal Core SDK. Language SDK authors can generate structs using the proto definitions that will match the generated structs in this module.

Modules§

constants
Contains various constants that are used by core when storing/serializing data
coresdk
Contains all protobufs relating to communication between core and lang-specific SDKs
grpc
temporal
utilities

Structs§

TaskToken
Type-safe wrapper for task token bytes

Statics§

ENCODING_PAYLOAD_KEY
JSON_ENCODING_VAL
PATCHED_MARKER_DETAILS_KEY
VERSION_SEARCH_ATTR_KEY
The search attribute key used when registering change versions

Functions§

camel_case_to_screaming_snake
Case conversion, used for json -> proto enum string conversion