storage/blob: Pass blobSize to go-imap-sql

Part of #395 fix
This commit is contained in:
fox.cpp 2021-08-28 15:23:35 +03:00
parent 1d3e055068
commit 14a441f595
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0
4 changed files with 9 additions and 5 deletions

View file

@ -14,6 +14,8 @@ type Blob interface {
var ErrNoSuchBlob = errors.New("blob_store: no such object")
const UnknownBlobSize int64 = -1
// BlobStore is the interface used by modules providing large binary object
// storage.
type BlobStore interface {