Generated Go files from Temporal api repository.
Note that any changes merged to api will automatically trigger a GitHub workflow that recompiles the proto files and commits the results to master.
To install in your project run:
go get go.temporal.io/api
Run make
once to install all plugins and tools (protoc
and go
must be installed manually).
Run make update-proto
to update the proto/api
submodule and recompile proto files. The proto/api-cloud
submodule
must be updated manually.
MIT License, please see LICENSE for details.