Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExtendedAttributes ¶
type Importer ¶
type Importer interface { Origin() string Type() string Root() string Scan() (<-chan *ScanResult, error) NewReader(string) (io.ReadCloser, error) NewExtendedAttributeReader(string, string) (io.ReadCloser, error) GetExtendedAttributes(string) ([]ExtendedAttributes, error) Close() error }
func NewImporter ¶
type ScanRecord ¶
type ScanResult ¶
type ScanResult struct { Record *ScanRecord Error *ScanError }
func NewScanError ¶
func NewScanError(pathname string, err error) *ScanResult
func NewScanRecord ¶
func NewScanRecord(pathname, target string, fileinfo objects.FileInfo, xattr []string) *ScanResult
func NewScanXattr ¶
func NewScanXattr(pathname string, fileinfo objects.FileInfo) *ScanResult
Click to show internal directories.
Click to hide internal directories.