mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-06-13 22:48:42 +00:00
RPC Test
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
/**
|
||||
* <auto-generated>
|
||||
* Autogenerated by Thrift Compiler (0.19.0)
|
||||
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
||||
* </auto-generated>
|
||||
*/
|
||||
|
||||
#pragma warning disable IDE0079 // remove unnecessary pragmas
|
||||
#pragma warning disable IDE0017 // object init can be simplified
|
||||
#pragma warning disable IDE0028 // collection init can be simplified
|
||||
#pragma warning disable IDE1006 // parts of the code use IDL spelling
|
||||
#pragma warning disable CA1822 // empty DeepCopy() methods still non-static
|
||||
#pragma warning disable IDE0083 // pattern matching "that is not SomeType" requires net5.0 but we still support earlier versions
|
||||
|
||||
namespace Echo.ThriftModel
|
||||
{
|
||||
public enum Kind
|
||||
{
|
||||
@Null = 0,
|
||||
@Bool = 1,
|
||||
Int64 = 2,
|
||||
UInt64 = 3,
|
||||
@Double = 4,
|
||||
@Decimal = 5,
|
||||
@String = 6,
|
||||
Bytes = 7,
|
||||
DateTime = 8,
|
||||
Guid = 9,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user