Skip to content

Commit

Permalink
feat: add some content proto
Browse files Browse the repository at this point in the history
  • Loading branch information
w-h-a committed Jul 30, 2024
1 parent 772ea23 commit ba09dcb
Show file tree
Hide file tree
Showing 7 changed files with 2,305 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@ proto-order:
proto-payment:
protoc proto/payment/*.proto --go_out=paths=source_relative:. --proto_path=.

.PHONY: proto-search
proto-search:
protoc proto/search/*.proto --go_out=paths=source_relative:. --proto_path=.

.PHONY: proto-rss
proto-rss:
protoc proto/rss/*.proto --go_out=paths=source_relative:. --proto_path=.

.PHONY: proto-news
proto-news:
protoc proto/news/*.proto --go_out=paths=source_relative:. --proto_path=.

.PHONY: proto-greeter
proto-greeter:
protoc examples/greeter/proto/*.proto --go_out=paths=source_relative:. --proto_path=.
Expand Down
Loading

0 comments on commit ba09dcb

Please sign in to comment.