feat: updated docs and added description to files
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
package models
|
||||
|
||||
// this file contains all functions for the compound day class
|
||||
// the compound can merge all kinds of daytypes together, as long as they
|
||||
// implement the IWorkDay interface. This is used to have an absence + bookings
|
||||
// in one day
|
||||
//
|
||||
// the compound day is a meta type, which means its not in the database
|
||||
|
||||
import (
|
||||
"log/slog"
|
||||
"time"
|
||||
|
||||
Reference in New Issue
Block a user