Skip to content

Commit

Permalink
Expose ConnectionOptions to client pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnhathaway committed May 19, 2020
1 parent df430fa commit b3c4f3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ type (
// Options are optional parameters for Client creation.
Options = internal.ClientOptions

// ConnectionOptions are optional parameters that can be specified in ClientOptions
ConnectionOptions = internal.ConnectionOptions

// StartWorkflowOptions configuration parameters for starting a workflow execution.
StartWorkflowOptions = internal.StartWorkflowOptions

Expand Down

0 comments on commit b3c4f3b

Please sign in to comment.