We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ebf50 commit 0ab9139Copy full SHA for 0ab9139
internal/store/store.go
@@ -14,7 +14,7 @@ var ErrFileInfoExists = errors.New("file info already exists")
14
var ErrFileHashExists = errors.New("file hash already exists")
15
16
type Storage interface {
17
- Store(context.Context, *types.ScannedFile) (*FileStored, error)
+ Store(context.Context, *types.ScannedFile) (FileStored, error)
18
}
19
20
type StorageOption func(*sqliteStorage)
0 commit comments