MCPcopy Create free account
hub / github.com/rilldata/rill / FindDeploymentByInstanceID

Method FindDeploymentByInstanceID

admin/database/database.go:109–109  ·  view source on GitHub ↗
(ctx context.Context, instanceID string)

Source from the content-addressed store, hash-verified

107 FindDeploymentsForProject(ctx context.Context, projectID, environment, branch string) ([]*Deployment, error)
108 FindDeployment(ctx context.Context, id string) (*Deployment, error)
109 FindDeploymentByInstanceID(ctx context.Context, instanceID string) (*Deployment, error)
110 InsertDeployment(ctx context.Context, opts *InsertDeploymentOptions) (*Deployment, error)
111 DeleteDeployment(ctx context.Context, id string) error
112 UpdateDeploymentStatus(ctx context.Context, id string, status DeploymentStatus, msg string) (*Deployment, error)

Callers 3

WorkMethod · 0.65
deploymentHealthCheckFunction · 0.65
SudoGetResourceMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected