Skip to content

Commit 76bb62a

Browse files
committed
feature: update proto for the Temporal Message
Signed-off-by: Valery Piashchynski <[email protected]>
1 parent 1e1308e commit 76bb62a

File tree

5 files changed

+183
-113
lines changed

5 files changed

+183
-113
lines changed

buf.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
version: v2
22
modules:
3-
- path: proto
4-
- path: third_party/api
3+
- path: proto
4+
- path: third_party/api
55
lint:
6-
disallow_comment_ignores: true
6+
disallow_comment_ignores: true
7+
ignore:
8+
# This is a third-party API, so we ignore them for linters.
9+
- third_party/api
10+
- proto/centrifugo/api
11+
- proto/centrifugo/proxy

build/http/v1/http.pb.go

Lines changed: 67 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)