MCPcopy Create free account
hub / github.com/clouditor/clouditor / NewOrchestratorClient

Function NewOrchestratorClient

api/orchestrator/orchestrator_grpc.pb.go:216–218  ·  view source on GitHub ↗
(cc grpc.ClientConnInterface)

Source from the content-addressed store, hash-verified

214}
215
216func NewOrchestratorClient(cc grpc.ClientConnInterface) OrchestratorClient {
217 return &orchestratorClient{cc}
218}
219
220func (c *orchestratorClient) RegisterAssessmentTool(ctx context.Context, in *RegisterAssessmentToolRequest, opts ...grpc.CallOption) (*AssessmentTool, error) {
221 cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)

Callers 15

getToolsFunction · 0.92
getMetricsFunction · 0.92
getCatalogsFunction · 0.92
getCategoriesFunction · 0.92
getControlsFunction · 0.92
getCertificationTargetsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected