Versions in this module Expand all Collapse all v1 v1.5.5 May 18, 2020 Changes in this version + func NewMyParser(c conf.MapConf) (parser.Parser, error) + func NewMySender(c conf.MapConf) (sender.Sender, error) + type CustomParser struct + func (p *CustomParser) Name() string + func (p *CustomParser) Parse(lines []string) (datas []Data, err error) + type CustomSender struct + func (c *CustomSender) Close() error + func (c *CustomSender) Name() string + func (c *CustomSender) Send(datas []Data) error