refactor: make fork independent, rename PriorityQueue

This commit is contained in:
2025-07-31 15:57:53 -05:00
parent f01f8dd602
commit 1226867b8e
42 changed files with 74 additions and 67 deletions

View File

@@ -5,8 +5,8 @@ import (
"log/slog"
"time"
"github.com/Xevion/gome-assistant/internal"
"github.com/golang-module/carbon"
"saml.dev/gome-assistant/internal"
)
type ScheduleCallback func(*Service, State)