EntityStore: Rename ObjectStore to EntityStore (part 1) (#59613)

This commit is contained in:
Ryan McKinley
2022-11-30 13:42:42 -08:00
committed by GitHub
parent b0b74337f1
commit 5dc7b01f9d
57 changed files with 3330 additions and 3337 deletions

View File

@@ -54,7 +54,7 @@ type dashboard struct {
updated time.Time
// Use generic structure
summary *models.ObjectSummary
summary *models.EntitySummary
}
// buildSignal is sent when search index is accessed in organization for which
@@ -913,7 +913,7 @@ func (l sqlDashboardLoader) LoadDashboards(ctx context.Context, orgID int64, das
slug: "",
created: time.Now(),
updated: time.Now(),
summary: &models.ObjectSummary{
summary: &models.EntitySummary{
//ID: 0,
Name: "General",
},