diff options
| author | bndw <ben@bdw.to> | 2026-02-13 17:35:32 -0800 |
|---|---|---|
| committer | bndw <ben@bdw.to> | 2026-02-13 17:35:32 -0800 |
| commit | 6c840f03524187d1f056fdaa70e5f1f9b24cf793 (patch) | |
| tree | 9b068d5125e79320321ac1a35df30f43482d4aba /buf.gen.yaml | |
| parent | 581ceecbf046f99b39885c74e2780a5320e5b15e (diff) | |
feat: add Protocol Buffer definitions and build tooling
Diffstat (limited to 'buf.gen.yaml')
| -rw-r--r-- | buf.gen.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/buf.gen.yaml b/buf.gen.yaml new file mode 100644 index 0000000..e6f485a --- /dev/null +++ b/buf.gen.yaml | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | version: v2 | ||
| 2 | managed: | ||
| 3 | enabled: true | ||
| 4 | override: | ||
| 5 | - file_option: go_package_prefix | ||
| 6 | value: northwest.io/nostr-grpc/api | ||
| 7 | plugins: | ||
| 8 | - remote: buf.build/protocolbuffers/go | ||
| 9 | out: api | ||
| 10 | opt: | ||
| 11 | - paths=source_relative | ||
| 12 | - remote: buf.build/grpc/go | ||
| 13 | out: api | ||
| 14 | opt: | ||
| 15 | - paths=source_relative | ||
