Added first version of console autocompletion
This commit is contained in:
@@ -3,7 +3,7 @@ from dataclasses import dataclass
|
||||
|
||||
@dataclass
|
||||
class ServiceObj:
|
||||
event_id: str # event where the object is created / modified
|
||||
event_id: str # digest of the event where the object is created / modified
|
||||
|
||||
|
||||
class BaseService:
|
||||
|
||||
Reference in New Issue
Block a user