//! Module: view::topology
//!
//! Responsibility: expose internal read-only topology projections.
//! Does not own: stable records, endpoint DTOs, or topology decisions.
//! Boundary: storage ops map persisted topology state into these views before workflow use.
use crate::;
///
/// IndexEntryView
///
/// Internal read-only projection of one app or subnet index entry.
///