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