mirror of
https://github.com/qdm12/gluetun.git
synced 2026-07-31 17:33:22 +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