fix: 系统信息读取

This commit is contained in:
TsMask
2023-10-21 19:24:33 +08:00
parent ec76e34576
commit 7b7b4c6002
3 changed files with 15 additions and 83 deletions

View File

@@ -2,9 +2,6 @@ package service
// ISystemInfo 服务器系统相关信息 服务层接口
type ISystemInfo interface {
// ProjectInfo 程序项目信息
ProjectInfo() map[string]any
// SystemInfo 系统信息
SystemInfo() map[string]any