Skip to content

Commit

Permalink
refactor: rename dashboard to orchestrator
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 committed Jun 1, 2024
1 parent 8fc7de6 commit b0ee943
Show file tree
Hide file tree
Showing 192 changed files with 719 additions and 725 deletions.

This file was deleted.

20 changes: 0 additions & 20 deletions src/Service.Dashboard/src/HttpApi/Dockerfile

This file was deleted.

8 changes: 3 additions & 5 deletions src/Service.Encoder/src/Console/appsettings.Development.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"ConnectionStrings": {
"DatabaseConnection": "Host=localhost;Database=giantnodes.service.dashboard;Username=postgres;Password=password;Include Error Detail=true"
"DatabaseConnection": "Host=localhost;Database=Giantnodes.Service.Orchestrator;Username=postgres;Password=password;Include Error Detail=true"
},
"Serilog": {
"Using": [
"Serilog.Sinks.Console"
],
"Using": ["Serilog.Sinks.Console"],
"MinimumLevel": {
"Default": "Debug",
"Override": {
Expand All @@ -20,4 +18,4 @@
}
]
}
}
}
8 changes: 3 additions & 5 deletions src/Service.Encoder/src/Console/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"ConnectionStrings": {
"DatabaseConnection": "Host=localhost;Database=giantnodes.service.dashboard;Username=postgres;Password=password;Include Error Detail=true"
"DatabaseConnection": "Host=localhost;Database=Giantnodes.Service.Orchestrator;Username=postgres;Password=password;Include Error Detail=true"
},
"Serilog": {
"Using": [
"Serilog.Sinks.Console"
],
"Using": ["Serilog.Sinks.Console"],
"MinimumLevel": {
"Default": "Information",
"Override": {
Expand All @@ -20,4 +18,4 @@
}
]
}
}
}
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,29 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Infrastructure.M
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".services", ".services", "{8B9BA4E8-9DAF-47C9-9829-DAF932876C3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.HttpApi", "src\HttpApi\Giantnodes.Service.Dashboard.HttpApi.csproj", "{41C6A8F1-A1D9-451B-9162-D8A5404A3C39}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.HttpApi", "src\HttpApi\Giantnodes.Service.Orchestrator.HttpApi.csproj", "{41C6A8F1-A1D9-451B-9162-D8A5404A3C39}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D6738E45-B322-4CF5-8AAA-10B3003D7EEA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Application.Components", "src\Application.Components\Giantnodes.Service.Dashboard.Application.Components.csproj", "{027CE64C-015E-442E-A233-696A4B89D2AE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Application.Components", "src\Application.Components\Giantnodes.Service.Orchestrator.Application.Components.csproj", "{027CE64C-015E-442E-A233-696A4B89D2AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Application.Contracts", "src\Application.Contracts\Giantnodes.Service.Dashboard.Application.Contracts.csproj", "{3337779A-A582-4B1C-A19E-0AD6C8F3E6AD}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Application.Contracts", "src\Application.Contracts\Giantnodes.Service.Orchestrator.Application.Contracts.csproj", "{3337779A-A582-4B1C-A19E-0AD6C8F3E6AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Domain", "src\Domain\Giantnodes.Service.Dashboard.Domain.csproj", "{B703C820-B6BF-4297-875E-07BE59FD4000}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Domain", "src\Domain\Giantnodes.Service.Orchestrator.Domain.csproj", "{B703C820-B6BF-4297-875E-07BE59FD4000}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Domain.Shared", "src\Domain.Shared\Giantnodes.Service.Dashboard.Domain.Shared.csproj", "{FD25D825-DF1E-4C5F-AA33-D0A13739B4E0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Domain.Shared", "src\Domain.Shared\Giantnodes.Service.Orchestrator.Domain.Shared.csproj", "{FD25D825-DF1E-4C5F-AA33-D0A13739B4E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Infrastructure", "src\Infrastructure\Giantnodes.Service.Dashboard.Infrastructure.csproj", "{B2239264-4E0C-4428-8BC1-D9D9C56EE389}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Infrastructure", "src\Infrastructure\Giantnodes.Service.Orchestrator.Infrastructure.csproj", "{B2239264-4E0C-4428-8BC1-D9D9C56EE389}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Persistence", "src\Persistence\Giantnodes.Service.Dashboard.Persistence.csproj", "{55626EB5-C72A-4D36-9BE0-4397BF170445}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Persistence", "src\Persistence\Giantnodes.Service.Orchestrator.Persistence.csproj", "{55626EB5-C72A-4D36-9BE0-4397BF170445}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{27214AD8-98E7-4A7D-B67B-575AC944C369}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Application.Components.Tests.Unit", "tests\Giantnodes.Service.Dashboard.Application.Components.Tests.Unit\Giantnodes.Service.Dashboard.Application.Components.Tests.Unit.csproj", "{2120E351-42AA-4478-86C6-DC35AB4E47DA}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Application.Components.Tests.Unit", "tests\Application.Components.Tests.Unit\Giantnodes.Service.Orchestrator.Application.Components.Tests.Unit.csproj", "{2120E351-42AA-4478-86C6-DC35AB4E47DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Domain.Tests.Unit", "tests\Giantnodes.Service.Dashboard.Domain.Tests.Unit\Giantnodes.Service.Dashboard.Domain.Tests.Unit.csproj", "{B170206F-710A-4314-9255-EF861FD3A135}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Domain.Tests.Unit", "tests\Domain.Tests.Unit\Giantnodes.Service.Orchestrator.Domain.Tests.Unit.csproj", "{B170206F-710A-4314-9255-EF861FD3A135}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Tests.Shared", "tests\Giantnodes.Service.Dashboard.Tests.Shared\Giantnodes.Service.Dashboard.Tests.Shared.csproj", "{80D27505-2E68-4F77-B7FD-78A1C0F237FD}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Tests.Shared", "tests\Tests.Shared\Giantnodes.Service.Orchestrator.Tests.Shared.csproj", "{80D27505-2E68-4F77-B7FD-78A1C0F237FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Giantnodes.Infrastructure.Faults;
using Giantnodes.Service.Dashboard.Application.Contracts.Directories.Commands;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Entries.Directories.Repositories;
using Giantnodes.Service.Orchestrator.Application.Contracts.Directories.Commands;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Entries.Directories.Repositories;
using Giantnodes.Service.Encoder.Application.Contracts.Probing.Jobs;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Directories.Commands;
namespace Giantnodes.Service.Orchestrator.Application.Components.Directories.Commands;

