tdeebswihart / temporal-api-go

Temporal gRPC API and proto files compiled for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 -u 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 submodule and recompile proto files.

License

MIT License, please see LICENSE for details.

About

Temporal gRPC API and proto files compiled for Go

License:MIT License


Languages

Language:Go 97.7%Language:Makefile 2.3%