Workflow
Initial setup in a project
- define a central place for your Go service interface definitions
- define a central place where your TypeScript client code will be generated to
- create one central
gotsrpc.yaml - implement a TypeScript
transportfor your project
Per service
- define service interfaces in Go
- configure code generation in
gotsrpc.yaml - generate service proxies and clients with
gotsrpccli - go to 1.