Documentation
¶
Overview ¶
Package filestore implements the functions, types, and interfaces for the module.
Index ¶
Constants ¶
View Source
const ( Module = "storage.filestore" ErrFilestoreConfigNil = errors.String("filestore: config is nil") )
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(cfg *filev1.FilestoreConfig) (storageiface.FileStore, error)
New creates a new filestore instance based on the provided configuration.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.