mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 16:10:59 +08:00
refactor: 重构types包
This commit is contained in:
@@ -63,6 +63,7 @@ func (t *Turn) Write(p []byte) (n int, err error) {
|
||||
|
||||
return writer.Write(p)
|
||||
}
|
||||
|
||||
func (t *Turn) Close() error {
|
||||
if t.Session != nil {
|
||||
t.Session.Close()
|
||||
|
||||
Reference in New Issue
Block a user