mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
Add VLite inbound auto generated files
This commit is contained in:
parent
afa1302914
commit
87090bf408
9
proxy/vlite/inbound/errors.generated.go
Normal file
9
proxy/vlite/inbound/errors.generated.go
Normal file
@ -0,0 +1,9 @@
|
||||
package inbound
|
||||
|
||||
import "github.com/v2fly/v2ray-core/v5/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