예제 #1
0
파일: kv.pb.go 프로젝트: nathanpalmer/etcd
func (x Event_EventType) String() string {
	return proto.EnumName(Event_EventType_name, int32(x))
}
예제 #2
0
파일: proto3.pb.go 프로젝트: lrita/etcd
func (x Message_Humour) String() string {
	return proto.EnumName(Message_Humour_name, int32(x))
}
예제 #3
0
파일: raft.pb.go 프로젝트: CNDonny/scope
func (x ConfChangeType) String() string {
	return proto.EnumName(ConfChangeType_name, int32(x))
}
예제 #4
0
파일: raft.pb.go 프로젝트: CNDonny/scope
func (x EntryType) String() string {
	return proto.EnumName(EntryType_name, int32(x))
}
예제 #5
0
파일: raft.pb.go 프로젝트: CNDonny/scope
func (x MessageType) String() string {
	return proto.EnumName(MessageType_name, int32(x))
}