Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseExporter ¶
type BaseExporter struct { Headers []string // contains filtered or unexported fields }
func NewBaseExporter ¶
func NewBaseExporter(writer io.Writer) *BaseExporter
func (*BaseExporter) Add ¶
func (x *BaseExporter) Add(row []string)
func (*BaseExporter) Flush ¶
func (x *BaseExporter) Flush() error
func (*BaseExporter) GetContentType ¶
func (x *BaseExporter) GetContentType() string
Click to show internal directories.
Click to hide internal directories.