Versions in this module Expand all Collapse all v0 v0.0.2 May 15, 2023 Changes in this version + type Listener struct + Address string + func (l *Listener) Listen(dest chan<- gelf.Chunk) (err error) + type Sender struct + Address string + SendTimeout int + func (s *Sender) Send(data []byte) (err error)