2
0
mirror of synced 2025-02-11 16:06:46 +00:00
2023-03-21 16:09:41 +01:00

8 lines
145 B
C#

namespace CodexDistTestCore
{
public interface IPodLogsHandler
{
void Log(int id, string podDescription, Stream log);
}
}