type google.golang.org/grpc/internal/channelz.Identifier
40 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L195: func RegisterChannel(c Channel, pid *Identifier, ref string) *Identifier {
funcs.go#L228: func RegisterSubChannel(c Channel, pid *Identifier, ref string) (*Identifier, error) {
funcs.go#L253: func RegisterServer(s Server, ref string) *Identifier {
funcs.go#L276: func RegisterListenSocket(s Socket, pid *Identifier, ref string) (*Identifier, error) {
funcs.go#L296: func RegisterNormalSocket(s Socket, pid *Identifier, ref string) (*Identifier, error) {
funcs.go#L314: func RemoveEntry(id *Identifier) {
funcs.go#L336: func AddTraceEvent(l grpclog.DepthLoggerV2, id *Identifier, depth int, desc *TraceEventDesc) {
id.go#L25: type Identifier struct {
id.go#L29: pid *Identifier
id.go#L33: func (id *Identifier) Type() RefChannelType {
id.go#L38: func (id *Identifier) Int() int64 {
id.go#L48: func (id *Identifier) String() string {
id.go#L53: func (id *Identifier) Equal(other *Identifier) bool {
id.go#L65: func NewIdentifierForTesting(typ RefChannelType, id int64, pid *Identifier) *Identifier {
id.go#L69: func newIdentifer(typ RefChannelType, id int64, pid *Identifier) *Identifier {
id.go#L74: return &Identifier{typ: typ, id: id, str: str, pid: pid}
logging.go#L29: func withParens(id *Identifier) string {
logging.go#L34: func Info(l grpclog.DepthLoggerV2, id *Identifier, args ...interface{}) {
logging.go#L42: func Infof(l grpclog.DepthLoggerV2, id *Identifier, format string, args ...interface{}) {
logging.go#L50: func Warning(l grpclog.DepthLoggerV2, id *Identifier, args ...interface{}) {
logging.go#L58: func Warningf(l grpclog.DepthLoggerV2, id *Identifier, format string, args ...interface{}) {
logging.go#L66: func Error(l grpclog.DepthLoggerV2, id *Identifier, args ...interface{}) {
logging.go#L74: func Errorf(l grpclog.DepthLoggerV2, id *Identifier, format string, args ...interface{}) {
google.golang.org/grpc/internal/transport
http2_client.go#L140: channelzID *channelz.Identifier
http2_server.go#L122: channelzID *channelz.Identifier
transport.go#L543: ChannelzParentID *channelz.Identifier
transport.go#L577: ChannelzParentID *channelz.Identifier
google.golang.org/grpc
clientconn.go#L402: channelzID *channelz.Identifier
clientconn.go#L476: channelzID *channelz.Identifier // Channelz identifier for the channel.
clientconn.go#L1096: channelzID *channelz.Identifier
server.go#L145: channelzID *channelz.Identifier
server.go#L757: channelzID *channelz.Identifier
google.golang.org/grpc/channelz
channelz.go#L36: type Identifier = channelz.Identifier