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

Method GetCatalog

api/orchestrator/orchestrator_grpc.pb.go:180–180  ·  view source on GitHub ↗

Retrieves a specific catalog by it's ID. The catalog includes a list of all of it categories as well as the first level of controls in each category.

(ctx context.Context, in *GetCatalogRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

178 // Retrieves a specific catalog by it's ID. The catalog includes a list of all
179 // of it categories as well as the first level of controls in each category.
180 GetCatalog(ctx context.Context, in *GetCatalogRequest, opts ...grpc.CallOption) (*Catalog, error)
181 // Removes a catalog
182 RemoveCatalog(ctx context.Context, in *RemoveCatalogRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
183 // Updates an existing certificate

Callers 6

StartEvaluationMethod · 0.65
getCategoriesFunction · 0.65
NewGetCatalogCommandFunction · 0.65

Implementers 2

orchestratorClientapi/orchestrator/orchestrator_grpc.pb.
UnimplementedOrchestratorServerapi/orchestrator/orchestrator_grpc.pb.

Calls

no outgoing calls

Tested by

no test coverage detected