Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotSupported = errors.New("no storage adapter found")
Functions ¶
This section is empty.
Types ¶
type WalkerFactory ¶ added in v0.91.0
type WalkerFactory struct {
// contains filtered or unexported fields
}
func NewFactory ¶
func NewFactory(params params.AdapterConfig) *WalkerFactory
func (*WalkerFactory) GetWalker ¶ added in v0.91.0
func (f *WalkerFactory) GetWalker(ctx context.Context, opts WalkerOptions) (*WalkerWrapper, error)
type WalkerOptions ¶
type WalkerWrapper ¶
type WalkerWrapper struct {
// contains filtered or unexported fields
}
func NewWrapper ¶
func NewWrapper(walker block.Walker, uri *url.URL) *WalkerWrapper
func (*WalkerWrapper) Marker ¶
func (ww *WalkerWrapper) Marker() block.Mark
func (*WalkerWrapper) Walk ¶
func (ww *WalkerWrapper) Walk(ctx context.Context, opts block.WalkOptions, walkFn func(e block.ObjectStoreEntry) error) error
Click to show internal directories.
Click to hide internal directories.