mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-11 05:00:25 +08:00
8 lines
142 B
Go
8 lines
142 B
Go
|
|
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||
|
|
|
||
|
|
package nodes
|
||
|
|
|
||
|
|
type ClientConnCloser interface {
|
||
|
|
IsClosed() bool
|
||
|
|
}
|