Skip to content

Commit

Permalink
[ENG-731]: Support for Dependencies Injection (backport #65) (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: David Terpay <[email protected]>
  • Loading branch information
mergify[bot] and davidterpay authored Apr 18, 2023
1 parent 8edf6b4 commit f389452
Show file tree
Hide file tree
Showing 14 changed files with 5,761 additions and 14 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ proto-gen:
@echo "Generating Protobuf files"
@$(protoImage) sh ./scripts/protocgen.sh

proto-pulsar-gen:
@echo "Generating Dep-Inj Protobuf files"
@$(protoImage) sh ./scripts/protocgen-pulsar.sh

proto-format:
@$(protoImage) find ./ -name "*.proto" -exec clang-format -i {} \;

Expand Down
Loading

0 comments on commit f389452

Please sign in to comment.