Versions in this module Expand all Collapse all v1 v1.5.5 May 18, 2020 Changes in this version + func NewSender(conf conf.MapConf) (s sender.Sender, err error) + type Sender struct + func (s *Sender) Close() error + func (s *Sender) Name() string + func (s *Sender) Send(records []models.Data) error