mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-05 01:36:34 -05:00
drain: add generated file
This commit is contained in:
parent
79174ab2a0
commit
3c17276462
9
common/drain/errors.generated.go
Normal file
9
common/drain/errors.generated.go
Normal file
@ -0,0 +1,9 @@
|
||||
package drain
|
||||
|
||||
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