(ctx context.Context, projectID, environment string, vars map[string]string, userID string)
| 341 | |
| 342 | FindProjectVariables(ctx context.Context, projectID string, environment *string) ([]*ProjectVariable, error) |
| 343 | UpsertProjectVariable(ctx context.Context, projectID, environment string, vars map[string]string, userID string) ([]*ProjectVariable, error) |
| 344 | DeleteProjectVariables(ctx context.Context, projectID, environment string, vars []string) error |
| 345 | |
| 346 | FindProvisionerResourcesForDeployment(ctx context.Context, deploymentID string) ([]*ProvisionerResource, error) |
no outgoing calls