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

Generated proto files #1092

Closed vytautas-karpavicius closed 3 years ago

vytautas-karpavicius commented 3 years ago

What changed? Generated proto files. Makefile rules taken from cadence server with slight modifications.

Note: this merges into go-sdk branch (instead of master), for developing new SDK.

Why? Introduce proto types.

How did you test it? make protoc

Potential risks