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

Method UpdateProjectVariables

runtime/drivers/admin.go:17–17  ·  view source on GitHub ↗
(ctx context.Context, environment string, variables map[string]string)

Source from the content-addressed store, hash-verified

15 GetConfig(ctx context.Context) (*Config, error)
16 ListDeployments(ctx context.Context) ([]*Deployment, error)
17 UpdateProjectVariables(ctx context.Context, environment string, variables map[string]string) error
18}
19
20type ReportMetadata struct {

Callers 13

DeployProjectMethod · 0.65
RedeployProjectMethod · 0.65
ConnectGithubFlowFunction · 0.65
DeployWithUploadFlowFunction · 0.65
redeployProjectFunction · 0.65
PushCmdFunction · 0.65
SetCmdFunction · 0.65
RmCmdFunction · 0.65
PushEnvMethod · 0.65

Implementers 3

localAdminServicecli/pkg/local/admin.go
Handleruntime/drivers/admin/admin.go
noopAdminServiceruntime/testruntime/noopadmin.go

Calls

no outgoing calls

Tested by 1

TestProjectVariablesFunction · 0.52