package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Nov 30, 2025
License: MIT
Opens a new window with license information.
Imports: 22
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Template struct {
ID string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
Icon string `json:"icon"`
Category string `json:"category"`
Content string `json:"content"`
}
type TemplateMetadata struct {
Name string `yaml:"name"`
Description string `yaml:"description"`
Icon string `yaml:"icon"`
Category string `yaml:"category"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.