...

Text file src/github.com/grpc-ecosystem/grpc-gateway/v2/buf.gen.yaml

Documentation: github.com/grpc-ecosystem/grpc-gateway/v2

     1version: v1
     2plugins:
     3  - plugin: buf.build/protocolbuffers/go:v1.28.1
     4    revision: 4
     5    out: .
     6    opt:
     7      - paths=source_relative
     8  - plugin: buf.build/grpc/go:v1.2.0
     9    revision: 4
    10    out: .
    11    opt:
    12      - paths=source_relative
    13      - require_unimplemented_servers=false
    14  - plugin: grpc-gateway
    15    out: .
    16    opt:
    17      - paths=source_relative
    18      - allow_repeated_fields_in_body=true
    19  - plugin: openapiv2
    20    out: .
    21    opt:
    22      - allow_repeated_fields_in_body=true

View as plain text