mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 12:40:11 +00:00
change project structure
add across nodes ip limit add user ip recorder del config file watch
This commit is contained in:
9
app/dispatcher/errors.generated.go
Normal file
9
app/dispatcher/errors.generated.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package dispatcher
|
||||
|
||||
import "github.com/xtls/xray-core/common/errors"
|
||||
|
||||
type errPathObjHolder struct{}
|
||||
|
||||
func newError(values ...interface{}) *errors.Error {
|
||||
return errors.New(values...).WithPathObj(errPathObjHolder{})
|
||||
}
|
||||
Reference in New Issue
Block a user