mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-06 14:37:37 +03:00
parent
1d3e055068
commit
14a441f595
4 changed files with 9 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue