mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Replace GraphQL server with Connect RPC
This commit is contained in:
10
buf.gen.yaml
Normal file
10
buf.gen.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
version: v2
|
||||
plugins:
|
||||
- local: protoc-gen-go
|
||||
out: pkg
|
||||
opt: paths=source_relative
|
||||
- local: protoc-gen-connect-go
|
||||
out: pkg
|
||||
opt:
|
||||
- paths=source_relative
|
||||
- package_suffix # Generate `*.connect.go` files next to `*.pb.go` files.
|
Reference in New Issue
Block a user