mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
improve test
This commit is contained in:
@ -17,9 +17,8 @@ type Preset struct {
|
||||
}
|
||||
|
||||
type PresetParameter struct {
|
||||
PresetID uuid.UUID
|
||||
Name string
|
||||
Value string
|
||||
Name string
|
||||
Value string
|
||||
}
|
||||
|
||||
// TemplateVersionPresets returns the presets associated with a template version.
|
||||
|
Reference in New Issue
Block a user