mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
* chore: Rewrite rbac rego -> SQL clause Previous code was challenging to read with edge cases - bug: OrgAdmin could not make new groups - Also refactor some function names
4 lines
162 B
Go
4 lines
162 B
Go
// Package regosql converts rego queries into SQL WHERE clauses. This is so
|
|
// the rego queries can be used to filter the results of a SQL query.
|
|
package regosql
|