mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-14 23:14:16 +01:00
refactor file server
This commit is contained in:
parent
c674e4eccd
commit
6eac05e91b
12 changed files with 439 additions and 179 deletions
|
|
@ -0,0 +1,6 @@
|
|||
namespace MareSynchronosStaticFilesServer.Services;
|
||||
|
||||
public interface IClientReadyMessageService
|
||||
{
|
||||
void SendDownloadReady(string uid, Guid requestId);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue