示例#1
0
文件: test.pb.go 项目: lrita/etcd
func (x PayloadType) String() string {
	return proto.EnumName(PayloadType_name, int32(x))
}
示例#2
0
func (x MetricType) String() string {
	return proto.EnumName(MetricType_name, int32(x))
}
示例#3
0
文件: health.pb.go 项目: rtewalt/etcd
func (x HealthCheckResponse_ServingStatus) String() string {
	return proto.EnumName(HealthCheckResponse_ServingStatus_name, int32(x))
}
示例#4
0
文件: test.pb.go 项目: lrita/etcd
func (x ClientType) String() string {
	return proto.EnumName(ClientType_name, int32(x))
}
示例#5
0
文件: test.pb.go 项目: lrita/etcd
func (x ServerType) String() string {
	return proto.EnumName(ServerType_name, int32(x))
}
示例#6
0
文件: proto3.pb.go 项目: lrita/etcd
func (x Message_Humour) String() string {
	return proto.EnumName(Message_Humour_name, int32(x))
}