Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPutCbStore ¶ added in v0.4.0
func NewPutCbStore(parentOpener func() (ReadableWritableStorage, error), cb func(putCount int, putBytes int)) *putCbStore
Types ¶
type ReadableWritableStorage ¶ added in v0.6.4
type ReadableWritableStorage interface { storage.StreamingReadableStorage storage.ReadableStorage storage.WritableStorage }
Click to show internal directories.
Click to hide internal directories.