1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-04-05 10:50:07 +02:00

🚧 WIP: Refactoring

This commit is contained in:
2025-10-09 15:09:42 +02:00
parent c62e3a9905
commit a4aa28313d
57 changed files with 260 additions and 282 deletions

View File

@@ -13,6 +13,8 @@ public struct ContainerAccessMacro: MemberMacro {
// This should be kept in sync with the Container class
let allContainerServices: [(name: String, type: String)] = [
("shell", "ShellProtocol"),
("filesystem", "FileSystemProtocol"),
("command", "CommandProtocol"),
("favorites", "Favorites"),
("warningManager", "WarningManager")
]