完成系统监控的基础api接口

This commit is contained in:
Sun
2024-01-02 23:14:04 +08:00
parent c447884d77
commit 11ea134be3
7 changed files with 60 additions and 20 deletions
+1
View File
@@ -9,4 +9,5 @@ type ApiSystem struct {
RegisterApi RegisterApi
NoticeApi NoticeApi
ModuleConfigApi ModuleConfigApi
MonitorApi MonitorApi
}