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

Commit77fd34b

Browse files
authored
chore: Action consts should actually be typed as an Action (#6027)
1 parentb359dbb commit77fd34b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎coderd/rbac/action.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ package rbac
44
typeActionstring
55

66
const (
7-
ActionCreate="create"
8-
ActionRead="read"
9-
ActionUpdate="update"
10-
ActionDelete="delete"
7+
ActionCreateAction="create"
8+
ActionReadAction="read"
9+
ActionUpdateAction="update"
10+
ActionDeleteAction="delete"
1111
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp