mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Access control: Add a scope to Data Sources GET endpoint (#38933)
This commit is contained in:
@@ -42,8 +42,6 @@ type Mock struct {
|
||||
RegisterFixedRolesFunc func() error
|
||||
}
|
||||
|
||||
type MockOptions func(*Mock)
|
||||
|
||||
// Ensure the mock stays in line with the interface
|
||||
var _ fullAccessControl = New()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user