some work on Manager

This commit is contained in:
2024-09-06 09:44:24 +02:00
parent 5bccd070f4
commit ebc57e05d5
14 changed files with 367 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
using ModpackUpdater.Apps.Manager.Api.Model;
namespace ModpackUpdater.Apps.Manager.Features.Workspaces.GitLabRepo;
internal class GitLabRepoWorkspace : IWorkspace
{
}