Add upstream func to user context

This commit is contained in:
世界 2022-07-01 09:01:18 +08:00
parent 574f87527b
commit c2032fe11c
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 7 additions and 3 deletions

View file

@ -41,6 +41,10 @@ type UserContext[U comparable] struct {
User U
}
func (c *UserContext[U]) Upstream() any {
return c.Context
}
type ServerConnError struct {
net.Conn
Source M.Socksaddr