package
1.0.4
Repository: https://github.com/lemonlinger/grpcui.git
Documentation: pkg.go.dev

# Functions

Handler returns an HTTP handler that provides a fully-functional gRPC web UI, including the main index (with the HTML form), all needed CSS and JS assets, and the handlers that provide schema metadata and perform RPC invocations.
HandlerViaReflection tries to query the provided connection for all services and methods supported by the server, and constructs a handler to serve the UI.

# Structs

Config handler config.