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

Commit 957e72e

Browse files
committed
add support for Edit permission for data sources
1 parent af262e3 commit 957e72e

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)