func github.com/golang/protobuf/proto.EnumName
8 uses
github.com/golang/protobuf/proto (current package)
deprecated.go#L57: func EnumName(m map[int32]string, v int32) string {
github.com/prometheus/client_model/go
metrics.pb.go#L52: return proto.EnumName(MetricType_name, int32(x))
google.golang.org/grpc/binarylog/grpc_binarylog_v1
binarylog.pb.go#L82: return proto.EnumName(GrpcLogEntry_EventType_name, int32(x))
binarylog.pb.go#L111: return proto.EnumName(GrpcLogEntry_Logger_name, int32(x))
binarylog.pb.go#L146: return proto.EnumName(Address_Type_name, int32(x))
google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp
handshaker.pb.go#L51: return proto.EnumName(HandshakeProtocol_name, int32(x))
handshaker.pb.go#L79: return proto.EnumName(NetworkProtocol_name, int32(x))
transport_security_common.pb.go#L46: return proto.EnumName(SecurityLevel_name, int32(x))
![]() |
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. |