mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-11-15 08:05:36 -05:00
VLESS PREVIEW 1.1
This commit is contained in:
9
proxy/vless/outbound/errors.generated.go
Normal file
9
proxy/vless/outbound/errors.generated.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package outbound
|
||||
|
||||
import "v2ray.com/core/common/errors"
|
||||
|
||||
type errPathObjHolder struct{}
|
||||
|
||||
func newError(values ...interface{}) *errors.Error {
|
||||
return errors.New(values...).WithPathObj(errPathObjHolder{})
|
||||
}
|
||||
Reference in New Issue
Block a user