Versions in this module Expand all Collapse all v3 v3.0.0 Feb 5, 2020 Changes in this version + func NewParser(opts ...syslog.ParserOption) syslog.Parser + type Scanner struct + func NewScanner(r io.Reader) *Scanner + func (s *Scanner) Scan() (tok Token) + type Token struct + func (t Token) String() string + type TokenType int + const EOF + const ILLEGAL + const MSGLEN + const SYSLOGMSG + const WS + func (i TokenType) String() string Other modules containing this package github.com/influxdata/go-syslog/v2