Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PulledProvider ¶
type PulledProvider struct {
// contains filtered or unexported fields
}
func NewPulledProvider ¶
func NewPulledProvider(initialCap, maxCap int) (provider *PulledProvider, err error)
func (*PulledProvider) Open ¶
func (p *PulledProvider) Open(start, size int64) (reader iocommon.ReadSeekCloser, err error)
Click to show internal directories.
Click to hide internal directories.