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

Method GetServices

runner/utils/driver/operations.go:35–37  ·  view source on GitHub ↗

GetServices gets services

(ctx context.Context, projectID string)

Source from the content-addressed store, hash-verified

33
34// GetServices gets services
35func (m *Module) GetServices(ctx context.Context, projectID string) ([]*model.Service, error) {
36 return m.driver.GetServices(ctx, projectID)
37}
38
39// GetServiceStatus gets services status
40func (m *Module) GetServiceStatus(ctx context.Context, projectID string) ([]*model.ServiceStatus, error) {

Callers

nothing calls this directly

Calls 1

GetServicesMethod · 0.65

Tested by

no test coverage detected