Updates stuff
This commit is contained in:
parent
7ec0ce5a45
commit
28c5f546fe
6 changed files with 64 additions and 16 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue