7 lines
213 B
Go
7 lines
213 B
Go
|
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
|