Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSV ¶
type CSV struct {
// contains filtered or unexported fields
}
for now only supports list of enr so far
func NewCsvImporter ¶
func (*CSV) Export ¶
func (c *CSV) Export(rows [][]interface{}, rowComposer RowComposer) error
type RowComposer ¶
type RowComposer func([]interface{}) []string
Click to show internal directories.
Click to hide internal directories.