MCPcopy
hub / github.com/spacecloud-io/space-cloud / DeleteProject

Method DeleteProject

runner/utils/driver/driver.go:28–28  ·  view source on GitHub ↗
(ctx context.Context, projectID string)

Source from the content-addressed store, hash-verified

26type Interface interface {
27 CreateProject(ctx context.Context, project *model.Project) error
28 DeleteProject(ctx context.Context, projectID string) error
29 ApplyService(ctx context.Context, service *model.Service) error
30 GetServices(ctx context.Context, projectID string) ([]*model.Service, error)
31 GetServiceStatus(ctx context.Context, projectID string) ([]*model.ServiceStatus, error)

Callers 3

DeleteProjectMethod · 0.65
handleDeleteProjectMethod · 0.65
deleteProjectFunction · 0.65

Implementers 2

Modulerunner/utils/driver/driver.go
Istiorunner/utils/driver/istio/istio.go

Calls

no outgoing calls

Tested by

no test coverage detected