mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
chore: fix struct names (#4766)
Signed-off-by: hidewrong <hidewrong@outlook.com>
This commit is contained in:
@@ -2,7 +2,7 @@ package models
|
||||
|
||||
import "context"
|
||||
|
||||
// FileGetter provides methods to get files by ID.
|
||||
// BlobReader provides methods to get files by ID.
|
||||
type BlobReader interface {
|
||||
EntryExists(ctx context.Context, checksum string) (bool, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user