Restructure solution layout by module
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
using StellaOps.Concelier.Models;
|
||||
|
||||
namespace StellaOps.Concelier.Merge.Services;
|
||||
|
||||
public sealed record PrecedenceMergeResult(
|
||||
Advisory Advisory,
|
||||
IReadOnlyList<MergeConflictDetail> Conflicts);
|
||||
Reference in New Issue
Block a user