Chore: Add context apikey (#41698)

* Add context apikey

* Rename DeleteApiKeyCtx to DeleteApiKey
This commit is contained in:
idafurjes
2021-11-18 09:50:03 +01:00
committed by GitHub
parent 7a3b52783c
commit f40c1d0808
4 changed files with 59 additions and 54 deletions

View File

@@ -120,6 +120,7 @@ func newSQLStore(cfg *setting.Cfg, cacheService *localcache.CacheService, bus bu
ss.addAlertQueryAndCommandHandlers()
ss.addTempUserQueryAndCommandHandlers()
ss.addDashboardVersionQueryAndCommandHandlers()
ss.addAPIKeysQueryAndCommandHandlers()
// if err := ss.Reset(); err != nil {
// return nil, err