working commit

This commit is contained in:
2026-02-19 11:55:17 +02:00
parent 1fd55521de
commit bb0f58f46c
37 changed files with 231 additions and 150 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ package maindb
import (
"context"
"mstore/app/descr"
"mstore/pkg/descr"
)
func (db *Database) InsertManifest(ctx context.Context, manifest *descr.Manifest) error {