Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func New ¶
func New( appCtx interfaces.AppContext, wailsRuntime interfaces.WailsRuntime, csvReader interfaces.CointrackingCsvReader, ) *Backend
func (*Backend) GetExportFiles ¶
func (c *Backend) GetExportFiles() ([]*common.ExportFileInfo, error)
type CsvDecoder ¶
type CsvDecoder struct {
// contains filtered or unexported fields
}
func NewCsvDecoder ¶
func NewCsvDecoder(reader io.Reader) *CsvDecoder
func (*CsvDecoder) GetCSVRow ¶
func (c *CsvDecoder) GetCSVRow() ([]string, error)
func (*CsvDecoder) GetCSVRows ¶
func (c *CsvDecoder) GetCSVRows() ([][]string, error)
Click to show internal directories.
Click to hide internal directories.