Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LineData ¶
type LineData struct {
// contains filtered or unexported fields
}
LineData caches the unmarshalled json so we only need to unmarshal once
type LineParseHelper ¶
type LineParseHelper struct {
// contains filtered or unexported fields
}
LineParseHelper helper for parsing line data
func NewLineParseHelper ¶
func NewLineParseHelper(optDefs map[string]string) *LineParseHelper
NewLineParseHelper returns a LineParseHelper
Click to show internal directories.
Click to hide internal directories.