Skip to content

Commit

Permalink
workflow messages per parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkTNO committed Jun 27, 2024
1 parent 8ccbebd commit 7ddd168
Show file tree
Hide file tree
Showing 7 changed files with 343 additions and 199 deletions.
4 changes: 2 additions & 2 deletions ci/linux/gen_protocol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rm -Rf python/src/omotes_sdk_protocol/
mkdir -p python/src/omotes_sdk_protocol/
protoc -I include/ -I src/ --python_out python/src/omotes_sdk_protocol/ ./src/job.proto
protoc -I include/ -I src/ --mypy_out python/src/omotes_sdk_protocol/ ./src/job.proto
protoc -I include/ -I src/ --python_out python/src/omotes_sdk_protocol/ ./src/work_flow.proto
protoc -I include/ -I src/ --mypy_out python/src/omotes_sdk_protocol/ ./src/work_flow.proto
protoc -I include/ -I src/ --python_out python/src/omotes_sdk_protocol/ ./src/workflow.proto
protoc -I include/ -I src/ --mypy_out python/src/omotes_sdk_protocol/ ./src/workflow.proto
touch python/src/omotes_sdk_protocol/__init__.py
touch python/src/omotes_sdk_protocol/py.typed
34 changes: 0 additions & 34 deletions python/src/omotes_sdk_protocol/work_flow_pb2.py

This file was deleted.

134 changes: 0 additions & 134 deletions python/src/omotes_sdk_protocol/work_flow_pb2.pyi

This file was deleted.

44 changes: 44 additions & 0 deletions python/src/omotes_sdk_protocol/workflow_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7ddd168

Please sign in to comment.