Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-05-13 18:20:33 +02:00
parent 7d4f32549e
commit 9ab7f12bf4
8 changed files with 28 additions and 29 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ import (
type Decision int
const (
Forward Decision = iota // forward without showing in intercept
Drop // drop the flow
Intercept // pass to the TUI for user decision
Forward Decision = iota // forward without showing in intercept
Drop // drop the flow
Intercept // pass to the TUI for user decision
)
type PendingRequest struct {