コード例 #1
0
ファイル: http.pb.go プロジェクト: kicombs/componentMetrics
func (x PeerType) String() string {
	return proto.EnumName(PeerType_name, int32(x))
}
コード例 #2
0
ファイル: proto3.pb.go プロジェクト: kicombs/componentMetrics
func (x Message_Humour) String() string {
	return proto.EnumName(Message_Humour_name, int32(x))
}
コード例 #3
0
ファイル: http.pb.go プロジェクト: kicombs/componentMetrics
func (x Method) String() string {
	return proto.EnumName(Method_name, int32(x))
}
コード例 #4
0
ファイル: log.pb.go プロジェクト: kicombs/componentMetrics
func (x LogMessage_MessageType) String() string {
	return proto.EnumName(LogMessage_MessageType_name, int32(x))
}