refactor: expose decision engine in public pkg

This commit is contained in:
Safwan
2026-07-21 18:21:02 +05:00
parent 6037ca4b93
commit 0098e6aef8
49 changed files with 94 additions and 79 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"context"
"time"
"github.com/stakater/Reloader/internal/pkg/config"
"github.com/stakater/Reloader/pkg/config"
)
// AlertMessage contains the details of a reload event to be sent as an alert.
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"testing"
"time"
"github.com/stakater/Reloader/internal/pkg/config"
"github.com/stakater/Reloader/pkg/config"
)
// testServer creates a test HTTP server that captures the request body.