Documentation ¶
Index ¶
- type DictWriter
- func (d *DictWriter) Close() error
- func (d *DictWriter) Head() []string
- func (d *DictWriter) Scope() int
- func (d *DictWriter) WriteDictLine(line map[string]string) error
- func (d *DictWriter) WriteDictLines(lines []map[string]string) error
- func (d *DictWriter) WriteHead(head []string) error
- func (d *DictWriter) WriteLine(line interface{}) error
- func (d *DictWriter) WriteLines(lines []interface{}) error
- type Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DictWriter ¶
type DictWriter struct {
// contains filtered or unexported fields
}
func NewDictWriter ¶
func NewDictWriter(filename string) (*DictWriter, error)
func (*DictWriter) Close ¶
func (d *DictWriter) Close() error
func (*DictWriter) Head ¶
func (d *DictWriter) Head() []string
func (*DictWriter) Scope ¶
func (d *DictWriter) Scope() int
func (*DictWriter) WriteDictLine ¶
func (d *DictWriter) WriteDictLine(line map[string]string) error
func (*DictWriter) WriteDictLines ¶
func (d *DictWriter) WriteDictLines(lines []map[string]string) error
func (*DictWriter) WriteHead ¶
func (d *DictWriter) WriteHead(head []string) error
func (*DictWriter) WriteLine ¶
func (d *DictWriter) WriteLine(line interface{}) error
func (*DictWriter) WriteLines ¶
func (d *DictWriter) WriteLines(lines []interface{}) error
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
func (*Writer) WriteLines ¶
Click to show internal directories.
Click to hide internal directories.