Skip to content

Commit 6964513

Browse files
committed
update gen to be sorted
1 parent 48f0593 commit 6964513

File tree

5 files changed

+197
-264
lines changed

5 files changed

+197
-264
lines changed

coderd/rbac/object.go

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ type Object struct {
3737
ACLGroupList map[string][]policy.Action ` json:"acl_group_list"`
3838
}
3939

40+
func (z Object) AvailableActions() []policy.Action {
41+
policy.Action()
42+
}
43+
4044
func (z Object) Equal(b Object) bool {
4145
if z.ID != b.ID {
4246
return false

coderd/rbac/object_gen.go

+129-129
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)