()
| 3 | import "github.com/coder/coder/v2/coderd/rbac/regosql/sqltypes" |
| 4 | |
| 5 | func resourceIDMatcher() sqltypes.VariableMatcher { |
| 6 | return sqltypes.StringVarMatcher("id :: text", []string{"input", "object", "id"}) |
| 7 | } |
| 8 | |
| 9 | func chatResourceIDMatcher() sqltypes.VariableMatcher { |
| 10 | return sqltypes.StringVarMatcher("chats_expanded.id :: text", []string{"input", "object", "id"}) |
no test coverage detected