mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 01:27:03 -05:00
isolate router settings synthesis: auto generated file
This commit is contained in:
parent
39b3866774
commit
72d2184dba
9
infra/conf/cfgcommon/loader/errors.generated.go
Normal file
9
infra/conf/cfgcommon/loader/errors.generated.go
Normal file
@ -0,0 +1,9 @@
|
||||
package loader
|
||||
|
||||
import "github.com/v2fly/v2ray-core/v4/common/errors"
|
||||
|
||||
type errPathObjHolder struct{}
|
||||
|
||||
func newError(values ...interface{}) *errors.Error {
|
||||
return errors.New(values...).WithPathObj(errPathObjHolder{})
|
||||
}
|
9
infra/conf/synthetic/router/errors.generated.go
Normal file
9
infra/conf/synthetic/router/errors.generated.go
Normal file
@ -0,0 +1,9 @@
|
||||
package router
|
||||
|
||||
import "github.com/v2fly/v2ray-core/v4/common/errors"
|
||||
|
||||
type errPathObjHolder struct{}
|
||||
|
||||
func newError(values ...interface{}) *errors.Error {
|
||||
return errors.New(values...).WithPathObj(errPathObjHolder{})
|
||||
}
|
Loading…
Reference in New Issue
Block a user