* add: gogoreflection * fix: server reflection * fix: make tests resolve imports in a transitive way * chore: cleanup getMessageType * chore: lint * add: extensions reflection * chore: update interact-node.md docs * chore: update CHANGELOG.md * Update server/grpc/gogoreflection/fix_registration.go Co-authored-by: Robert Zaremba <robert@zaremba.ch> Co-authored-by: Jonathan Gimeno <jgimeno@gmail.com> Co-authored-by: Alessio Treglia <alessio@tendermint.com> Co-authored-by: Robert Zaremba <robert@zaremba.ch>
6 lines
277 B
Go
6 lines
277 B
Go
// Package gogoreflection implements gRPC reflection for gogoproto consumers
|
|
// the normal reflection library does not work as it points to a different
|
|
// singleton registry. The API and codebase is taken from the official gRPC
|
|
// reflection repository.
|
|
package gogoreflection
|