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

Method ApplyService

runner/utils/driver/driver.go:29–29  ·  view source on GitHub ↗
(ctx context.Context, service *model.Service)

Source from the content-addressed store, hash-verified

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)
32 DeleteService(ctx context.Context, projectID, serviceID, version string) error

Callers 2

ApplyServiceMethod · 0.65
handleApplyServiceMethod · 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