feat: updated docs and added description to files
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
package models
|
||||
|
||||
// this file desribes the IWorkDay interface which is used, to combine the diffent kinds
|
||||
// of day types (absence, holidy, workday) and make them more compatimble with the rest
|
||||
//
|
||||
// the IWorkDay as an interface is not in the database
|
||||
|
||||
import (
|
||||
"log/slog"
|
||||
"time"
|
||||
|
||||
Reference in New Issue
Block a user