Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExcelGenerator ¶
type ExcelGenerator struct {
Style Style
}
func NewExcelGenerator ¶
func NewExcelGenerator(*Style) *ExcelGenerator
func (*ExcelGenerator) Generate ¶
func (eg *ExcelGenerator) Generate(interventions []models.Intervention) error
type Generator ¶
type Generator interface {
Generate([]models.Intervention) error
}
type MarkdownData ¶
type MarkdownGenerator ¶
type MarkdownGenerator struct { }
func NewMarkdownGenerator ¶
func NewMarkdownGenerator() *MarkdownGenerator
func (*MarkdownGenerator) Generate ¶
func (md *MarkdownGenerator) Generate(interventions []models.Intervention) error
Generate a markdown file
Click to show internal directories.
Click to hide internal directories.