Maint: package local narrow Logger interfaces
This commit is contained in:
7
internal/firewall/logger.go
Normal file
7
internal/firewall/logger.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package firewall
|
||||
|
||||
type Logger interface {
|
||||
Debug(s string)
|
||||
Info(s string)
|
||||
Error(s string)
|
||||
}
|
||||
Reference in New Issue
Block a user