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

Method GetServiceRoutes

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

Source from the content-addressed store, hash-verified

38 // Service routes
39 ApplyServiceRoutes(ctx context.Context, projectID, serviceID string, routes model.Routes) error
40 GetServiceRoutes(ctx context.Context, projectID string) (map[string]model.Routes, error)
41
42 // Service role
43 ApplyServiceRole(ctx context.Context, role *model.Role) error

Callers 2

GetServiceRoutesMethod · 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