Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 1bc12ec

Browse files
Merge pull request #116 from grafana/add-edit-permission-for-data-sources
Add `DatasourcePermissionEdit` option to data sources permissions
2 parents af262e3 + 957e72e commit 1bc12ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datasource_permissions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ type DatasourcePermissionType int
1111
const (
1212
_ DatasourcePermissionType = iota // 0 is not a valid permission
1313
DatasourcePermissionQuery
14+
DatasourcePermissionEdit
1415
)
1516

1617
// DatasourcePermission has information such as a datasource, user, team, role and permission.

0 commit comments

Comments
 (0)