FIREWALL_IMPLEMENTATION option

This commit is contained in:
Quentin McGaw
2026-08-06 15:56:19 +00:00
parent 113253b523
commit 27b089d757
6 changed files with 37 additions and 9 deletions
+1
View File
@@ -16,6 +16,7 @@ type Logger interface {
Debug(s string)
Info(s string)
Warn(s string)
Warnf(format string, args ...any)
Error(s string)
}