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

Method FindProjectVariables

admin/database/database.go:342–342  ·  view source on GitHub ↗
(ctx context.Context, projectID string, environment *string)

Source from the content-addressed store, hash-verified

340 DeleteBillingIssueByTypeForOrg(ctx context.Context, orgID string, errorType BillingIssueType) error
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

Callers 4

ResolveVariablesMethod · 0.65
GetProjectVariablesMethod · 0.65

Calls

no outgoing calls

Tested by 1