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.
2 parents fa011ed + cfe9068 commit 21780e3Copy full SHA for 21780e3
README.md
@@ -90,7 +90,7 @@ func main() {
90
91
go runWorker(ctx, b)
92
93
- c := client.NewClient(b)
+ c := client.New(b)
94
95
wf, err := c.CreateWorkflowInstance(ctx, client.WorkflowInstanceOptions{
96
InstanceID: uuid.NewString(),
0 commit comments