wip
This commit is contained in:
6
internal/socks5/interfaces.go
Normal file
6
internal/socks5/interfaces.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package socks5
|
||||
|
||||
type Logger interface {
|
||||
Infof(format string, a ...interface{})
|
||||
Warnf(format string, a ...interface{})
|
||||
}
|
||||
Reference in New Issue
Block a user