Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.27 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.27 KB

Go Code Generator for Temporal Workers

protoc-gen-temporal-go is a protoc plugin which generates Go language bindings for Temporal workers with their workflows and activities, based on service definitions in protocol-buffer files.

This methodology enables easier and safer usage of Temporal: it enforces correctness and consistency within and across workers, intorduces best practices seamlessly, reduces manually-written boilerplate, and improves documentation and discoverability for developers and users.

Inspiration and background:

FYI: