From 6c840f03524187d1f056fdaa70e5f1f9b24cf793 Mon Sep 17 00:00:00 2001 From: bndw Date: Fri, 13 Feb 2026 17:35:32 -0800 Subject: feat: add Protocol Buffer definitions and build tooling --- buf.gen.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 buf.gen.yaml (limited to 'buf.gen.yaml') 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 @@ +version: v2 +managed: + enabled: true + override: + - file_option: go_package_prefix + value: northwest.io/nostr-grpc/api +plugins: + - remote: buf.build/protocolbuffers/go + out: api + opt: + - paths=source_relative + - remote: buf.build/grpc/go + out: api + opt: + - paths=source_relative -- cgit v1.2.3