Created
February 27, 2022 06:34
-
-
Save percybolmer/823d720ba7a28e0136dcda54c9906c96 to your computer and use it in GitHub Desktop.
Ubers New cadence Workflow Client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func New( | |
service workflowserviceclient.Interface, | |
domain string, | |
taskList string, | |
options Options, | |
) Worker { | |
return internal.NewWorker(service, domain, taskList, options) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment