Documentation
¶
Overview ¶
Package storage provides a unified interface for various storage solutions including cache, database, and file storage.
Index ¶
Constants ¶
View Source
const ( Module = "storage" ErrNotFound = errors.String("storage: %s not found") )
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(sc interfaces.StructuredConfig) (storageiface.Provider, error)
New creates a new storage provider instance based on the provided structured configuration.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package cache implements the functions, types, and interfaces for the module.
|
Package cache implements the functions, types, and interfaces for the module. |
|
Package database implements the functions, types, and interfaces for the module.
|
Package database implements the functions, types, and interfaces for the module. |
|
Package filestore implements the functions, types, and interfaces for the module.
|
Package filestore implements the functions, types, and interfaces for the module. |
Click to show internal directories.
Click to hide internal directories.