mirror of
https://github.com/qdm12/gluetun.git
synced 2026-07-22 10:26:26 +02:00
7 lines
122 B
Go
7 lines
122 B
Go
package socks5
|
|
|
|
type Logger interface {
|
|
Infof(format string, a ...interface{})
|
|
Warnf(format string, a ...interface{})
|
|
}
|