public class DirectoryProbeConsumer : IConsumer<DirectoryProbe.Command>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Giantnodes.Infrastructure.Faults;
using Giantnodes.Service.Dashboard.Application.Contracts.Directories.Queries;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Entries.Directories.Repositories;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Entries.Files;
using Giantnodes.Service.Orchestrator.Application.Contracts.Directories.Queries;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Entries.Directories.Repositories;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Entries.Files;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Directories.Queries;
namespace Giantnodes.Service.Orchestrator.Application.Components.Directories.Queries;

public class GetFileResolutionDistributionConsumer : IConsumer<GetFileResolutionDistribution.Query>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using Giantnodes.Infrastructure.Faults;
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Application.Contracts.Encodes.Commands;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Dashboard.Domain.Shared.Enums;
using Giantnodes.Service.Orchestrator.Application.Contracts.Encodes.Commands;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Domain.Shared.Enums;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Commands;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Commands;

public class EncodeCancelConsumer : IConsumer<EncodeCancel.Command>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
using Giantnodes.Infrastructure.Faults;
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Application.Contracts.Encodes.Commands;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Entries.Directories;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Entries.Files;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Entries.Repositories;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Recipes.Repositories;
using Giantnodes.Service.Orchestrator.Application.Contracts.Encodes.Commands;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Entries.Directories;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Entries.Files;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Entries.Repositories;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Recipes.Repositories;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Commands;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Commands;

public class EncodeSubmitConsumer : IConsumer<EncodeSubmit.Command>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Giantnodes.Service.Dashboard.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using HotChocolate.Subscriptions;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Events;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Events;

public class RaiseEncodeOutputtedTopic : IConsumer<EncodeProgressedEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Giantnodes.Service.Dashboard.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using HotChocolate.Subscriptions;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Events;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Events;

