Versions in this module Expand all Collapse all v0 v0.0.2 May 15, 2023 Changes in this version + type Handler interface + Handle func(ls model.LabelSet, t time.Time, s string) error + type Sender struct + Handler Handler + Job string + func New(addr string) (*Sender, error) + func (s *Sender) Send(data []byte) (err error)