fix: 与omc主程序解耦

This commit is contained in:
TsMask
2025-02-19 21:31:16 +08:00
parent 11b1be41d4
commit 1b435074cb
3 changed files with 163 additions and 2 deletions

View File

@@ -12,11 +12,11 @@ import (
"sync"
"time"
"be.ems/lib/dborm"
"be.ems/lib/global"
"be.ems/lib/log"
"be.ems/lib/mmlp"
"be.ems/sshsvc/config"
"be.ems/sshsvc/dborm"
"be.ems/sshsvc/logmml"
"be.ems/sshsvc/snmp"
omctelnet "be.ems/sshsvc/telnet"