Skip to content

Commit 49c6cb5

Browse files
committed
poe gen-protos-docker
1 parent a43fd23 commit 49c6cb5

File tree

18 files changed

+4523
-493
lines changed

18 files changed

+4523
-493
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
from .message_pb2 import ActivityOptions
1+
from .message_pb2 import (
2+
ActivityExecutionInfo,
3+
ActivityListInfo,
4+
ActivityOptions,
5+
OnConflictOptions,
6+
)
27

38
__all__ = [
9+
"ActivityExecutionInfo",
10+
"ActivityListInfo",
411
"ActivityOptions",
12+
"OnConflictOptions",
513
]

temporalio/api/activity/v1/message_pb2.py

Lines changed: 91 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)