Skip to content

Commit

Permalink
IWF-137: Allow to use separate persistency loading policy for waitUnt…
Browse files Browse the repository at this point in the history
…il (#448)
samuel27m authored Oct 17, 2024
1 parent 2181748 commit 2b0fabc
Showing 11 changed files with 1,548 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -138,7 +138,7 @@ iwf-server:

.PHONY: bins release clean

idl-code-gen: #generate/refresh go clent code for idl, do this after update the idl file
idl-code-gen: #generate/refresh go code for idl (API schema), do this after updating the idl file
rm -Rf ./gen ; true
java -jar openapi-generator-cli-6.6.0.jar generate -i iwf-idl/iwf.yaml -g go -o gen/iwfidl/ -p packageName=iwfidl -p generateInterfaces=true -p isGoSubmodule=false --git-user-id indeedeng --git-repo-id iwf-idl
rm ./gen/iwfidl/go.* ; rm -rf ./gen/iwfidl/test; gofmt -s -w gen; true
Loading

0 comments on commit 2b0fabc

Please sign in to comment.