pmtud package
This commit is contained in:
7
internal/pmtud/interfaces.go
Normal file
7
internal/pmtud/interfaces.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package pmtud
|
||||
|
||||
type Logger interface {
|
||||
Debug(msg string)
|
||||
Debugf(msg string, args ...any)
|
||||
Warnf(msg string, args ...any)
|
||||
}
|
||||
Reference in New Issue
Block a user