Updates stuff

This commit is contained in:
Melody Becker 2024-09-13 11:58:29 +02:00
parent 7ec0ce5a45
commit 28c5f546fe
6 changed files with 64 additions and 16 deletions

View file

@ -1,3 +1,8 @@
// TODO: Unify function names
// Storage is the handler for cache and db access
// It handles storing various data in the database as well as caching that data
// Said data includes notes, accounts, metadata about media files, servers and similar
package storage
import (