Skip to content

Commit

Permalink
fix: change struct name paramsAndHeaders for conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Jun 9, 2024
1 parent 7dae0c3 commit 0720b91
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protoc-gen-jrpc-gateway generates json-rpc to grpc bridge code based on proto fi

### Installation
```bash
go install github.com/pacviewer/jrpc-gateway/protoc-gen-jrpc-gateway@v0.3.0
go install github.com/pacviewer/jrpc-gateway/protoc-gen-jrpc-gateway@v0.3.1
```
### Example
greeting.proto
Expand Down
5 changes: 3 additions & 2 deletions _example/proto/echo_jgw.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions protoc-gen-jrpc-gateway/internal/jgw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0720b91

Please sign in to comment.