WithLaunchPlanID
Gets a new context with a launch plan ID set.
def WithLaunchPlanID(
ctx: context.Context,
launchPlan: string
) - > context.Context
Gets a new context with a launch plan ID set.
Parameters
| Name | Type | Description |
|---|---|---|
| ctx | context.Context | The existing context to which the launch plan ID will be added. |
| launchPlan | string | The launch plan ID to associate with the context. |
Returns
| Type | Description |
|---|---|
context.Context | A new context with the provided launch plan ID associated with it. |