Skip to content

Commit

Permalink
Update facilitators.go
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Guardiani <[email protected]>
  • Loading branch information
jackkleeman and slinkydeveloper authored Nov 7, 2024
1 parent 7ba553e commit 34f9801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facilitators.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func Workflow[O any](ctx Context, service string, workflowID string, method stri
return outputClient[O]{ctx.inner().Workflow(service, workflowID, method, options...)}
}

// WorkflowSend gets an Workflow send client by service name, workflow ID and method name
// WorkflowSend gets a Workflow send client by service name, workflow ID and method name
func WorkflowSend[O any](ctx Context, service string, workflowID string, method string, options ...options.ClientOption) SendClient[any] {
return ctx.inner().Workflow(service, workflowID, method, options...)
}
Expand Down

0 comments on commit 34f9801

Please sign in to comment.