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

Method GetServiceRole

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

Source from the content-addressed store, hash-verified

42 // Service role
43 ApplyServiceRole(ctx context.Context, role *model.Role) error
44 GetServiceRole(ctx context.Context, projectID string) ([]*model.Role, error)
45 DeleteServiceRole(ctx context.Context, projectID, serviceID, id string) error
46
47 // Secret methods!

Callers 2

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