(deploymentName string, buildID string)
| 1611 | } |
| 1612 | |
| 1613 | func createDeploymentOptions(deploymentName string, buildID string) *deploymentpb.WorkerDeploymentOptions { |
| 1614 | return &deploymentpb.WorkerDeploymentOptions{ |
| 1615 | DeploymentName: deploymentName, |
| 1616 | BuildId: buildID, |
| 1617 | WorkerVersioningMode: enumspb.WORKER_VERSIONING_MODE_VERSIONED, |
| 1618 | } |
| 1619 | } |
no outgoing calls
no test coverage detected