Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RowDecoder ¶
type RowDecoder struct {
// contains filtered or unexported fields
}
func NewRowDecoder ¶
func NewRowDecoder(fields map[string]int) *RowDecoder
func (*RowDecoder) Decode ¶
func (u *RowDecoder) Decode(row []string, x interface{}) error
Click to show internal directories.
Click to hide internal directories.