File: buf.gen.yaml

package info (click to toggle)
golang-github-grpc-ecosystem-grpc-gateway 2.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,236 kB
  • sloc: javascript: 357; makefile: 147; sh: 26
file content (22 lines) | stat: -rw-r--r-- 486 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: v1
plugins:
  - plugin: buf.build/protocolbuffers/go:v1.28.1
    revision: 4
    out: .
    opt:
      - paths=source_relative
  - plugin: buf.build/grpc/go:v1.2.0
    revision: 4
    out: .
    opt:
      - paths=source_relative
      - require_unimplemented_servers=false
  - plugin: grpc-gateway
    out: .
    opt:
      - paths=source_relative
      - allow_repeated_fields_in_body=true
  - plugin: openapiv2
    out: .
    opt:
      - allow_repeated_fields_in_body=true