Versions in this module Expand all Collapse all v0 v0.2.0 Jan 3, 2026 Changes in this version + type CyCache struct + Accesses uint64 + Capacity int + Hits uint64 + Misses uint64 + NumSets int + ReplacementPolicy string + States string + type CyDirectory struct + Capacity int + NumSets int + ReplacementPolicy string + States string + type CyEdge struct + Display CyEdgeDisplay + DstNodeID int + DstPortID int + EdgeID int + PacketTypes []int + SrcNodeID int + SrcPortID int + type CyEdgeData struct + ID string + LineType string + Source string + Target string + type CyEdgeDisplay struct + Data CyEdgeData + LinkStatus []LinkStatus + Position *CyPosition + type CyNetwork struct + Cycle int + Edges []CyEdge + Nodes []CyNode + Pan *CyPosition + Version string + Zoom float64 + type CyNode struct + Cache *CyCache + CoherenceDomain int + Directory *CyDirectory + Display CyNodeDisplay + InPorts []CyPort + NodeFeatures []string + NodeID int + NodeName string + OutPorts []CyPort + type CyNodeDisplay struct + Bg string + Height float64 + ID string + Image string + Name string + Position CyPosition + Resize bool + Type string + Width float64 + type CyPort struct + Bandwidth int + Bitmap string + BufferLength int + Capacity int + PacketTypes []int + PortID int + type CyPosition struct + X float64 + Y float64 + type LinkStatus struct + Name string + Values []int