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

Method DeleteProject

runner/utils/driver/operations.go:16–18  ·  view source on GitHub ↗

DeleteProject deletes project

(ctx context.Context, projectID string)

Source from the content-addressed store, hash-verified

14
15// DeleteProject deletes project
16func (m *Module) DeleteProject(ctx context.Context, projectID string) error {
17 return m.driver.DeleteProject(ctx, projectID)
18}
19
20// ApplyService applies service
21func (m *Module) ApplyService(ctx context.Context, service *model.Service) error {

Callers

nothing calls this directly

Calls 1

DeleteProjectMethod · 0.65

Tested by

no test coverage detected