mirror of
https://github.com/vacp2p/cs-codex-dist-tests.git
synced 2025-02-25 00:38:19 +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);
|
|||
|
}
|
|||
|
}
|