func github.com/golang/protobuf/proto.RegisterEnum
8 uses
github.com/golang/protobuf/proto (current package)
registry.go#L102: func RegisterEnum(s enumName, _ enumsByNumber, m enumsByName) {
github.com/prometheus/client_model/go
metrics.pb.go#L585: proto.RegisterEnum("io.prometheus.client.MetricType", MetricType_name, MetricType_value)
google.golang.org/grpc/binarylog/grpc_binarylog_v1
binarylog.pb.go#L738: proto.RegisterEnum("grpc.binarylog.v1.GrpcLogEntry_EventType", GrpcLogEntry_EventType_name, GrpcLogEntry_EventType_value)
binarylog.pb.go#L739: proto.RegisterEnum("grpc.binarylog.v1.GrpcLogEntry_Logger", GrpcLogEntry_Logger_name, GrpcLogEntry_Logger_value)
binarylog.pb.go#L740: proto.RegisterEnum("grpc.binarylog.v1.Address_Type", Address_Type_name, Address_Type_value)
google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp
handshaker.pb.go#L885: proto.RegisterEnum("grpc.gcp.HandshakeProtocol", HandshakeProtocol_name, HandshakeProtocol_value)
handshaker.pb.go#L886: proto.RegisterEnum("grpc.gcp.NetworkProtocol", NetworkProtocol_name, NetworkProtocol_value)
transport_security_common.pb.go#L152: proto.RegisterEnum("grpc.gcp.SecurityLevel", SecurityLevel_name, SecurityLevel_value)
 |
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. |