1
0
mirror of https://github.com/akpaevj/onecmonitor.git synced 2025-11-25 22:22:15 +02:00

Добавлена функциональность синхронизации хранилищ и проксирования серверов хранилищ

This commit is contained in:
akpaev.e
2025-09-08 20:24:15 +03:00
parent f51e6bd0be
commit 118e1037e0
368 changed files with 13766 additions and 6906 deletions

View File

@@ -5,10 +5,9 @@ namespace OneSwiss.OneScript;
[XmlRoot("opm-metadata", Namespace = "http://oscript.io/schemas/opm-metadata/1.0")]
public class OpmMetadata
{
[XmlElement("name")]
public string Name { get; init; } = string.Empty;
[XmlElement("version")]
public string Version { get; init; } = string.Empty;
[XmlElement("executable")]
public string Executable { get; set; } = string.Empty;
[XmlElement("name")] public string Name { get; init; } = string.Empty;
[XmlElement("version")] public string Version { get; init; } = string.Empty;
[XmlElement("executable")] public string Executable { get; set; } = string.Empty;
}