mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Deployment v1
This commit is contained in:
@@ -6,10 +6,14 @@ using HaWeb.Models;
|
||||
using Microsoft.AspNetCore.Mvc.ModelBinding;
|
||||
|
||||
public interface IXMLFileProvider {
|
||||
public event EventHandler<GitState?> FileChange;
|
||||
public event EventHandler<XMLParsingState?> NewState;
|
||||
public event EventHandler NewData;
|
||||
public event EventHandler ConfigReload;
|
||||
public List<IFileInfo>? GetWorkingTreeFiles();
|
||||
public IFileInfo? SaveHamannFile(XElement element, string basefilepath, ModelStateDictionary ModelState);
|
||||
public List<IFileInfo>? GetHamannFiles();
|
||||
public (DateTime PullTime, string Hash)? GetGitData();
|
||||
public GitState? GetGitState();
|
||||
public void ParseConfiguration(IConfiguration config);
|
||||
public bool HasChanged();
|
||||
public void DeleteHamannFile(string filename);
|
||||
|
||||
Reference in New Issue
Block a user