Documentation ¶ Index ¶ type RawDumper func (d *RawDumper) Dump(config *rawparser.Config) (string, error) func (d *RawDumper) DumpEntries(entries []*rawparser.Entry) string func (d *RawDumper) DumpEntry(entry *rawparser.Entry) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type RawDumper ¶ type RawDumper struct { // contains filtered or unexported fields } func (*RawDumper) Dump ¶ func (d *RawDumper) Dump(config *rawparser.Config) (string, error) func (*RawDumper) DumpEntries ¶ added in v0.3.0 func (d *RawDumper) DumpEntries(entries []*rawparser.Entry) string func (*RawDumper) DumpEntry ¶ added in v0.3.0 func (d *RawDumper) DumpEntry(entry *rawparser.Entry) string Source Files ¶ View all Source files rawdumper.go Click to show internal directories. Click to hide internal directories.