public class RaiseEncodeProgressedTopic : IConsumer<EncodeProgressedEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Giantnodes.Service.Dashboard.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using HotChocolate.Subscriptions;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Events;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Events;

public class RaiseEncodeSpeedTopic : IConsumer<EncodeSpeedChangedEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Giantnodes.Service.Dashboard.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using HotChocolate.Subscriptions;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Events;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Events;

public class RaiseEncodeStatusChangedTopic : IConsumer<EncodeStatusChangedEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Dashboard.Persistence.Sagas;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Persistence.Sagas;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Sagas.Activities;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Sagas.Activities;

public class EncodeFailedActivity : IStateMachineActivity<EncodeSagaState>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Dashboard.Domain.Shared.Enums;
using Giantnodes.Service.Dashboard.Domain.Values;
using Giantnodes.Service.Dashboard.Persistence.Sagas;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Domain.Shared.Enums;
using Giantnodes.Service.Orchestrator.Domain.Values;
using Giantnodes.Service.Orchestrator.Persistence.Sagas;
using Giantnodes.Service.Encoder.Application.Contracts.Encoding.Events;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Sagas.Activities;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Sagas.Activities;

public class EncodeOperationBuiltActivity : IStateMachineActivity<EncodeSagaState, EncodeOperationEncodeBuiltEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Dashboard.Persistence.Sagas;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Persistence.Sagas;
using Giantnodes.Service.Encoder.Application.Contracts.Encoding.Events;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Sagas.Activities;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Sagas.Activities;

public class EncodeOperationCompletedActivity : IStateMachineActivity<EncodeSagaState, EncodeOperationCompletedEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Values;
using Giantnodes.Service.Dashboard.Persistence.Sagas;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Values;
using Giantnodes.Service.Orchestrator.Persistence.Sagas;
using Giantnodes.Service.Encoder.Application.Contracts.Encoding.Events;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Sagas.Activities;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Sagas.Activities;

public class EncodeOperationOutputtedDataActivity : IStateMachineActivity<EncodeSagaState, EncodeOperationOutputtedEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Dashboard.Persistence.Sagas;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Persistence.Sagas;
using Giantnodes.Service.Encoder.Application.Contracts.Encoding.Events;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Sagas.Activities;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Sagas.Activities;

public class EncodeOperationProgressedActivity : IStateMachineActivity<EncodeSagaState, EncodeOperationEncodeProgressedEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Values;
using Giantnodes.Service.Dashboard.Persistence.Sagas;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Values;
using Giantnodes.Service.Orchestrator.Persistence.Sagas;
using Giantnodes.Service.Encoder.Application.Contracts.Encoding.Events;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Sagas.Activities;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Sagas.Activities;

public class EncodeOperationStartedActivity : IStateMachineActivity<EncodeSagaState, EncodeOperationStartedEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Dashboard.Persistence.Sagas;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Persistence.Sagas;
using Giantnodes.Service.Encoder.Application.Contracts.Encoding.Commands;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Sagas.Activities;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Sagas.Activities;

public class EncodeRequestActivity : IStateMachineActivity<EncodeSagaState>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.IO.Abstractions;
using Giantnodes.Service.Dashboard.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Recipes.Repositories;
using Giantnodes.Service.Dashboard.Persistence.Sagas;
using Giantnodes.Service.Orchestrator.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Recipes.Repositories;
using Giantnodes.Service.Orchestrator.Persistence.Sagas;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Sagas.Activities;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Sagas.Activities;

public class EncodeSetupActivity : IStateMachineActivity<EncodeSagaState, EncodeCreatedEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.Diagnostics;
using System.IO.Abstractions;
using Giantnodes.Service.Dashboard.Persistence.Sagas;
using Giantnodes.Service.Orchestrator.Persistence.Sagas;
using MassTransit;
using Microsoft.Extensions.Logging;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Sagas.Activities;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Sagas.Activities;

public class FileCleanUpActivity : IStateMachineActivity<EncodeSagaState>
{
Expand Down
Loading

0 comments on commit b0ee943

Please sign in to comment.