mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-10 19:16:46 +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);
|
|
}
|
|
}
|