mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-03 05:53:12 +00:00
8 lines
145 B
C#
8 lines
145 B
C#
namespace CodexDistTestCore
|
|
{
|
|
public interface IPodLogsHandler
|
|
{
|
|
void Log(int id, string podDescription, Stream log);
|
|
}
|
|
}
|