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)
| 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 |
no outgoing calls
no test coverage detected