temporalio / sdk-go

Temporal Go SDK
https://docs.temporal.io/application-development?lang=go
MIT License
481 stars 197 forks source link

Add option to handle scream snake case enums. #1529

Closed Quinn-With-Two-Ns closed 1 week ago

Quinn-With-Two-Ns commented 1 week ago

Add option to handle scream snake case enums. This allows handling payloads serialized with GoGoProto after the message type changes. This could happen if the user is using our payloads in their workflows.