MCPcopy Index your code
hub / github.com/spacecloud-io/space-cloud / CreateProject

Method CreateProject

runner/utils/driver/driver.go:27–27  ·  view source on GitHub ↗
(ctx context.Context, project *model.Project)

Source from the content-addressed store, hash-verified

25// Interface is the interface of the modules which interact with the deployment targets
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)

Callers 2

CreateProjectMethod · 0.65
handleCreateProjectMethod · 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