mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
af125c3795
* chore: refactor entitlements to be passable as an argument Previously, all usage of entitlements requires mutex usage on the api struct directly. This prevents passing the entitlements to a sub package. It also creates the possibility for misuse.