[FA-misc] Mass transit overhaul, needs testing and review
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace FictionArchive.Service.Shared.MassTransit.Contracts.Commands;
|
||||
|
||||
public record UploadFileCommand : ICommand
|
||||
{
|
||||
public Guid RequestId { get; init; }
|
||||
public required string FilePath { get; init; }
|
||||
public required byte[] FileData { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user