Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithChunkSize ¶ added in v0.14.2
func WithChunkSize(bytes int) func(*manager)
func WithObjectManager ¶ added in v0.11.4
func WithObjectManager(x objectmanager.ObjectManager) func(*manager)
func WithResolver ¶ added in v0.11.4
Types ¶
type Blob ¶
type BlobUnloaded ¶ added in v0.13.0
type BlobUnloaded struct { Metadata object.Metadata `nimona:"metadata:m,omitempty"` ChunksUnloaded []object.Hash `nimona:"chunks:ar,omitempty"` }
nolint: golint // stuttering is fine for this one
func (*BlobUnloaded) FromObject ¶ added in v0.13.0
func (e *BlobUnloaded) FromObject(o *object.Object) error
func (BlobUnloaded) ToObject ¶ added in v0.13.0
func (e BlobUnloaded) ToObject() *object.Object
func (*BlobUnloaded) Type ¶ added in v0.13.0
func (e *BlobUnloaded) Type() string
type Chunk ¶
type Manager ¶ added in v0.14.2
Click to show internal directories.
Click to hide internal directories.