Files
gluetun/internal/socks5/interfaces.go
Quentin McGaw b0b1c4d27f wip
2024-11-08 17:05:10 +00:00

7 lines
122 B
Go

package socks5
type Logger interface {
Infof(format string, a ...interface{})
Warnf(format string, a ...interface{})
}