Documentation ¶
Index ¶
- func NewBlob(r io.Reader) (*Blob, []*Chunk, error)
- func WithChunkSize(bytes int) func(*manager)
- func WithImportWorkers(n int) func(*manager)
- func WithObjectManager(x objectmanager.ObjectManager) func(*manager)
- func WithResolver(res resolver.Resolver) func(*manager)
- type Blob
- type Chunk
- type Manager
- type Option
- type Reader
- type Requester
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 WithImportWorkers ¶ added in v0.14.4
func WithImportWorkers(n 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 Manager ¶ added in v0.14.2
Click to show internal directories.
Click to hide internal directories.