Island: Rename /dal to /repository

This commit is contained in:
vakarisz 2022-05-19 10:41:01 +03:00
parent 3b0ec975d2
commit f2a4be8de0
16 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ class IMachineRepository(ABC):
# TODO define Machine object(ORM model)
# TODO define or re-use machine state.
# TODO investigate where should the state be stored in edge or both edge and machine
def get_machines(
self,
id: Optional[str] = None,