daemon: added initial podman node support
This commit is contained in:
parent
c76bc2ee8a
commit
a80796ac72
15 changed files with 310 additions and 35 deletions
|
@ -12,15 +12,7 @@ from core.emulator.data import (
|
|||
from core.errors import CoreError
|
||||
|
||||
T = TypeVar(
|
||||
"T",
|
||||
bound=Union[
|
||||
EventData,
|
||||
ExceptionData,
|
||||
NodeData,
|
||||
LinkData,
|
||||
FileData,
|
||||
ConfigData,
|
||||
],
|
||||
"T", bound=Union[EventData, ExceptionData, NodeData, LinkData, FileData, ConfigData]
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue