Skip to content

Interface refactor

Compare
Choose a tag to compare
@wneessen wneessen released this 04 Mar 11:16
· 35 commits to main since this release
889ae72

Breaking change

With c9f6546 the complete go-parsesyslog interface has been refactored to make much more sense. Instead of providing the different RFCs in the main package, they are now optional "parsers" that can be loaded and accessed via the generic New(ParserType) method.

Check the README for details on how to use.