Versions in this module Expand all Collapse all v1 v1.18.0 Aug 2, 2026 Changes in this version + type Option func(*localOptions) + func WithExcludePatterns(patterns []string) Option + func WithSkipFlags() Option + func WithSkipMode() Option + func WithSkipXattrs() Option + func WithVolumeUUID(uuid string) Option + func WithXattrNamespaces(prefixes []string) Option + type Source struct + func New(rootPath string, opts ...Option) *Source + func (s *Source) GetFileStream(fileID string) (io.ReadCloser, error) + func (s *Source) Info() source.SourceInfo + func (s *Source) Size(ctx context.Context) (*source.SourceSize, error) + func (s *Source) VolumeLabel() string + func (s *Source) VolumeUUID() string + func (s *Source) Walk(ctx context.Context, callback func(source.FileMeta) error) error