Added basic configuration
This commit is contained in:
8
src/HopFrame.Core/Services/IContextExplorer.cs
Normal file
8
src/HopFrame.Core/Services/IContextExplorer.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using HopFrame.Core.Config;
|
||||
|
||||
namespace HopFrame.Core.Services;
|
||||
|
||||
public interface IContextExplorer {
|
||||
public IEnumerable<string> GetTableNames();
|
||||
public TableConfig? GetTable(string name);
|
||||
}
|
||||
Reference in New Issue
Block a user