File: unannotated_echo_service.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, trixie
  • size: 7,236 kB
  • sloc: javascript: 357; makefile: 147; sh: 26
file content (12 lines) | stat: -rw-r--r-- 430 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
version: v1
plugins:
  - plugin: grpc-gateway
    out: .
    opt:
      - paths=source_relative
      - grpc_api_configuration=examples/internal/proto/examplepb/unannotated_echo_service.yaml
  - plugin: openapiv2
    out: .
    opt:
      - grpc_api_configuration=examples/internal/proto/examplepb/unannotated_echo_service.yaml
      - openapi_configuration=examples/internal/proto/examplepb/unannotated_echo_service.swagger.yaml