integration stuff

This commit is contained in:
2021-12-22 15:41:11 +01:00
parent 790791d919
commit 8de62e30f6
33 changed files with 587 additions and 135 deletions
@@ -1,11 +1,13 @@
namespace zero.Configuration;
using System.Text.Json.Serialization;
namespace zero.Configuration;
/// <summary>
/// An integration is an application part which has a public configuration per app.
/// It's up to the user to provide functionality.
/// </summary>
[RavenCollection("Integrations")]
public class IntegrationModel : ZeroEntity
public class Integration : ZeroEntity
{
/// <inheritdoc />
public string TypeAlias { get; set; }