Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita6b5d29

Browse files
committed
update gen to be sorted
1 parentee1e95d commita6b5d29

File tree

5 files changed

+197
-264
lines changed

5 files changed

+197
-264
lines changed

‎coderd/rbac/object.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ type Object struct {
3737
ACLGroupListmap[string][]policy.Action` json:"acl_group_list"`
3838
}
3939

40+
func (zObject)AvailableActions() []policy.Action {
41+
policy.Action()
42+
}
43+
4044
func (zObject)Equal(bObject)bool {
4145
ifz.ID!=b.ID {
4246
returnfalse

‎coderd/rbac/object_gen.go

Lines changed: 129 additions & 129 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp