Skip to content

Commit

Permalink
Merge pull request #35 from w-h-a/order
Browse files Browse the repository at this point in the history
feat: order
  • Loading branch information
w-h-a committed Jul 8, 2024
2 parents 653cb1e + 7fcfcfe commit e24fa50
Show file tree
Hide file tree
Showing 3 changed files with 648 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ proto-streams:
proto-ticket:
protoc proto/ticket/*.proto --go_out=paths=source_relative:. --proto_path=.

.PHONY: proto-order
proto-order:
protoc proto/order/*.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 e24fa50

Please sign in to comment.