Добавлены mermaid диаграммы
This commit is contained in:
9
SQLLinter/Core/Interfaces/ISqlDiagram.cs
Normal file
9
SQLLinter/Core/Interfaces/ISqlDiagram.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace SQLLinter.Core.Interfaces;
|
||||
|
||||
public interface ISqlDiagramProcessor
|
||||
{
|
||||
void ProcessList(List<string> filePaths);
|
||||
void ProcessList(Dictionary<string, Stream> files);
|
||||
void ProcessPath(string path);
|
||||
}
|
||||
Reference in New Issue
Block a user