Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CsvParser ¶
type CsvParser struct {
TypeParsers map[string]ParserFunc
}
func (*CsvParser) AddTypeParser ¶
func (p *CsvParser) AddTypeParser(dataType string, parser ParserFunc)
func (*CsvParser) FillStructFromSlice ¶
Заполнить структуру из слайса ------------------------------
type FieldNotExistsInSliceError ¶
Ошибка Поле отсутсвует в СЛайсе --------------------------------
func (*FieldNotExistsInSliceError) Error ¶
func (e *FieldNotExistsInSliceError) Error() string
type ParserFunc ¶
type ParserNotFoundError ¶
type ParserNotFoundError struct {
FieldType string
}
Ошибка Парсер не найден ------------------------
func (*ParserNotFoundError) Error ¶
func (e *ParserNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.