mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-03 15:55:20 -05:00
rename proxy interfaces
This commit is contained in:
@@ -21,7 +21,7 @@ func (s *AllocationStrategy) GetRefreshValue() uint32 {
|
||||
return s.Refresh.Value
|
||||
}
|
||||
|
||||
func (c *OutboundHandlerConfig) GetProxyHandler(ctx context.Context) (proxy.OutboundHandler, error) {
|
||||
func (c *OutboundHandlerConfig) GetProxyHandler(ctx context.Context) (proxy.Outbound, error) {
|
||||
if c == nil {
|
||||
return nil, errors.New("Proxyman: OutboundHandlerConfig is nil.")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user