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,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Esiur.Tests.RPC.Client
|
||||
{
|
||||
public class TestResults
|
||||
{
|
||||
public Dictionary<string, (long, long)> Docs { get; set; } = new();
|
||||
public Dictionary<string, (long, long)> Bytes { get; set; } = new();
|
||||
public Dictionary<string, (long, long)> Ints { get; set; } = new();
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user