completed go backend
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package data
|
||||
|
||||
type Database struct {
|
||||
users UserDataSource
|
||||
timeEntries TimeEntryDataSource
|
||||
projectTasks ProjectTaskDataSource
|
||||
projects ProjectDataSource
|
||||
}
|
||||
Reference in New Issue
Block a user