improvements to ISynchronizable

This commit is contained in:
sbwalker
2026-02-11 08:59:10 -05:00
parent e95a6b774e
commit d13e6fcdad
4 changed files with 59 additions and 65 deletions

View File

@@ -1,3 +1,4 @@
using System;
using Oqtane.Models;
namespace Oqtane.Modules
@@ -6,8 +7,8 @@ namespace Oqtane.Modules
{
// You Must Set The "ServerManagerType" In Your IModule Interface
string ExtractModule(Module module);
string ExtractModule(Module module, DateTime lastSynchronizedOn);
void LoadModule(Module module, string content, string version);
void LoadModule(Module module, string content);
}
}