refactor(egress): make addon core a compatibility facade

This commit is contained in:
2026-07-26 06:25:51 +00:00
parent 90defdc9cd
commit 1d85acfd99
11 changed files with 440 additions and 874 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ from pathlib import Path
from ..bottle_state import egress_state_dir
from ..egress import EGRESS_ROUTES_FILENAME
from ..gateway.egress.addon_core import LOG_OFF, load_config
from ..gateway.egress.schema import load_config
from ..gateway.egress.types import LOG_OFF
class EgressApplyError(RuntimeError):