Versions in this module Expand all Collapse all v2 v2.1.0 Jul 30, 2021 Changes in this version + type Logger interface + Errorf func(string, ...interface{}) + Infof func(string, ...interface{}) + Warningf func(string, ...interface{}) + type Message struct + Message string + Priority int + SequenceNumber int + Timestamp time.Time + type Parser interface + Close func() error + Parse func() <-chan Message + SeekEnd func() error + SetLogger func(Logger) + func NewParser() (Parser, error) + type ReadSeekCloser interface + type StandardLogger struct + func (s *StandardLogger) Errorf(fmt string, args ...interface{}) + func (s *StandardLogger) Infof(fmt string, args ...interface{}) + func (s *StandardLogger) Warningf(fmt string, args ...interface{}) Other modules containing this package github.com/euank/go-kmsg-parser github.com/euank/go-kmsg-parser/v3