mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-30 05:56:54 -05:00
implement scoped transient storage: auto generated
This commit is contained in:
parent
f19f4eb430
commit
2a90a46ed5
@ -0,0 +1,9 @@
|
||||
package transientstorageimpl
|
||||
|
||||
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