Documentation
¶
Overview ¶
Package channelz renders a few webpages for inspecting the gRPC channelz data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Interface ¶
type Interface = grpc_channelz_v1.ChannelzServer
Interface is the set of methods we need to render our webpages.
func RemoteClient ¶
func RemoteClient(cc *grpc.ClientConn) Interface
RemoteClient uses the given ClientConn to talk to a remote gRPC server exposing grpc.channelz.v1.Channelz.
func ThisProcess ¶
func ThisProcess() Interface
ThisProcess returns an Interface that inspects the current process.
Click to show internal directories.
Click to hide internal directories.