More comments for what to do
This commit is contained in:
parent
f69480b6b4
commit
d6635bb34d
2 changed files with 14 additions and 0 deletions
6
storage/housekeeping.go
Normal file
6
storage/housekeeping.go
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue