type
AuthPruneResult
type AuthPruneResult struct {
Sessions int
APIKeys int
}Expired session and API-key counts removed by one bounded cycle.
Source store/auth_maintenance.go:14
Sessionsint- The Sessions value.
APIKeysint- The APIKeys value.
Total returns their sum.
Methods
AuthPruneResult.Total()Total returns the complete number of expired records removed by the cycle.