Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-07 | model: Add model.Object interface | xengineering | |
This interface will allow to implement generic functions based on the Object interface which covers the four CRUD methods create, read, update and delete. This should be possible for every object handled by the server. |