Skip to content

Commit

Permalink
chore: create UpdateCallbacks binding for the RoadRunner (#1223)
Browse files Browse the repository at this point in the history
chore: create UpdateCallbacks binding

Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
  • Loading branch information
rustatian committed Sep 5, 2023
1 parent 591ce7e commit 6bdfec6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internalbindings/internalbindings.go
Expand Up @@ -75,6 +75,8 @@ type (
TimerID = internal.TimerID
// ContinueAsNewError used by a workflow to request continue as new
ContinueAsNewError = internal.ContinueAsNewError
// UpdateCallbacks used to report the result of an update
UpdateCallbacks = internal.UpdateCallbacks
)

// GetLastCompletionResult returns last completion result from workflow.
Expand Down

0 comments on commit 6bdfec6

Please sign in to comment.