We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89b430 commit 21532a6Copy full SHA for 21532a6
coderd/database/dbauthz/doc.go
@@ -7,7 +7,7 @@
7
// queries as close to 1 as possible. Each method should do 1 thing, with no
8
// unexpected side effects (eg: updating multiple tables in a single method).
9
//
10
-// Avoid implementing business logic in this package. Only authorization related
+// Do not implement business logic in this package. Only authorization related
11
// logic should be implemented here. In most cases, this should only be a call to
12
// the rbac authorizer.
13
0 commit comments