We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309b9ad commit a6673cbCopy full SHA for a6673cb
src/graia/broadcast/interfaces/dispatcher.py
@@ -45,6 +45,7 @@ class DispatcherInterface(Generic[T_Event]):
45
"current_oplog",
46
"success",
47
"_depth",
48
+ "exec_result"
49
}
50
51
ctx: "ClassVar[Ctx[DispatcherInterface]]" = Ctx("bcc_dii")
0 commit comments