feat: updated docs and added description to files
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
package models
|
||||
|
||||
// the workday combines all bookings of a day into a single type and is the third
|
||||
// type of workday which implements the IWorkDay interface
|
||||
//
|
||||
// this is a meta type and not present in the db
|
||||
|
||||
import (
|
||||
"arbeitszeitmessung/helper"
|
||||
"encoding/json"
|
||||
|
||||
Reference in New Issue
Block a user