Documentation
¶
Overview ¶
Package filestore provides on-disk storage for resource file fields.
File field support is an experimental, non-AEP-spec extension of aepbase. Files are stored under a root directory (typically {DataDir}/files) in a layout that mirrors the resource path:
{root}/{resource_path}/{field_name}
e.g. data/files/publishers/pub1/books/book1/cover
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteAll ¶
DeleteAll removes every stored file for a resource. Best-effort: returns the first error encountered but does not stop on missing files.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.