Documentation ¶
Index ¶
- Variables
- func ToSnake(s string, screaming bool) string
- type CsvMarshal
- type Decoder
- func (d *Decoder) UnMarshal(reader *csv.Reader, bean interface{}) error
- func (d *Decoder) UnMarshalBytes(body []byte, bean interface{}) error
- func (d *Decoder) UnMarshalFile(path string, bean interface{}) error
- func (d *Decoder) WithCheck(keys []string) *Decoder
- func (d *Decoder) WithHeader(header []string) *Decoder
Constants ¶
This section is empty.
Variables ¶
View Source
var BOM_UTF8 = []byte{239, 187, 191}
Functions ¶
Types ¶
type CsvMarshal ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
func (*Decoder) UnMarshalBytes ¶
func (*Decoder) UnMarshalFile ¶
func (*Decoder) WithHeader ¶
Click to show internal directories.
Click to hide internal directories.