memos/proto/buf.gen.yaml

36 lines
1,014 B
YAML
Raw Normal View History

version: v1
managed:
enabled: true
go_package_prefix:
default: github.com/usememos/memos/proto/gen
except:
- buf.build/googleapis/googleapis
plugins:
2024-04-27 00:37:45 +08:00
- plugin: buf.build/protocolbuffers/go
out: gen
opt:
- paths=source_relative
2024-04-27 00:37:45 +08:00
- plugin: buf.build/grpc/go
out: gen
opt:
- paths=source_relative
2024-04-27 00:37:45 +08:00
- plugin: buf.build/grpc-ecosystem/gateway
out: gen
opt:
- paths=source_relative
2024-04-27 00:37:45 +08:00
- plugin: buf.build/grpc-ecosystem/openapiv2
2024-04-16 22:33:25 +08:00
out: ../docs
2024-01-29 22:05:33 +08:00
opt: output_format=yaml,allow_merge=true
# Build the TypeScript definitions for the web.
2024-04-27 00:37:45 +08:00
- plugin: buf.build/community/stephenh-ts-proto
out: ../web/src/types/proto
2023-09-17 19:20:03 +08:00
# reference: https://github.com/deeplay-io/nice-grpc/blob/master/packages/nice-grpc-web/README.md#using-ts-proto
opt:
- env=browser
- useOptionals=messages
- outputServices=generic-definitions
- outputJsonMethods=false
- useExactTypes=false
- esModuleInterop=true
2024-02-13 09:30:28 +08:00
- stringEnums=true