mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-09-12 06:54:23 -04:00
isolate dns settings synthesis: auto generated
This commit is contained in:
parent
b37755d111
commit
c86ac3aca6
9
infra/conf/synthetic/dns/errors.generated.go
Normal file
9
infra/conf/synthetic/dns/errors.generated.go
Normal file
@ -0,0 +1,9 @@
|
||||
package dns
|
||||
|
||||
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