More comments for what to do

This commit is contained in:
Melody Becker 2024-09-13 15:22:11 +02:00
parent f69480b6b4
commit d6635bb34d
2 changed files with 14 additions and 0 deletions

6
storage/housekeeping.go Normal file
View file

@ -0,0 +1,6 @@
package storage
// Contains various functions for housekeeping
// Things like true deletion of soft deleted data after some time
// Or removing inactive access tokens
// All of this will be handled by goroutines