...

Package channelz

import "google.golang.org/grpc/channelz"
Overview
Index
Subdirectories

Overview ▾

Package channelz exports internals of the channelz implementation as required by other gRPC packages.

The implementation of the channelz spec as defined in https://github.com/grpc/proposal/blob/master/A14-channelz.md, is provided by the `internal/channelz` package.

Experimental

Notice: All APIs in this package are experimental and may be removed in a later release.

Index ▾

Package files

channelz.go

type Identifier

Identifier is an opaque identifier which uniquely identifies an entity in the channelz database.

type Identifier = channelz.Identifier

Subdirectories

Name Synopsis
..
grpc_channelz_v1
service Package service provides an implementation for channelz service server.