File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2479,6 +2479,7 @@ var (
2479
2479
workspaceACLUpdateGroupsFieldName = "group_roles"
2480
2480
)
2481
2481
2482
+ // WorkspaceACLUpdateValidator implements acl.UpdateValidator[codersdk.WorkspaceRole]
2482
2483
var _ acl.UpdateValidator [codersdk.WorkspaceRole ] = WorkspaceACLUpdateValidator {}
2483
2484
2484
2485
func (w WorkspaceACLUpdateValidator ) Users () (map [string ]codersdk.WorkspaceRole , string ) {
Original file line number Diff line number Diff line change @@ -273,6 +273,7 @@ var (
273
273
templateACLUpdateGroupsFieldName = "group_perms"
274
274
)
275
275
276
+ // TemplateACLUpdateValidator implements acl.UpdateValidator[codersdk.TemplateRole]
276
277
var _ acl.UpdateValidator [codersdk.TemplateRole ] = TemplateACLUpdateValidator {}
277
278
278
279
func (w TemplateACLUpdateValidator ) Users () (map [string ]codersdk.TemplateRole , string ) {
You can’t perform that action at this time.
0 commit comments