Skip to content

Commit

Permalink
v2ray jsonpb engineering support: auto generated
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Sep 4, 2021
1 parent 8566ece commit 45aabb7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions main/commands/all/engineering/errors.generated.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package engineering

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 45aabb7

Please sign in to comment.