working on absence

This commit is contained in:
2025-05-19 15:10:05 +02:00
parent 5f8bb1514b
commit d3026ae72e
5 changed files with 35 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ type WorkWeek struct {
WorkHours time.Duration
}
type WeekStatus int16
type WeekStatus int8
const (
None WeekStatus = iota