We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d1515 commit 0bc7632Copy full SHA for 0bc7632
coderd/database/modelmethods.go
@@ -327,14 +327,6 @@ func (c OAuth2ProviderAppCode) RBACObject() rbac.Object {
327
return rbac.ResourceOauth2AppCodeToken.WithOwner(c.UserID.String())
328
}
329
330
-func (WorkspaceAgentMemoryResourceMonitor) RBACObject() rbac.Object {
331
- return rbac.ResourceWorkspaceAgentResourceMonitor.RBACObject()
332
-}
333
-
334
-func (WorkspaceAgentVolumeResourceMonitor) RBACObject() rbac.Object {
335
336
337
338
func (OAuth2ProviderAppSecret) RBACObject() rbac.Object {
339
return rbac.ResourceOauth2AppSecret
340
0 commit comments