mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-07 07:53:05 +00:00
9 lines
144 B
C#
9 lines
144 B
C#
namespace AutoClient.Modes
|
|
{
|
|
public interface IMode
|
|
{
|
|
void Start(CodexWrapper node, int index);
|
|
void Stop();
|
|
}
|
|
}
|