uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
https://cadenceworkflow.io
MIT License
345 stars 131 forks source link

Shift replayer to prefer io.Reader rather than filenames #1234

Closed Groxx closed 1 year ago

Groxx commented 1 year ago

This allows us to move to //go:embed or use hard-coded strings (or any other data-source). Short-term plans are to use go:embed to read files once / not require runtime access to files, only build.