Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type ReadSeeker ¶
type ReadSeeker interface {
Read(p []byte) (int, error)
Seek(offset int64, whence int) (int64, error)
}
ReadSeeker abstracts the subset we need to stream into drivers.
Click to show internal directories.
Click to hide internal directories.