File: buf.gen.yaml

package info (click to toggle)
golang-github-humanlogio-api 0.0~git20250305.fa41d14-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,352 kB
  • sloc: sh: 45; makefile: 8
file content (28 lines) | stat: -rw-r--r-- 582 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
23
24
25
26
27
28
version: v2
managed:
  enabled: true
  override:
    - file_option: go_package_prefix
      value: github.com/humanlogio/api/go
plugins:
  - local: protoc-gen-go
    out: go
    opt: paths=source_relative
  - local: protoc-gen-connect-go
    out: go
    opt: paths=source_relative
  - local: protoc-gen-es
    out: js
    opt:
      - target=ts
      - import_extension=none
  - local: protoc-gen-connect-es
    out: js
    opt:
      - target=ts
      - import_extension=none
  - local: protoc-gen-connect-query
    out: js
    opt:
      - target=ts
      - import_extension=none