Documentation ¶
Index ¶
- type FSCache
- func (fsc *FSCache) Checksum() []byte
- func (fsc *FSCache) Children(path string) (<-chan string, error)
- func (fsc *FSCache) Close() error
- func (fsc *FSCache) Directories() <-chan string
- func (fsc *FSCache) Files() <-chan string
- func (fsc *FSCache) Record(path string, fileinfo fs.FileInfo) error
- func (fsc *FSCache) Scan() <-chan string
- func (fsc *FSCache) Serialize() ([]byte, error)
- func (fsc *FSCache) Stat(path string) (*FileInfo, error)
- type FileInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSCache ¶
type FSCache struct {
// contains filtered or unexported fields
}
func NewFSCache ¶
func (*FSCache) Directories ¶
Click to show internal directories.
Click to hide internal directories.