mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-18 03:29:12 -04:00
comments
This commit is contained in:
1
v2ray.go
1
v2ray.go
@@ -211,6 +211,7 @@ func (s *Instance) OutboundHandlerManager() OutboundHandlerManager {
|
||||
return &(s.ohm)
|
||||
}
|
||||
|
||||
// Stats returns the StatManager used by this Instance. If StatManager was not registered before, the returned value doesn't work.
|
||||
func (s *Instance) Stats() StatManager {
|
||||
return &(s.stats)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user