Chore: Remove bus from index (#44851)

This commit is contained in:
Kat Yang
2022-02-03 18:22:21 +01:00
committed by GitHub
parent 7f2d3055d8
commit 9b3cb4a306
5 changed files with 14 additions and 10 deletions
+1
View File
@@ -12,6 +12,7 @@ type Store interface {
CreateDashboardSnapshot(ctx context.Context, cmd *models.CreateDashboardSnapshotCommand) error
DeleteDashboardSnapshot(ctx context.Context, cmd *models.DeleteDashboardSnapshotCommand) error
GetDashboardSnapshot(query *models.GetDashboardSnapshotQuery) error
HasEditPermissionInFolders(ctx context.Context, query *models.HasEditPermissionInFoldersQuery) error
SearchDashboardSnapshots(query *models.GetDashboardSnapshotsQuery) error
GetOrgByName(name string) (*models.Org, error)
CreateOrgWithMember(name string, userID int64) (models.Org, error)