feat: add reanimator easy bee parser

This commit is contained in:
Mikhail Chusavitin
2026-03-25 19:36:13 +03:00
parent 8942991f0c
commit 8acbba3cc9
6 changed files with 851 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ package vendors
import (
// Import vendor modules to trigger their init() registration
_ "git.mchus.pro/mchus/logpile/internal/parser/vendors/dell"
_ "git.mchus.pro/mchus/logpile/internal/parser/vendors/easy_bee"
_ "git.mchus.pro/mchus/logpile/internal/parser/vendors/h3c"
_ "git.mchus.pro/mchus/logpile/internal/parser/vendors/inspur"
_ "git.mchus.pro/mchus/logpile/internal/parser/vendors/nvidia"