Documentation ¶
Index ¶
- type FakeExporter
- func (e *FakeExporter) CSVExportToByte(columns []string, rows [][]interface{}) ([]byte, error)
- func (e *FakeExporter) CSVExportToFile(columns []string, rows [][]interface{}, filePath string) error
- func (e *FakeExporter) XLSXExportToByte(sheet string, columns []string, rows [][]interface{}) ([]byte, error)
- func (e *FakeExporter) XLSXExportToFile(sheet string, columns []string, rows [][]interface{}, filePath string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeExporter ¶
func (*FakeExporter) CSVExportToByte ¶
func (e *FakeExporter) CSVExportToByte(columns []string, rows [][]interface{}) ([]byte, error)
func (*FakeExporter) CSVExportToFile ¶
func (e *FakeExporter) CSVExportToFile(columns []string, rows [][]interface{}, filePath string) error
func (*FakeExporter) XLSXExportToByte ¶
func (e *FakeExporter) XLSXExportToByte(sheet string, columns []string, rows [][]interface{}) ([]byte, error)
func (*FakeExporter) XLSXExportToFile ¶
func (e *FakeExporter) XLSXExportToFile(sheet string, columns []string, rows [][]interface{}, filePath string) error
Click to show internal directories.
Click to hide internal directories.