mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2026-04-05 10:50:07 +02:00
🚧 WIP: Refactoring
This commit is contained in:
@@ -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")
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user