mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: deployment flags (#4426)
This commit is contained in:
@ -133,6 +133,11 @@ var (
|
||||
ResourceLicense = Object{
|
||||
Type: "license",
|
||||
}
|
||||
|
||||
// ResourceDeploymentFlags
|
||||
ResourceDeploymentFlags = Object{
|
||||
Type: "deployment_flags",
|
||||
}
|
||||
)
|
||||
|
||||
// Object is used to create objects for authz checks when you have none in
|
||||
|
Reference in New Issue
Block a user