diff options
author | 2024-08-05 18:44:35 -0700 | |
---|---|---|
committer | 2024-08-05 18:44:35 -0700 | |
commit | 2244ecc9061df3e25bd6ed8432f828fd25a88a3f (patch) | |
tree | b7599dc7e5ceb72cbebd8087aa964120be3bc47f /api | |
parent | ff257a3a32a91f5f6e6b17bb831cc2c52f604ebc (diff) | |
parent | b7a7e9d151c1c2fc033ff1fe6bbc05754c95a216 (diff) | |
download | ibd-trader-2244ecc9061df3e25bd6ed8432f828fd25a88a3f.tar.gz ibd-trader-2244ecc9061df3e25bd6ed8432f828fd25a88a3f.tar.zst ibd-trader-2244ecc9061df3e25bd6ed8432f828fd25a88a3f.zip |
Merge pull request #2 from ansg191/js-gen
Diffstat (limited to 'api')
-rw-r--r-- | api/buf.gen.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/api/buf.gen.yaml b/api/buf.gen.yaml index 44b1c4b..ade512c 100644 --- a/api/buf.gen.yaml +++ b/api/buf.gen.yaml @@ -10,9 +10,11 @@ plugins: - remote: buf.build/protocolbuffers/go out: gen opt: paths=source_relative - - remote: buf.build/grpc/go:v1.5.1 + - remote: buf.build/grpc/go out: gen opt: - paths=source_relative + - remote: buf.build/bufbuild/es:v2.0.0 + out: gen inputs: - - directory: proto
\ No newline at end of file + - directory: proto |