作者:LeXa489
项目:tes
func (x MyMessage_Color) String() string {
return proto.EnumName(MyMessage_Color_name, int32(x))
}
作者:LeXa489
项目:tes
func (x URLFetchRequest_RequestMethod) String() string {
return proto.EnumName(URLFetchRequest_RequestMethod_name, int32(x))
}
作者:dcjone
项目:dooze
func (x response_Err) Error() string {
return proto.EnumName(response_Err_name, int32(x))
}
作者:botaydotco
项目:GoMessagingTestFrameWor
func (x VoiceModeControl_EnumVoiceModeControl) String() string {
return proto.EnumName(VoiceModeControl_EnumVoiceModeControl_name, int32(x))
}
作者:nekto0
项目:gome
func (x TaskState) String() string {
return proto.EnumName(TaskState_name, int32(x))
}
作者:kamilsmug
项目:go-rest-protobuf-udp-serve
func (x FileOptions_OptimizeMode) String() string {
return proto.EnumName(FileOptions_OptimizeMode_name, int32(x))
}
作者:CrazyJv
项目:doozer
func (x msg_Cmd) String() string {
return proto.EnumName(msg_Cmd_name, int32(x))
}
作者:petemoor
项目:runli
func (x Blob_CompressionInfo_CompressionType) String() string {
return proto.EnumName(Blob_CompressionInfo_CompressionType_name, int32(x))
}
作者:bodogb
项目:OSG-Server-G
func (x LS_UpdatePlayerCountResult_Result) String() string {
return proto.EnumName(LS_UpdatePlayerCountResult_Result_name, int32(x))
}
作者:petemoor
项目:rpc
func (x Header_MessageType) String() string {
return proto1.EnumName(Header_MessageType_name, int32(x))
}
作者:liji
项目:siriusd
func (x Command) String() string {
return proto.EnumName(Command_name, int32(x))
}
作者:hardik
项目:goze
func (x Operation_Type) String() string {
return proto.EnumName(Operation_Type_name, int32(x))
}
作者:ronaldever
项目:influxd
func (x Response_ErrorCode) String() string {
return proto.EnumName(Response_ErrorCode_name, int32(x))
}