Versions in this module Expand all Collapse all v1 v1.0.0 Nov 14, 2016 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 + SetLogger func(Logger) + func NewParser() (Parser, error) + 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{}) Incompatible versions in this module v2.0.0+incompatible Nov 20, 2016 Other modules containing this package github.com/euank/go-kmsg-parser/v2 github.com/euank/go-kmsg-parser/v3