Documentation
¶
Index ¶
- type Cache
- func (c *Cache) Clear()
- func (c *Cache) Create(name string)
- func (c *Cache) Delete(name string)
- func (c *Cache) Has(path string) (ok bool)
- func (c *Cache) Keys() (keys []string)
- func (c *Cache) Open(path string) (fs.File, error)
- func (c *Cache) Set(path string, entry Entry)
- func (c *Cache) Update(name string)
- func (c *Cache) Wrap(name string, fsys fs.FS) fs.FS
- type Dir
- type DirEntry
- type Entry
- type File
- type Wrapped
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirEntry ¶
Click to show internal directories.
Click to hide internal directories.