Improve user context

This commit is contained in:
世界 2022-07-17 14:39:01 +08:00
parent 952ae62e05
commit 45a2ad9cd4
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
5 changed files with 12 additions and 28 deletions

View file

@ -1,7 +1,6 @@
package shadowsocks
import (
"context"
"crypto/md5"
"net"
@ -36,15 +35,6 @@ type Handler interface {
E.Handler
}
type UserContext[U comparable] struct {
context.Context
User U
}
func (c *UserContext[U]) Upstream() any {
return c.Context
}
type ServerConnError struct {
net.Conn
Source M.Socksaddr