Merge branch 'master' of https://gitea.nxsir.cn/nanxun/IM_NEW
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using FileService.Application.StorageContracts;
|
||||
|
||||
namespace FileService.Application.Ports
|
||||
{
|
||||
public interface ILocalChunkStorage
|
||||
{
|
||||
Task SavePartAsync(
|
||||
SaveLocalPartCommand command);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user