mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add template description (#1489)
This commit is contained in:
@@ -436,6 +436,7 @@ type Template struct {
|
||||
Name string `db:"name" json:"name"`
|
||||
Provisioner ProvisionerType `db:"provisioner" json:"provisioner"`
|
||||
ActiveVersionID uuid.UUID `db:"active_version_id" json:"active_version_id"`
|
||||
Description string `db:"description" json:"description"`
|
||||
}
|
||||
|
||||
type TemplateVersion struct {
|
||||
|
||||
Reference in New Issue
Block a user