linstrom/storage/housekeeping.go

7 lines
213 B
Go
Raw Normal View History

2024-09-13 13:22:11 +00:00
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