completed go backend

This commit is contained in:
2025-01-03 16:18:25 +00:00
parent f151fa7eae
commit aca98554d0
24 changed files with 610 additions and 150 deletions
@@ -0,0 +1,8 @@
package data
type Database struct {
users UserDataSource
timeEntries TimeEntryDataSource
projectTasks ProjectTaskDataSource
projects ProjectDataSource
}