Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser parses a journal
type RecursiveParser ¶ added in v0.0.13
RecursiveParser parses a file hierarchy recursively.
func (*RecursiveParser) BuildLedger ¶ added in v0.0.13
BuildLedger builds a ledger.
func (*RecursiveParser) Parse ¶ added in v0.0.13
func (j *RecursiveParser) Parse() chan interface{}
Parse parses the journal at the path, and branches out for include files
Click to show internal directories.
Click to hide internal directories.