Categorygithub.com/tdex-network/reflection
modulepackage
1.1.0
Repository: https://github.com/tdex-network/reflection.git
Documentation: pkg.go.dev

# README

Reflection

A custom version of the official reflection service from grpc-go with gateway annotations making it reachable over HTTP/1.

# Packages

No description provided by the author

# Functions

NewServer returns a reflection server implementation using the given options.
Register registers the server reflection service on the given gRPC server.

# Structs

ServerOptions represents the options used to construct a reflection server.

# Interfaces

ExtensionResolver is the interface used to query details about extensions.
GRPCServer is the interface provided by a gRPC server.
ServiceInfoProvider is an interface used to retrieve metadata about the services to expose.