func github.com/golang/protobuf/proto.RegisterType
41 uses
github.com/golang/protobuf/proto (current package)
registry.go#L185: func RegisterType(m Message, s messageName) {
github.com/prometheus/client_model/go
metrics.pb.go#L575: proto.RegisterType((*LabelPair)(nil), "io.prometheus.client.LabelPair")
metrics.pb.go#L576: proto.RegisterType((*Gauge)(nil), "io.prometheus.client.Gauge")
metrics.pb.go#L577: proto.RegisterType((*Counter)(nil), "io.prometheus.client.Counter")
metrics.pb.go#L578: proto.RegisterType((*Quantile)(nil), "io.prometheus.client.Quantile")
metrics.pb.go#L579: proto.RegisterType((*Summary)(nil), "io.prometheus.client.Summary")
metrics.pb.go#L580: proto.RegisterType((*Untyped)(nil), "io.prometheus.client.Untyped")
metrics.pb.go#L581: proto.RegisterType((*Histogram)(nil), "io.prometheus.client.Histogram")
metrics.pb.go#L582: proto.RegisterType((*Bucket)(nil), "io.prometheus.client.Bucket")
metrics.pb.go#L583: proto.RegisterType((*Metric)(nil), "io.prometheus.client.Metric")
metrics.pb.go#L584: proto.RegisterType((*MetricFamily)(nil), "io.prometheus.client.MetricFamily")
google.golang.org/grpc/balancer/grpclb/grpc_lb_v1
load_balancer.pb.go#L580: proto.RegisterType((*LoadBalanceRequest)(nil), "grpc.lb.v1.LoadBalanceRequest")
load_balancer.pb.go#L581: proto.RegisterType((*InitialLoadBalanceRequest)(nil), "grpc.lb.v1.InitialLoadBalanceRequest")
load_balancer.pb.go#L582: proto.RegisterType((*ClientStatsPerToken)(nil), "grpc.lb.v1.ClientStatsPerToken")
load_balancer.pb.go#L583: proto.RegisterType((*ClientStats)(nil), "grpc.lb.v1.ClientStats")
load_balancer.pb.go#L584: proto.RegisterType((*LoadBalanceResponse)(nil), "grpc.lb.v1.LoadBalanceResponse")
load_balancer.pb.go#L585: proto.RegisterType((*FallbackResponse)(nil), "grpc.lb.v1.FallbackResponse")
load_balancer.pb.go#L586: proto.RegisterType((*InitialLoadBalanceResponse)(nil), "grpc.lb.v1.InitialLoadBalanceResponse")
load_balancer.pb.go#L587: proto.RegisterType((*ServerList)(nil), "grpc.lb.v1.ServerList")
load_balancer.pb.go#L588: proto.RegisterType((*Server)(nil), "grpc.lb.v1.Server")
google.golang.org/grpc/binarylog/grpc_binarylog_v1
binarylog.pb.go#L741: proto.RegisterType((*GrpcLogEntry)(nil), "grpc.binarylog.v1.GrpcLogEntry")
binarylog.pb.go#L742: proto.RegisterType((*ClientHeader)(nil), "grpc.binarylog.v1.ClientHeader")
binarylog.pb.go#L743: proto.RegisterType((*ServerHeader)(nil), "grpc.binarylog.v1.ServerHeader")
binarylog.pb.go#L744: proto.RegisterType((*Trailer)(nil), "grpc.binarylog.v1.Trailer")
binarylog.pb.go#L745: proto.RegisterType((*Message)(nil), "grpc.binarylog.v1.Message")
binarylog.pb.go#L746: proto.RegisterType((*Metadata)(nil), "grpc.binarylog.v1.Metadata")
binarylog.pb.go#L747: proto.RegisterType((*MetadataEntry)(nil), "grpc.binarylog.v1.MetadataEntry")
binarylog.pb.go#L748: proto.RegisterType((*Address)(nil), "grpc.binarylog.v1.Address")
google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp
altscontext.pb.go#L118: proto.RegisterType((*AltsContext)(nil), "grpc.gcp.AltsContext")
handshaker.pb.go#L887: proto.RegisterType((*Endpoint)(nil), "grpc.gcp.Endpoint")
handshaker.pb.go#L888: proto.RegisterType((*Identity)(nil), "grpc.gcp.Identity")
handshaker.pb.go#L890: proto.RegisterType((*StartClientHandshakeReq)(nil), "grpc.gcp.StartClientHandshakeReq")
handshaker.pb.go#L891: proto.RegisterType((*ServerHandshakeParameters)(nil), "grpc.gcp.ServerHandshakeParameters")
handshaker.pb.go#L892: proto.RegisterType((*StartServerHandshakeReq)(nil), "grpc.gcp.StartServerHandshakeReq")
handshaker.pb.go#L894: proto.RegisterType((*NextHandshakeMessageReq)(nil), "grpc.gcp.NextHandshakeMessageReq")
handshaker.pb.go#L895: proto.RegisterType((*HandshakerReq)(nil), "grpc.gcp.HandshakerReq")
handshaker.pb.go#L896: proto.RegisterType((*HandshakerResult)(nil), "grpc.gcp.HandshakerResult")
handshaker.pb.go#L897: proto.RegisterType((*HandshakerStatus)(nil), "grpc.gcp.HandshakerStatus")
handshaker.pb.go#L898: proto.RegisterType((*HandshakerResp)(nil), "grpc.gcp.HandshakerResp")
transport_security_common.pb.go#L153: proto.RegisterType((*RpcProtocolVersions)(nil), "grpc.gcp.RpcProtocolVersions")
transport_security_common.pb.go#L154: proto.RegisterType((*RpcProtocolVersions_Version)(nil), "grpc.gcp.RpcProtocolVersions.Version")
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |