MCPcopy Index your code
hub / github.com/rilldata/rill / UpsertProjectVariable

Method UpsertProjectVariable

admin/database/database.go:343–343  ·  view source on GitHub ↗
(ctx context.Context, projectID, environment string, vars map[string]string, userID string)

Source from the content-addressed store, hash-verified

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)

Callers 2

Calls

no outgoing calls

Tested by 1