Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFSTemplateRepo ¶
func NewFSTemplateRepo(templatesFolder fs.FS) repo.TemplateRepository
Types ¶
type Module ¶
type Module struct {
TemplateService service.TemplateService
ReportService service.ReportService
TemplateEngine engine.TemplateEngine
TemplateRepository repo.TemplateRepository
PDFExporter exporter.ReportExporter
PNGExporter exporter.ReportExporter
}
func NewPlaywrightModule ¶
func NewPlaywrightModule(renderTimeout time.Duration, repo repo.TemplateRepository) *Module
Click to show internal directories.
Click to hide internal directories.