# Packages
No description provided by the author
# Functions
NewModelsStorage returns new instance of ModelsStorage.
NewModuleStorage returns new instance of ModulesStorage.
# Variables
ErrConfigDoesNotExist means that config file is not available on our storage.
# Structs
No description provided by the author
ModelsStorage represents all interfaces used while read/write models to a storage.
ModulesStorage represents all interfaces used while read/write modules to a storage.
No description provided by the author
# Interfaces
Archiver contains methods required while creating/saving an archive.
ModelReader contains all read operations required by storage.
ModelRemover contains all remove operations required by storage.
ModelStorage represents all interfaces used by storage while processing models.
ModelWriter contains all write operations required by storage.
ModuleReader contains all read operations required by storage.
ModuleRemover contains all remove operations required by storage.
ModuleStorage represents all interfaces used by storage while processing modules.
ModuleWriter contains all write operations required by storage.