refactor: initial frontend wiring for new api

This commit is contained in:
2025-12-15 00:13:10 +00:00
parent 528aa943fa
commit 05edf69ca7
63 changed files with 1876 additions and 1991 deletions

View File

@@ -29,6 +29,7 @@ type DeletionPlan struct {
// BlobMoveOp represents a blob move operation from OldKey to NewKey.
type BlobMoveOp struct {
Node *Node
OldKey blob.Key
NewKey blob.Key
}