chore: fix struct names (#4766)

Signed-off-by: hidewrong <hidewrong@outlook.com>
This commit is contained in:
hidewrong
2024-05-02 10:04:54 +08:00
committed by GitHub
parent 157b2e7bae
commit 4c0d9d0a07
3 changed files with 3 additions and 3 deletions

View File

@@ -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)
}