mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-16 00:14:10 +02:00
feat(netlink): add debug logger
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package netlink
|
||||
|
||||
type DebugLogger interface {
|
||||
Debugf(format string, args ...any)
|
||||
}
|
||||
Reference in New Issue
Block a user