mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: allow for default presets (#18445)
This commit is contained in:
@ -14,6 +14,7 @@ type Preset struct {
|
||||
ID uuid.UUID
|
||||
Name string
|
||||
Parameters []PresetParameter
|
||||
Default bool
|
||||
}
|
||||
|
||||
type PresetParameter struct {
|
||||
|
Reference in New Issue
Block a user