In order to interact with the database from our Golang based usage component, we need to define Gorm models for the database objects.
Define models for the following tables:
- Workspace
- Workspace Instance
- Team
Additional ones will be added as needed.
PRs:
In order to interact with the database from our Golang based usage component, we need to define Gorm models for the database objects.
Define models for the following tables:
Additional ones will be added as needed.
PRs: