mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
fix interface
This commit is contained in:
parent
5686566139
commit
d792faff70
@ -1,7 +1,6 @@
|
||||
package ray
|
||||
|
||||
import "v2ray.com/core/common/buf"
|
||||
import "time"
|
||||
|
||||
// OutboundRay is a transport interface for outbound connections.
|
||||
type OutboundRay interface {
|
||||
@ -41,8 +40,8 @@ type RayStream interface {
|
||||
|
||||
type InputStream interface {
|
||||
buf.Reader
|
||||
buf.TimeoutReader
|
||||
RayStream
|
||||
ReadTimeout(time.Duration) (*buf.Buffer, error)
|
||||
}
|
||||
|
||||
type OutputStream interface {
|
||||
|
Loading…
Reference in New Issue
Block a user