mirror of
https://github.com/lkmio/lkm.git
synced 2025-10-08 08:30:15 +08:00
重构输出流转发, TransStream不再持有Sink
This commit is contained in:
@@ -16,7 +16,7 @@ type Server interface {
|
||||
|
||||
func NewServer(password string) Server {
|
||||
return &server{
|
||||
handler: newHandler(password),
|
||||
handler: NewHandler(password),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user