mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-04 16:25:21 -05:00
move common/log to app/log
This commit is contained in:
@@ -10,6 +10,8 @@ import (
|
||||
// Interface dispatch a packet and possibly further network payload to its destination.
|
||||
type Interface interface {
|
||||
DispatchToOutbound(ctx context.Context) ray.InboundRay
|
||||
Start() error
|
||||
Close()
|
||||
}
|
||||
|
||||
func FromSpace(space app.Space) Interface {
|
||||
|
||||
Reference in New Issue
Block a user