adding gitea service
This commit is contained in:
11
Mindforge.API/Services/Interfaces/IGiteaService.cs
Normal file
11
Mindforge.API/Services/Interfaces/IGiteaService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Mindforge.API.Models;
|
||||
|
||||
namespace Mindforge.API.Services.Interfaces
|
||||
{
|
||||
public interface IGiteaService
|
||||
{
|
||||
Task<List<FileTreeNode>> GetFileTreeAsync();
|
||||
Task<string> GetFileContentAsync(string path);
|
||||
string GetRepositoryName();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user