shoebill/internal/templater/templater.go

10 lines
121 B
Go
Raw Normal View History

2023-11-03 13:22:22 +00:00
package templater
// Datasource for template rendering
type TemplateDS struct {
}
func (tds *TemplateDS) Render() {
}