These 4 commits are when the Protocol Buffers files have changed:
Commit: | d70ce5c | |
---|---|---|
Author: | Joshua Humphries | |
Committer: | GitHub |
add descriptions for services, methods, and fields (#166) - service & method descriptions are to the right of selection drop-downs and can be hidden - field descriptions are tool-tips that appear on hover over field names - still TODO: descriptions for oneofs, message, and enum types
The documentation is generated from this commit.
Commit: | 014444e | |
---|---|---|
Author: | Joshua Humphries | |
Committer: | GitHub |
updates the grpcui client to show error details on response tab (#162)
Commit: | 09a1922 | |
---|---|---|
Author: | Joshua Humphries | |
Committer: | GitHub |
update deps for grpcurl, protoreflect, protobuf, etc (#130) - now using new protoc-gen-go and protoc-gen-go-grpc generators (so re-generated code) - fix deprecations introduced by new protobuf runtime
Commit: | d4325aa | |
---|---|---|
Author: | Josh Humphries |
initial commit