Skip to content

Commit

Permalink
drain: add generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Jun 22, 2021
1 parent 79174ab commit 3c17276
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions common/drain/errors.generated.go
Original file line number Diff line number Diff line change
@@ -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{})
}

0 comments on commit 3c17276

Please sign in to comment.