Documentation
¶
Overview ¶
Package loadsave provides lightweight persistence abstraction for manifest operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(getter storage.Getter, putter storage.Putter, pipelineFn func() pipeline.Interface, rLevel redundancy.Level) file.LoadSaver
New returns a new read-write load-saver.
func NewReadonly ¶
NewReadonly returns a new read-only load-saver which will error on write.
func NewReadonlyWithRootCh ¶ added in v2.3.0
func NewReadonlyWithRootCh(getter storage.Getter, rootCh swarm.Chunk, rLevel redundancy.Level) file.LoadSaver
NewReadonlyWithRootCh returns a new read-only load-saver which will error on write.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.