Explorar el Código

isolate proxy settings: auto generated

Shelikhoo hace 4 años
padre
commit
18b90d13df
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      infra/conf/cfgcommon/proxycfg/errors.generated.go

+ 9 - 0
infra/conf/cfgcommon/proxycfg/errors.generated.go

@@ -0,0 +1,9 @@
+package proxycfg
+
+import "github.com/v2fly/v2ray-core/v4/common/errors"
+
+type errPathObjHolder struct{}
+
+func newError(values ...interface{}) *errors.Error {
+	return errors.New(values...).WithPathObj(errPathObjHolder{})
+}