Skip to content

Commit

Permalink
Merge pull request #67 from w-h-a/name-change
Browse files Browse the repository at this point in the history
refactor: name change
  • Loading branch information
w-h-a authored Sep 2, 2024
2 parents 30a4efb + 1eb191e commit eaadb75
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 151 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ test:
proto-health:
protoc proto/health/*.proto --go_out=paths=source_relative:. --proto_path=.

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

.PHONY: proto-account
proto-account:
Expand Down
Loading

0 comments on commit eaadb75

Please sign in to comment.