mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-05-26 02:59:26 +00:00
11 lines
223 B
C#
11 lines
223 B
C#
using LogosStorageClient;
|
|
|
|
namespace StoragePlugin
|
|
{
|
|
public interface ILogosStorageStarter
|
|
{
|
|
ILogosStorageInstance[] BringOnline(LogosStorageSetup logosStorageSetup);
|
|
void Decommission();
|
|
}
|
|
}
|