mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-05 04:47:40 +03:00
Refactor shadowsocks
This commit is contained in:
parent
3f23b25edf
commit
00cd0d4b8f
75 changed files with 3169 additions and 1318 deletions
|
@ -62,3 +62,7 @@ func IsTimeout(err error) bool {
|
|||
}
|
||||
return false
|
||||
}
|
||||
|
||||
type Handler interface {
|
||||
HandleError(err error)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue