Coverage for diagrams / infra_diagrams / _catalog.py: 100.00%

2 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-09-14 22:07 +0000

1"""Dependency-light inventory of committed infrastructure diagram names.""" 

2 

3from __future__ import annotations 

4 

5INFRA_DIAGRAM_NAMES = ( 

6 "global-stack", 

7 "api-gateway-stack", 

8 "regional-stack", 

9 "regional-api-stack", 

10 "monitoring-stack", 

11 "analytics-stack", 

12 "full-architecture", 

13 "full-architecture-detailed", 

14)