Files
2025-08-22 11:55:35 +01:00

7 lines
146 B
C#

namespace MareSynchronosStaticFilesServer.Services;
public interface ITouchHashService : IHostedService
{
void TouchColdHash(string hash);
}