예제 #1
0
파일: metrics.pb.go 프로젝트: rht/bssim
func (x MetricType) String() string {
	return proto.EnumName(MetricType_name, int32(x))
}
예제 #2
0
파일: proto3.pb.go 프로젝트: rht/bssim
func (x Message_Humour) String() string {
	return proto.EnumName(Message_Humour_name, int32(x))
}
예제 #3
0
파일: crypto.pb.go 프로젝트: rht/bssim
func (x KeyType) String() string {
	return proto.EnumName(KeyType_name, int32(x))
}