mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-03 05:53:12 +00:00
11 lines
186 B
C#
11 lines
186 B
C#
using CodexClient;
|
|
|
|
namespace CodexPlugin
|
|
{
|
|
public interface ICodexStarter
|
|
{
|
|
ICodexInstance[] BringOnline(CodexSetup codexSetup);
|
|
void Decommission();
|
|
}
|
|
}
|