temporalio / sdk-go

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

`go.temporal.io/api/proxy.VisitPayloads` doesn't visit `export` package #1566

Closed cretz closed 1 month ago

cretz commented 2 months ago

Describe the solution you'd like

Have the generated code that backs the go.temporal.io/api/proxy.VisitPayloads work for export package too. Presumably it doesn't because that package is never referenced from the workflow service in any way, so it is a rare orphan.

(created here because https://github.com/temporalio/api-go doesn't allow issues to be opened on it)