mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Split folder store and dashboard store interfaces (#61655)
* update folder store mock * Split folder store and dashboard store interfaces
This commit is contained in:
committed by
GitHub
parent
a6102105af
commit
c104cc7020
@@ -83,8 +83,6 @@ type Store interface {
|
||||
// CountDashboardsInFolder returns the number of dashboards associated with
|
||||
// the given parent folder ID.
|
||||
CountDashboardsInFolder(ctx context.Context, request *CountDashboardsInFolderRequest) (int64, error)
|
||||
|
||||
FolderStore
|
||||
}
|
||||
|
||||
// FolderStore is a folder store.
|
||||
|
||||
Reference in New Issue
Block a user