[#1320] English Check
Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
This commit is contained in:
parent
d99800ee93
commit
cc7a723d77
182 changed files with 802 additions and 802 deletions
|
@ -6,20 +6,20 @@ type GetSmallPrm struct {
|
|||
rwBlobovniczaID
|
||||
}
|
||||
|
||||
// GetSmallRes groups resulting values of GetSmall operation.
|
||||
// GetSmallRes groups the resulting values of GetSmall operation.
|
||||
type GetSmallRes struct {
|
||||
roObject
|
||||
}
|
||||
|
||||
// GetSmall reads the object from blobovnicza of BLOB storage by address.
|
||||
//
|
||||
// If blobovnicza ID is not set or set to nil, BlobStor tries to get object
|
||||
// If blobovnicza ID is not set or set to nil, BlobStor tries to get the object
|
||||
// from any blobovnicza.
|
||||
//
|
||||
// Returns any error encountered that
|
||||
// did not allow to completely read the object.
|
||||
//
|
||||
// Returns an error of type apistatus.ObjectNotFound if requested object is missing in blobovnicza(s).
|
||||
// Returns an error of type apistatus.ObjectNotFound if the requested object is missing in blobovnicza(s).
|
||||
func (b *BlobStor) GetSmall(prm *GetSmallPrm) (*GetSmallRes, error) {
|
||||
return b.blobovniczas.get(prm)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue