Skip to content

Commit f12b808

Browse files
committed
Add RewindInstance to _SyncTaskHubSidecarServiceStub protocol for pyright
1 parent 4f58595 commit f12b808

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

durabletask/client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,9 @@ def SuspendInstance(self, request: pb.SuspendRequest) -> pb.SuspendResponse:
320320
def ResumeInstance(self, request: pb.ResumeRequest) -> pb.ResumeResponse:
321321
...
322322

323+
def RewindInstance(self, request: pb.RewindInstanceRequest) -> pb.RewindInstanceResponse:
324+
...
325+
323326
def RestartInstance(self, request: pb.RestartInstanceRequest) -> pb.RestartInstanceResponse:
324327
...
325328

0 commit comments

Comments
 (0)