Skip to content

Commit

Permalink
feat(p2) added InvalidJavaEnum const (kitex-contrib#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
s5364733 committed Apr 15, 2024
1 parent 31dcb60 commit da58db7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/hessian2/enum/enum.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ import (
hessian "github.com/apache/dubbo-go-hessian2"
)

const InvalidJavaEnum JavaEnum = -1

type JavaEnum hessian.JavaEnum

0 comments on commit da58db7

Please sign in to comment.