Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BuiltinTemplates embed.FS
Functions ¶
Types ¶
type Template ¶
type Template struct { ID int `gorm:"primary_key" json:"id"` Name string `gorm:"uniqueIndex" json:"name"` Content string `json:"content"` TemplateType TemplateType `json:"template_type"` }
type TemplateType ¶
type TemplateType string
const ( Builtin TemplateType = "builtin" Custom TemplateType = "custom" )
Click to show internal directories.
Click to hide internal directories.