mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 09:37:45 +00:00
chore: move the go code into a subfolder
This commit is contained in:
23
apps/api/buf.gen.yaml
Normal file
23
apps/api/buf.gen.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
version: v1
|
||||
plugins:
|
||||
- plugin: go
|
||||
out: .artifacts/grpc
|
||||
- plugin: go-grpc
|
||||
out: .artifacts/grpc
|
||||
- plugin: grpc-gateway
|
||||
out: .artifacts/grpc
|
||||
opt:
|
||||
- allow_delete_body=true
|
||||
- plugin: openapiv2
|
||||
out: .artifacts/grpc
|
||||
opt:
|
||||
- allow_delete_body=true
|
||||
- plugin: validate
|
||||
out: .artifacts/grpc
|
||||
opt: lang=go
|
||||
- plugin: authoption
|
||||
out: .artifacts/grpc
|
||||
- plugin: zitadel
|
||||
out: .artifacts/grpc
|
||||
- plugin: connect-go
|
||||
out: .artifacts/grpc
|
Reference in New Issue
Block a user