Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnknownTransformer = errors.New(`Unknown Format`)
Functions ¶
func ForwardArgs ¶
func ForwardArgs(args ...interface{}) ([]interface{}, error)
func ParseLine ¶
func ParseLine(line string, timeBuilder func(parser.Header) time.Time, loc postfix.RecordLocation, format parsertimeutil.TimeFormat) (postfix.Record, error)
Types ¶
type Builder ¶
type Builder func() (Transformer, error)
Click to show internal directories.
Click to hide internal directories.