MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / CatalogInfo

Class CatalogInfo

graphlite/src/catalog/manager.rs:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18/// Information about a catalog
19#[derive(Debug, Clone, Serialize, Deserialize)]
20pub struct CatalogInfo {
21 /// Name of the catalog
22 pub name: String,
23 /// Schema describing the catalog's capabilities
24 pub schema: CatalogSchema,
25 /// List of supported operations
26 pub supported_operations: Vec<String>,
27}
28
29/// Unified catalog manager - The single external interface
30///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected