Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPDFBuilder ¶
func NewPDFBuilder() *pdfBuilder
func TransformToCSVData ¶
func TransformToCSVData(data []Data, columns []string, dataMapper DataMapper) [][]string
Types ¶
type Builder ¶
type Builder interface {
BuildFile(ctx context.Context, title string, church *domain.Church, members []*domain.Member) ([]byte, error)
}
Builder interface
type DataMapper ¶
Click to show internal directories.
Click to hide internal directories.