feat: enforce signature-scoped drainage authorization before SMS submission

This commit is contained in:
hectorzhao
2026-09-10 13:29:04 +08:00
parent 5bcdbb2a03
commit 0c3f820cc9
35 changed files with 2769 additions and 791 deletions
+1
View File
@@ -25,6 +25,7 @@ const (
)
type Manager struct {
DrainageGuardEnabled bool
APIBaseURL string
EventAPIBaseURL string
HTTPClient *http.Client