Skip to content

Commit

Permalink
Merge branch 'feature/grpc-router' of gitlab.eolink.com:goku/eosc int…
Browse files Browse the repository at this point in the history
…o feature/dubbo
  • Loading branch information
zhangzeyi committed Feb 15, 2023
2 parents c3ac239 + 057dd38 commit cf440aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eocontext/grpc-context/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ type IResponse interface {
Message() *dynamic.Message
Trailer() metadata.MD
Write(msg *dynamic.Message)
SetErr(err error)
Error() error
//ClientStream() grpc.ClientStream
}

Expand Down

0 comments on commit cf440aa

Please sign in to comment.