first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace TinfoilVibeServer.Models;
|
||||
|
||||
/// <summary>
|
||||
/// One line in the snapshot – the JSON will be an array of these.
|
||||
/// </summary>
|
||||
public sealed record FileEntry(
|
||||
string Path,
|
||||
long Size,
|
||||
string Hash, // SHA‑256 hex
|
||||
TitleInfo? Title // null unless file is an NSP/XCI or an archive containing one
|
||||
);
|
||||
Reference in New Issue
Block a user