mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 16:33:43 -04:00
Add Cargo Service & Controller
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
using Observatory.Framework.Files.Journal;
|
||||
|
||||
namespace Pulsar.Features;
|
||||
|
||||
/// <summary>
|
||||
@ -8,8 +6,6 @@ namespace Pulsar.Features;
|
||||
public interface IJournalHandler : IFileHandler
|
||||
{
|
||||
string FileName { get; }
|
||||
|
||||
public bool ValidateFile(string filePath);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user