Files
gluetun/internal/pmtud/interfaces.go

8 lines
125 B
Go
Raw Normal View History

2025-08-19 20:04:22 +00:00
package pmtud
type Logger interface {
Debug(msg string)
Debugf(msg string, args ...any)
Warnf(msg string, args ...any)
}