MCPcopy Create free account
hub / github.com/temporalio/temporal / createDeploymentOptions

Function createDeploymentOptions

tests/task_queue_stats_test.go:1613–1619  ·  view source on GitHub ↗
(deploymentName string, buildID string)

Source from the content-addressed store, hash-verified

1611}
1612
1613func 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}

Calls

no outgoing calls

Tested by

no test coverage detected