Expand description
Graph visualization data structures for MockForge
This module provides data structures for representing mock environments as a dependency graph, showing endpoints, their relationships, state transitions, and micro-mock connections.
Re-exports§
pub use builder::GraphBuilder;
Modules§
- builder
- Graph builder for aggregating data from multiple sources
- relationships
- Relationship discovery for graph visualization
Structs§
- Graph
Cluster - A cluster for grouping related nodes (e.g., micro-mocks, workspaces)
- Graph
Data - Complete graph data structure containing all nodes, edges, and clusters
- Graph
Edge - An edge in the graph representing a relationship between nodes
- Graph
Node - A node in the graph representing an endpoint, service, or workspace
Enums§
- Cluster
Type - Type of cluster in the graph
- Edge
Type - Type of edge/relationship in the graph
- Node
Type - Type of node in the graph
- Protocol
- Protocol type for endpoints