mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-06 09:15:37 -05:00
Require Type() for Feature
This commit is contained in:
@@ -67,6 +67,10 @@ type Manager interface {
|
||||
ForSystem() System
|
||||
}
|
||||
|
||||
func ManagerType() interface{} {
|
||||
return (*Manager)(nil)
|
||||
}
|
||||
|
||||
var defaultBufferSize int32
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user