Versions in this module Expand all Collapse all v1 v1.0.5 Aug 23, 2026 Changes in this version + var ErrNoZonesProvided = errors.New("overlap: se requiere al menos una zona horaria") + type Request struct + CustomHours map[string]WorkingHours + Date time.Time + DefaultHours WorkingHours + SlotDuration time.Duration + Zones []string + type Slot struct + Duration time.Duration + EndTimeUTC time.Time + StartTimeUTC time.Time + ZoneTimes map[string]time.Time + func Find(req Request) ([]Slot, error) + type WorkingHours struct + EndHour int + StartHour int + func DefaultWorkingHours() WorkingHours v1.0.4 Aug 23, 2026