Skip to content

Temporal gRPC API and proto files compiled for Go

License

Notifications You must be signed in to change notification settings

temporalio/api-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temporal gRPC API and proto files compiled for Go

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.

How to use

To install in your project run:

go get go.temporal.io/api

Rebuild

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.

License

MIT License, please see LICENSE for details.